summaryrefslogtreecommitdiffstats
path: root/config/routes.rb
Commit message (Expand)AuthorAgeFilesLines
* Makes custom queries available through the REST API (#5737).Jean-Philippe Lang2011-07-061-0/+1
* Makes relations resource shallow (#7366).Jean-Philippe Lang2011-07-051-1/+1
* Makes versions resource shallow (#7403).Jean-Philippe Lang2011-07-051-1/+1
* Adds support for GET on /issues/:issue_id/relations (#7366).Jean-Philippe Lang2011-07-041-1/+1
* Adds REST API for issue relations (#7366).Jean-Philippe Lang2011-07-041-6/+1
* add bulk edit and bulk update actions for time entries (#7996).Toshi MARUYAMA2011-04-041-0/+7
* Changed timelogs filters to use non-AJAX requests (#1965).Jean-Philippe Lang2011-04-031-3/+4
* Gantt routes with format.Jean-Philippe Lang2011-04-011-1/+2
* Converted issue filters to non-AJAX GET requests (#1965).Jean-Philippe Lang2011-04-011-4/+10
* Enable ability for administrators to delete users (#7296).Jean-Philippe Lang2011-01-161-2/+1
* Fixed: 'View difference' broken on wiki page history (#6747).Jean-Philippe Lang2010-11-061-0/+1
* Refactor: convert WikiController to a REST resourceEric Davis2010-10-281-22/+15
* Refactor: use :id instead of :page when linking to Wiki PagesEric Davis2010-10-271-9/+9
* Refactor: convert WikiController#destroy to use HTTP DELETEEric Davis2010-10-261-1/+3
* Refactor: Rename WikiController#page_index to #indexEric Davis2010-10-251-1/+1
* Fixed: file upload on wiki page broken by recent refactoring (#6724).Jean-Philippe Lang2010-10-221-1/+1
* Refactor: split WikiController#edit into #updateEric Davis2010-10-221-1/+3
* Refactor: rename WikiController#index to #show, it's a single resource actionEric Davis2010-10-211-1/+1
* Refactor: change :id on WikiController to use :project_idEric Davis2010-10-201-10/+10
* Refactor: extract method from WikiController#specialEric Davis2010-10-181-1/+1
* Refactor: extract #page_index from WikiController#specialEric Davis2010-10-151-1/+2
* Refactor: extract method in WikiController#special to create a new #export me...Eric Davis2010-10-131-1/+2
* Refactor: convert timelogs to a REST resource (:time_entries)Eric Davis2010-10-121-32/+18
* Refactor: extract TimelogController#edit to #updateEric Davis2010-10-111-0/+1
* Refactor: extract TimelogController#create from TimelogController#editEric Davis2010-10-081-1/+2
* Refactor: extract TimelogController#new from #editEric Davis2010-10-071-3/+3
* 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