summaryrefslogtreecommitdiffstats
path: root/test/integration
Commit message (Expand)AuthorAgeFilesLines
* Fixed: 'View difference' broken on wiki page history (#6747).Jean-Philippe Lang2010-11-061-0/+2
* Allow key authentication when deleting issues (with tests) #6447Eric Davis2010-11-051-18/+18
* Allow key authentication when updating issues (with tests) #6447Eric Davis2010-11-051-53/+74
* Allow key authentication when creating issues (with tests) #6447Eric Davis2010-11-051-40/+41
* Refactor: Convert the tests for Issues#index and #show APIs to shoulda. #6447Eric Davis2010-11-041-50/+15
* Refactor: convert API key tests using HTTP Basic to a shoulda macroEric Davis2010-11-031-59/+2
* Refactor: convert username/password http basic auth api tests to shoulda macr...Eric Davis2010-11-021-78/+6
* Refactor: convert api key tests to shoulda macros for reuse. #6447Eric Davis2010-11-011-56/+2
* Move all API tests into the ApiTest module to make management easierEric Davis2010-11-016-12/+12
* 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-042-4/+4
* Refactor: split UsersController#edit into #edit and #updateEric Davis2010-09-302-2/+3
* Refactor: rename UsersController#add to #newEric Davis2010-09-292-3/+3
* Refactor: split UsersController#add into #add and #createEric Davis2010-09-282-3/+3
* 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