summaryrefslogtreecommitdiffstats
path: root/test/integration/routing_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Gantt routes with format.Jean-Philippe Lang2011-04-011-0/+2
* Converted issue filters to non-AJAX GET requests (#1965).Jean-Philippe Lang2011-04-011-4/+8
* Enable ability for administrators to delete users (#7296).Jean-Philippe Lang2011-01-161-0/+3
* Adds routing tests for users and xml format.Jean-Philippe Lang2010-12-201-0/+5
* Adds support for requesting information about current user using /users/curre...Jean-Philippe Lang2010-12-201-0/+1
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Fixed: 'View difference' broken on wiki page history (#6747).Jean-Philippe Lang2010-11-061-0/+2
* Refactor: convert WikiController to a REST resourceEric Davis2010-10-281-1/+2
* Refactor: use :id instead of :page when linking to Wiki PagesEric Davis2010-10-271-12/+12
* Refactor: convert WikiController#destroy to use HTTP DELETEEric Davis2010-10-261-1/+2
* 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-0/+1
* Refactor: split WikiController#edit into #updateEric Davis2010-10-221-1/+1
* Refactor: rename WikiController#index to #show, it's a single resource actionEric Davis2010-10-211-2/+2
* Refactor: change :id on WikiController to use :project_idEric Davis2010-10-201-15/+15
* Refactor: extract method from WikiController#specialEric Davis2010-10-181-1/+1
* Refactor: extract #page_index from WikiController#specialEric Davis2010-10-151-2/+1
* Refactor: extract method in WikiController#special to create a new #export me...Eric Davis2010-10-131-1/+1
* Refactor: convert timelogs to a REST resource (:time_entries)Eric Davis2010-10-121-9/+42
* Refactor: extract TimelogController#edit to #updateEric Davis2010-10-111-1/+2
* Refactor: extract TimelogController#create from TimelogController#editEric Davis2010-10-081-0/+1
* Refactor: extract TimelogController#new from #editEric Davis2010-10-071-3/+4
* Refactor: rename TimelogController#details to #indexEric Davis2010-10-061-12/+11
* Refactor: extract TimelogController#report to a new controller classEric Davis2010-10-051-4/+9
* Refactor: convert UsersController to resourceEric Davis2010-10-041-2/+2
* Refactor: split UsersController#edit into #edit and #updateEric Davis2010-09-301-1/+2
* Refactor: rename UsersController#add to #newEric Davis2010-09-291-1/+1
* Refactor: split UsersController#add into #add and #createEric Davis2010-09-281-1/+1
* Refactor: convert News to a REST resourceEric Davis2010-09-271-5/+2
* Refactor: move NewsController#preview to PreviewsController#newsEric Davis2010-09-241-1/+5
* Refactor: move #destroy_comment method to CommentsController#destroyEric Davis2010-09-231-0/+2
* Refactor: move NewsController#add_comment to CommentsController#createEric Davis2010-09-221-1/+2
* Refactor: split NewsController#edit into #edit and #updateEric Davis2010-09-211-1/+3
* Refactor: split NewsController#new into #new and #create methods.Eric Davis2010-09-201-1/+1
* Refactor: split VersionsController#new into #new and #createEric Davis2010-09-161-1/+1
* Refactor: Split VersionsController#edit into #edit and #updateEric Davis2010-09-151-0/+6
* Refactor: convert FilesController to a restful resource.Eric Davis2010-09-141-3/+3
* 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-2/+2
* Refactor: convert the Projects routes to resources.Eric Davis2010-09-091-4/+3
* Refactor: split method ProjectsController#edit to ProjectsController#update.Eric Davis2010-09-081-2/+2
* 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-2/+2
* 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/+1
* Refactor: extract ProjectsController#activity to a new Activities controller.Eric Davis2010-08-271-4/+4
* Refactor: convert many of the custom Issue routes to REST resources.Eric Davis2010-08-261-4/+4