summaryrefslogtreecommitdiffstats
path: root/test/integration
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow setting an issue's notes via params[:issue][:notes]. (XML API)Eric Davis2010-08-271-5/+15
* 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-262-5/+5
* Refactor: extract #bulk_update method from IssuesController#bulk_edit.Eric Davis2010-08-241-0/+3
* Refactor: move IssuesController#changes to JournalsController#index.Eric Davis2010-08-231-0/+2
* Refactor: move IssuesController#context_menu to a new controller.Eric Davis2010-08-191-0/+2
* Small test refactoring, extract method.Eric Davis2010-08-191-3/+1
* Use the base layout for all 403, 404, and 500 pages. #6172Eric Davis2010-08-191-0/+26
* Refactor: move IssuesController#preview to a new controller.Eric Davis2010-08-181-0/+3
* Refactor: move IssuesController#auto_complete to a new controller. #4382Eric Davis2010-08-171-1/+1
* Refactor: move IssuesController#reply to JournalsControllerEric Davis2010-08-161-1/+1
* Refactor: Extract a new IssueMovesController from IssuesController.Eric Davis2010-08-111-2/+2
* Refactor: start to split IssuesController#move into two separate actions.Eric Davis2010-08-061-1/+1
* Added JSON support to the issues API. #1214Eric Davis2010-06-051-3/+155
* Convert tests to shouldaEric Davis2010-06-051-60/+115
* Refactor: move Project Calendar to it's own controller.Eric Davis2010-05-031-4/+4
* Refactor: Move gantts to a separate controller.Eric Davis2010-04-281-4/+4
* Refactor: Split IssuesController#new to #new and #create to match REST pattern.Eric Davis2010-04-221-1/+2
* Refactor: Move the rest of the routing tests to RoutingTest.Eric Davis2010-04-213-71/+167
* Move more routing tests into the routing integration test.Eric Davis2010-04-201-0/+46
* Fixed: API 401 response does not include WWW-Authenticate header (#5322).Jean-Philippe Lang2010-04-171-0/+23
* Fixes an error when running tests coverage.Jean-Philippe Lang2010-03-281-1/+1