summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Refactor: extract TimelogController#report to a new controller classEric Davis2010-10-052-135/+210
* Refactor: split UsersController#edit into #edit and #updateEric Davis2010-09-301-29/+40
* Refactor: rename UsersController#add to #newEric Davis2010-09-291-3/+3
* Splitted #find_issues filter in ApplicationController to #find_issues and #ch...Jean-Baptiste Barth2010-09-293-7/+11
* Refactor: move method to modelEric Davis2010-09-282-23/+2
* Allow admins to edit user's email notifications and preferences. #3503Eric Davis2010-09-281-0/+43
* Refactor the hardcoded event actions (notifiables) to use a classEric Davis2010-09-281-1/+1
* Converted User#mail_notification from a boolean to a string.Eric Davis2010-09-281-6/+8
* Refactor: split UsersController#add into #add and #createEric Davis2010-09-281-14/+18
* Redirect to project settings after copying a project. #6443Eric Davis2010-09-261-2/+2
* Fixed: don't reset watchers when changing tracker. #6479Jean-Baptiste Barth2010-09-261-1/+4
* Fixed: error on mail notification when adding an invalid file (#6452).Jean-Philippe Lang2010-09-261-1/+1
* Refactor: move NewsController#preview to PreviewsController#newsEric Davis2010-09-242-9/+9
* Refactor: move #destroy_comment method to CommentsController#destroyEric Davis2010-09-232-5/+6
* Refactor: move NewsController#add_comment to CommentsController#createEric Davis2010-09-222-12/+30
* Refactor: split NewsController#edit into #edit and #updateEric Davis2010-09-211-3/+8
* Refactor: split NewsController#new into #new and #create methods.Eric Davis2010-09-201-3/+9
* Refactor: convert VersionsController to a REST resource.Eric Davis2010-09-171-2/+2
* Refactor: split VersionsController#new into #new and #createEric Davis2010-09-161-4/+15
* Refactor: Split VersionsController#edit into #edit and #updateEric Davis2010-09-151-1/+4
* Change the TimelogController's to/from dates based on the project time entriesEric Davis2010-09-141-2/+2
* Refactor: move method to Model.Eric Davis2010-09-141-2/+2
* Refactor: convert FilesController to a restful resource.Eric Davis2010-09-141-2/+2
* Refactor: split FilesController#new into #new and #create.Eric Davis2010-09-131-11/+10
* Fixed "Create and continue" redirection broken by recent changes. #6333Jean-Baptiste Barth2010-09-111-1/+1
* 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