summaryrefslogtreecommitdiffstats
path: root/test/functional
Commit message (Expand)AuthorAgeFilesLines
* Refactor: move NewsController#add_comment to CommentsController#createEric Davis2010-09-222-20/+46
* Refactor: split NewsController#edit into #edit and #updateEric Davis2010-09-211-2/+2
* Refactor: split NewsController#new into #new and #create methods.Eric Davis2010-09-201-4/+4
* Refactor: convert VersionsController to a REST resource.Eric Davis2010-09-171-3/+3
* Refactor: split VersionsController#new into #new and #createEric Davis2010-09-161-4/+4
* Refactor: Split VersionsController#edit into #edit and #updateEric Davis2010-09-151-2/+2
* Change the TimelogController's to/from dates based on the project time entriesEric Davis2010-09-141-3/+3
* 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-4/+4
* Fixed "Create and continue" redirection broken by recent changes. #6333Jean-Baptiste Barth2010-09-111-1/+2
* Fixed broken context_menu on roadmap. #6351Jean-Baptiste Barth2010-09-111-0/+2
* Refactor: convert ProjectEnumerations to a resource on a project.Eric Davis2010-09-101-11/+11
* Rewrite the Gantt chart. #6276Eric Davis2010-09-101-8/+8
* 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-7/+7
* Refactor: split ProjectsController#add into #add (GET) and #create (POST).Eric Davis2010-09-061-30/+55
* Allow user password changes when changing to Internal authentication. #6267Eric Davis2010-09-061-0/+12
* Allow mass status update through context menu. #3411Jean-Baptiste Barth2010-09-031-1/+4
* Refactor: move method, ProjectsController#reset_activities to ProjectEnumerat...Eric Davis2010-09-032-46/+47
* Refactor: move method, ProjectsController#save_activities to ProjectEnumerati...Eric Davis2010-09-022-132/+142
* Refactor: move method, ProjectsController#add_file to FilesController#new.Eric Davis2010-09-012-36/+38
* Refactor: move method, ProjectsController#list_files to FilesController#index.Eric Davis2010-08-312-15/+29
* Refactor: move method, ProjectsController#roadmap to VersionsController#index.Eric Davis2010-08-302-32/+33
* Refactor: extract ProjectsController#activity to a new Activities controller.Eric Davis2010-08-272-81/+87
* Refactor: convert many of the custom Issue routes to REST resources.Eric Davis2010-08-261-1/+1
* Refactor: extract #bulk_update method from IssuesController#bulk_edit.Eric Davis2010-08-241-16/+16
* Refactor: move IssuesController#changes to JournalsController#index.Eric Davis2010-08-232-8/+8
* Refactor: merge IssuesController#update_form into IssuesController#newEric Davis2010-08-201-2/+2
* Refactor: move IssuesController#context_menu to a new controller.Eric Davis2010-08-192-83/+89
* Refactor: move IssuesController#preview to a new controller.Eric Davis2010-08-182-16/+22
* Refactor: move IssuesController#auto_complete to a new controller. #4382Eric Davis2010-08-172-14/+20
* Refactor: move IssuesController#reply to JournalsControllerEric Davis2010-08-162-14/+14
* Fix path to test_helperEric Davis2010-08-121-1/+1
* Refactor: Extract a new IssueMovesController from IssuesController.Eric Davis2010-08-112-93/+103
* Show projects depending on their visibility in user's profile. #6100Jean-Baptiste Barth2010-08-101-0/+10
* Prevent 500 error on login when there's a typo in OpenID URI scheme, such as ...Jean-Baptiste Barth2010-08-101-0/+7
* Refactor: start to split IssuesController#move into two separate actions.Eric Davis2010-08-061-13/+13
* Fix a few requires for metric_fu's rcov.Eric Davis2010-08-043-3/+3
* Refactor: extract method to shoulda macro.Eric Davis2010-08-021-5/+1
* Added tests for AccountController#register POST with automatic registration.Eric Davis2010-08-021-1/+43
* Added tests for AccountController#register GET.Eric Davis2010-08-021-0/+23
* Extend changes.path and changes.from_path to support longer paths. #5771Eric Davis2010-07-061-1/+2
* Typecast issue ids when searched for.Eric Davis2010-06-201-0/+6
* Handle unsuccessful destroys in TimelogController. #5700Eric Davis2010-06-201-0/+18
* Add a link to the cross project time entries page to /projects. #4935Eric Davis2010-06-201-0/+27
* Support listing directories in svn which include square brackets. #5548Eric Davis2010-06-201-1/+1
* Add some assertions on the default data loading test to debug a Ruby 1.9 fail...Eric Davis2010-06-201-0/+2
* Display the correct ISO week number on the project calendar.Eric Davis2010-06-191-0/+44
* Added tests for #5533's behavior.Eric Davis2010-06-191-0/+18
* Show subproject versions on the Roadmap.Eric Davis2010-05-271-2/+4