summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Refactor: convert ProjectEnumerations to a resource on a project.Eric Davis2010-09-102-3/+10
* Rewrite the Gantt chart. #6276Eric Davis2010-09-102-19/+6
* Refactor: split method ProjectsController#edit to ProjectsController#update.Eric Davis2010-09-081-23/+25
* Refactor: rename method ProjectsController#add to ProjectsController#newEric Davis2010-09-071-6/+5
* 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
* Do not display items without valid selection in context menu when on differen...Jean-Baptiste Barth2010-09-031-2/+2
* Allow mass status update through context menu. #3411Jean-Baptiste Barth2010-09-031-0/+6
* Refactor: move method, ProjectsController#reset_activities to ProjectEnumerat...Eric Davis2010-09-032-8/+8
* Refactor: move method, ProjectsController#save_activities to ProjectEnumerati...Eric Davis2010-09-022-13/+18
* Refactor: move method, ProjectsController#add_file to FilesController#new.Eric Davis2010-09-012-16/+15
* Refactor: move method, ProjectsController#list_files to FilesController#index.Eric Davis2010-08-312-14/+24
* Refactor: move method, ProjectsController#roadmap to VersionsController#index.Eric Davis2010-08-302-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-272-47/+62
* Refactor: convert many of the custom Issue routes to REST resources.Eric Davis2010-08-262-1/+8
* Refactor: extract method in bulk_update.Eric Davis2010-08-251-4/+8
* Refactor: extract #bulk_update method from IssuesController#bulk_edit.Eric Davis2010-08-241-21/+24
* Refactor: move IssuesController#changes to JournalsController#index.Eric Davis2010-08-232-19/+27
* Refactor: merge IssuesController#update_form into IssuesController#newEric Davis2010-08-201-18/+13
* Refactor: move IssuesController#context_menu to a new controller.Eric Davis2010-08-192-30/+34
* 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-182-15/+28
* Refactor: move IssuesController#auto_complete to a new controller. #4382Eric Davis2010-08-172-13/+26
* 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
* Refactor: move IssuesController#reply to JournalsControllerEric Davis2010-08-162-25/+34
* Refactor: pull up method to ApplicationController.Eric Davis2010-08-133-23/+15
* Refactor: Pull up method to ApplicationController.Eric Davis2010-08-123-34/+17
* Refactor: Extract a new IssueMovesController from IssuesController.Eric Davis2010-08-112-58/+94
* Show projects depending on their visibility in user's profile. #6100Jean-Baptiste Barth2010-08-101-4/+2
* Added a warning when a new user or group membership is invalid. #3834Jean-Baptiste Barth2010-08-102-16/+32
* Refactor: extract method from #move and #perform_move.Eric Davis2010-08-101-14/+13
* Refactor TimelogController#report's joins and provide a hook to add more.Eric Davis2010-08-091-2/+9
* Refactor: extract POST version of IssuesController#move to #perform_move.Eric Davis2010-08-091-6/+12
* Refactor: start to split IssuesController#move into two separate actions.Eric Davis2010-08-061-1/+6
* Refactor: extract method in IssuesController#move.Eric Davis2010-08-051-7/+11
* Refactor: extract back_url method to ApplicationController.Eric Davis2010-08-042-1/+5
* Refactor: Add methods to User to edit the encapsulate the status field.Eric Davis2010-08-031-6/+6
* Display project names in cross-project gantt PNG (#5904).Jean-Philippe Lang2010-07-251-1/+1
* Adds missing visibility scope.Jean-Philippe Lang2010-07-251-1/+1
* Moves code to controller.Jean-Philippe Lang2010-07-251-0/+3
* Allow js formatted responses.Eric Davis2010-07-051-0/+4
* Added hook :controller_timelog_available_criteriasEric Davis2010-07-011-0/+1
* Refactor: extract @available_criterias to utility method.Eric Davis2010-07-011-45/+50
* Typecast issue ids when searched for.Eric Davis2010-06-201-1/+1
* Handle unsuccessful destroys in TimelogController. #5700Eric Davis2010-06-201-2/+5
* Fix for Ruby 1.9 strings.Eric Davis2010-06-201-1/+1