summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Added a "Member of Role" to the issues filters. #5869Eric Davis2010-09-101-0/+23
* Added a "Member of Group" to the issues filter. #5869Eric Davis2010-09-101-0/+19
* Define Principal#name so all subclasses will have some sort of name when prin...Eric Davis2010-09-101-1/+5
* Refactor: convert ProjectEnumerations to a resource on a project.Eric Davis2010-09-103-5/+12
* Fixed the zoom, previous, and next links on the Gantt chart.Eric Davis2010-09-102-4/+4
* Add project names to the Versions in the Gantt export. #5904Eric Davis2010-09-101-0/+4
* Rewrite the Gantt chart. #6276Eric Davis2010-09-109-90/+133
* Refactor: convert the Projects routes to resources.Eric Davis2010-09-093-3/+3
* Refactor: split method ProjectsController#edit to ProjectsController#update.Eric Davis2010-09-082-24/+26
* Refactor: rename method ProjectsController#add to ProjectsController#newEric Davis2010-09-074-8/+7
* Change project add form to use #create. (From r4067)Eric Davis2010-09-061-1/+1
* Refactor: split ProjectsController#add into #add (GET) and #create (POST).Eric Davis2010-09-061-31/+37
* Allow user password changes when changing to Internal authentication. #6267Eric Davis2010-09-061-1/+3
* Refocus the related issue field after submitting an issue. #6275Eric Davis2010-09-061-0/+1
* Change link_to_if_authorized to allow url paths. (Fixes #6195)Eric Davis2010-09-061-1/+20
* Refactor: move method to model. (references r4057)Eric Davis2010-09-053-8/+9
* Do not display items without valid selection in context menu when on differen...Jean-Baptiste Barth2010-09-032-3/+9
* Add css classes to journals display to facilitate themingJean-Baptiste Barth2010-09-032-1/+8
* Hide checkboxes in issues list when printingJean-Baptiste Barth2010-09-031-2/+2
* Allow mass status update through context menu. #3411Jean-Baptiste Barth2010-09-032-6/+15
* Refactor: move method, ProjectsController#reset_activities to ProjectEnumerat...Eric Davis2010-09-033-9/+9
* Refactor: move method, ProjectsController#save_activities to ProjectEnumerati...Eric Davis2010-09-023-14/+19
* Refactor: move method, ProjectsController#add_file to FilesController#new.Eric Davis2010-09-014-18/+17
* Refactor: move method, ProjectsController#list_files to FilesController#index.Eric Davis2010-08-313-14/+24
* Refactor: move method, ProjectsController#roadmap to VersionsController#index.Eric Davis2010-08-303-35/+36
* Allow setting an issue's notes via params[:issue][:notes]. (XML API)Eric Davis2010-08-271-1/+1
* Refactor: extract ProjectsController#activity to a new Activities controller.Eric Davis2010-08-279-57/+72
* Refactor: extract common code to link_to_month.Eric Davis2010-08-261-8/+9
* Add the project_id to the Calendar link to month.Eric Davis2010-08-262-6/+8
* Refactor: extract target link generation.Eric Davis2010-08-261-6/+10
* Refactor: extract ternary operators to temps.Eric Davis2010-08-261-6/+30
* Refactor: extract link to previous and next month into helpers.Eric Davis2010-08-262-8/+15
* Refactor: convert many of the custom Issue routes to REST resources.Eric Davis2010-08-264-3/+12
* Refactor: extract method in bulk_update.Eric Davis2010-08-251-4/+8
* Refactor: extract #bulk_update method from IssuesController#bulk_edit.Eric Davis2010-08-242-22/+25
* Refactor: move IssuesController#changes to JournalsController#index.Eric Davis2010-08-234-20/+28
* Add RTL support to the context menu. #6012Eric Davis2010-08-222-0/+6
* Fix the calendar link in the Issues sidebar. #5591Eric Davis2010-08-221-1/+1
* Refactor: merge IssuesController#update_form into IssuesController#newEric Davis2010-08-202-19/+14
* Refactor: extract Members Box to partial.Eric Davis2010-08-192-8/+9
* Refactor: move IssuesController#context_menu to a new controller.Eric Davis2010-08-195-32/+36
* Real RTL-theme support in locales (#6012)Azamat Hackimov2010-08-191-0/+1
* Add Issue Status to the tooltip. #6169Eric Davis2010-08-191-0/+2
* Use the base layout for all 403, 404, and 500 pages. #6172Eric Davis2010-08-191-3/+10
* No more IssuesController#preview action.Eric Davis2010-08-181-2/+2
* Refactor: move IssuesController#preview to a new controller.Eric Davis2010-08-185-17/+30
* Refactor: move IssuesController#auto_complete to a new controller. #4382Eric Davis2010-08-174-17/+27
* Add the Calendar as a project menu item.Eric Davis2010-08-161-0/+1
* Add the Gantt chart as a project menu itemEric Davis2010-08-161-0/+1
* Allow key authentication for Boards. #6132Eric Davis2010-08-161-0/+1