summaryrefslogtreecommitdiffstats
path: root/test/functional
Commit message (Expand)AuthorAgeFilesLines
* Refactor: extract TimelogController#report to a new controller classEric Davis2010-10-052-127/+134
* Refactor: split UsersController#edit into #edit and #updateEric Davis2010-09-301-8/+8
* Refactor: rename UsersController#add to #newEric Davis2010-09-291-4/+4
* Allow admins to edit user's email notifications and preferences. #3503Eric Davis2010-09-281-3/+14
* Refactor: split UsersController#add into #add and #createEric Davis2010-09-281-1/+41
* Refactor: convert News to a REST resourceEric Davis2010-09-271-1/+1
* Support leading and trailing spaces in filenames or directories in the git ad...Eric Davis2010-09-261-1/+2
* Support spaces in the files or directories in the git adapter. #6054Eric Davis2010-09-261-1/+2
* Redirect to project settings after copying a project. #6443Eric Davis2010-09-261-0/+11
* Refactor: move NewsController#preview to PreviewsController#newsEric Davis2010-09-242-11/+10
* Refactor: move #destroy_comment method to CommentsController#destroyEric Davis2010-09-232-9/+11
* 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