summaryrefslogtreecommitdiffstats
path: root/config/routes.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor: rename TimelogController#details to #indexEric Davis2010-10-061-2/+2
* Refactor: extract TimelogController#report to a new controller classEric Davis2010-10-051-2/+2
* Refactor: convert UsersController to resourceEric Davis2010-10-041-9/+9
* Refactor: split UsersController#edit into #edit and #updateEric Davis2010-09-301-1/+1
* Refactor: rename UsersController#add to #newEric Davis2010-09-291-2/+1
* Refactor: split UsersController#add into #add and #createEric Davis2010-09-281-1/+1
* Refactor: convert News to a REST resourceEric Davis2010-09-271-23/+7
* Refactor: move NewsController#preview to PreviewsController#newsEric Davis2010-09-241-0/+3
* Refactor: move #destroy_comment method to CommentsController#destroyEric Davis2010-09-231-0/+1
* Refactor: move NewsController#add_comment to CommentsController#createEric Davis2010-09-221-0/+2
* Refactor: split NewsController#edit into #edit and #updateEric Davis2010-09-211-1/+1
* Refactor: split NewsController#new into #new and #create methods.Eric Davis2010-09-201-1/+1
* Refactor: add VersionsController#status_by to the resource.Eric Davis2010-09-171-1/+1
* Refactor: convert VersionsController to a REST resource.Eric Davis2010-09-171-12/+5
* Refactor: split VersionsController#new into #new and #createEric Davis2010-09-161-0/+1
* Refactor: Split VersionsController#edit into #edit and #updateEric Davis2010-09-151-0/+3
* Refactor: convert FilesController to a restful resource.Eric Davis2010-09-141-6/+1
* Refactor: split FilesController#new into #new and #create.Eric Davis2010-09-131-1/+1
* Refactor: convert ProjectEnumerations to a resource on a project.Eric Davis2010-09-101-7/+3
* Refactor: convert the Projects routes to resources.Eric Davis2010-09-091-29/+26
* Refactor: split method ProjectsController#edit to ProjectsController#update.Eric Davis2010-09-081-2/+3
* Refactor: rename method ProjectsController#add to ProjectsController#newEric Davis2010-09-071-1/+1
* Refactor: split ProjectsController#add into #add (GET) and #create (POST).Eric Davis2010-09-061-3/+3
* Refactor: move method, ProjectsController#reset_activities to ProjectEnumerat...Eric Davis2010-09-031-1/+1
* Refactor: move method, ProjectsController#save_activities to ProjectEnumerati...Eric Davis2010-09-021-1/+1
* Refactor: move method, ProjectsController#add_file to FilesController#new.Eric Davis2010-09-011-2/+2
* Refactor: move method, ProjectsController#list_files to FilesController#index.Eric Davis2010-08-311-1/+1
* Refactor: move method, ProjectsController#roadmap to VersionsController#index.Eric Davis2010-08-301-1/+2
* Refactor: extract ProjectsController#activity to a new Activities controller.Eric Davis2010-08-271-1/+1
* Refactor: convert many of the custom Issue routes to REST resources.Eric Davis2010-08-261-42/+24
* Refactor: extract #bulk_update method from IssuesController#bulk_edit.Eric Davis2010-08-241-0/+1
* Refactor: move IssuesController#changes to JournalsController#index.Eric Davis2010-08-231-0/+1
* Refactor: move IssuesController#context_menu to a new controller.Eric Davis2010-08-191-0/+1
* Refactor: move IssuesController#preview to a new controller.Eric Davis2010-08-181-0/+2
* Refactor: move IssuesController#auto_complete to a new controller. #4382Eric Davis2010-08-171-1/+2
* Refactor: move IssuesController#reply to JournalsControllerEric Davis2010-08-161-1/+1
* Refactor: Extract a new IssueMovesController from IssuesController.Eric Davis2010-08-111-4/+5
* Refactor: start to split IssuesController#move into two separate actions.Eric Davis2010-08-061-1/+1
* Refactor: move Project Calendar to it's own controller.Eric Davis2010-05-031-1/+3
* Refactor: Move gantts to a separate controller.Eric Davis2010-04-281-1/+3
* Refactor: Split IssuesController#new to #new and #create to match REST pattern.Eric Davis2010-04-221-2/+2
* Moves ProjectsController#add_issue_category to IssueCategoriesController#new.Jean-Philippe Lang2010-03-061-2/+4
* Moves ProjectsController#add_version to VersionsController#new.Jean-Philippe Lang2010-03-061-2/+1
* Refactor: Move the updating of an Issue to the #update method.Eric Davis2010-02-251-1/+2
* Separated ReportsController#issue_report into two separate actions.Eric Davis2010-02-081-3/+3
* Fixes project editing route broken by r3313.Jean-Philippe Lang2010-01-141-1/+1
* XML REST API for Projects (#296).Jean-Philippe Lang2010-01-141-0/+7
* XML REST API for issues that provides CRUD operations for Issues (#1214).Jean-Philippe Lang2010-01-131-0/+8
* Removes changelog view.Jean-Philippe Lang2009-12-121-1/+1
* Use /raw/ for url instead of ?format=raw for getting raw repository files (#1...Jean-Philippe Lang2009-11-161-0/+4