summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor: move NewsController#preview to PreviewsController#newsEric Davis2010-09-243-12/+15
* Refactor: move #destroy_comment method to CommentsController#destroyEric Davis2010-09-233-9/+13
* Refactor: move NewsController#add_comment to CommentsController#createEric Davis2010-09-223-21/+48
* Refactor: split NewsController#edit into #edit and #updateEric Davis2010-09-212-3/+5
* Added a users options to the reminders emailEric Davis2010-09-201-0/+10
* Refactor: split NewsController#new into #new and #create methods.Eric Davis2010-09-202-5/+5
* Fix failing test.Eric Davis2010-09-201-1/+1
* Refactor: convert VersionsController to a REST resource.Eric Davis2010-09-171-3/+3
* Refactor: split VersionsController#new into #new and #createEric Davis2010-09-162-5/+5
* Refactor: Split VersionsController#edit into #edit and #updateEric Davis2010-09-152-2/+8
* Change the TimelogController's to/from dates based on the project time entriesEric Davis2010-09-142-9/+42
* Refactor: move method to Model.Eric Davis2010-09-141-0/+15
* Refactor: convert FilesController to a restful resource.Eric Davis2010-09-142-6/+6
* Refactor: split FilesController#new into #new and #create.Eric Davis2010-09-132-5/+5
* 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
* Added a "Member of Role" to the issues filters. #5869Eric Davis2010-09-102-1/+72
* Added a "Member of Group" to the issues filter. #5869Eric Davis2010-09-101-2/+88
* Refactor: convert ProjectEnumerations to a resource on a project.Eric Davis2010-09-102-13/+13
* Rewrite the Gantt chart. #6276Eric Davis2010-09-107-11/+905
* Refactor: convert the Projects routes to resources.Eric Davis2010-09-091-4/+3
* Refactor: split method ProjectsController#edit to ProjectsController#update.Eric Davis2010-09-082-4/+4
* Refactor: rename method ProjectsController#add to ProjectsController#newEric Davis2010-09-072-8/+8
* Refactor: split ProjectsController#add into #add (GET) and #create (POST).Eric Davis2010-09-062-32/+57
* Allow user password changes when changing to Internal authentication. #6267Eric Davis2010-09-061-0/+12
* Change link_to_if_authorized to allow url paths. (Fixes #6195)Eric Davis2010-09-061-0/+29
* Use the built in Rails ActionView::TestCase for testing helpers.Eric Davis2010-09-061-4/+1
* Added missing tests for User#allowed_to? #6291Jean-Baptiste Barth2010-09-031-0/+43
* 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-033-47/+48
* Refactor: move method, ProjectsController#save_activities to ProjectEnumerati...Eric Davis2010-09-023-133/+143
* Refactor: move method, ProjectsController#add_file to FilesController#new.Eric Davis2010-09-013-38/+40
* Refactor: move method, ProjectsController#list_files to FilesController#index.Eric Davis2010-08-313-16/+30
* Refactor: move method, ProjectsController#roadmap to VersionsController#index.Eric Davis2010-08-303-33/+34
* 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-273-85/+91
* Refactor: convert many of the custom Issue routes to REST resources.Eric Davis2010-08-263-6/+6
* Refactor: extract #bulk_update method from IssuesController#bulk_edit.Eric Davis2010-08-242-16/+19
* Refactor: move IssuesController#changes to JournalsController#index.Eric Davis2010-08-233-8/+10
* Treat Calendar and Gantt pages as separate modules. #6153Eric Davis2010-08-222-1/+35
* Refactor: merge IssuesController#update_form into IssuesController#newEric Davis2010-08-201-2/+2
* Fix the mock_file test helper.Eric Davis2010-08-192-3/+7
* Refactor: move IssuesController#context_menu to a new controller.Eric Davis2010-08-193-83/+91
* Small test refactoring, extract method.Eric Davis2010-08-192-3/+7
* 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-183-16/+25
* Refactor: move IssuesController#auto_complete to a new controller. #4382Eric Davis2010-08-173-15/+21
* Refactor: move IssuesController#reply to JournalsControllerEric Davis2010-08-163-15/+15
* Fix path to test_helperEric Davis2010-08-121-1/+1
* Refactor: Extract a new IssueMovesController from IssuesController.Eric Davis2010-08-114-95/+109