summaryrefslogtreecommitdiffstats
path: root/test/functional/projects_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* remove trailing white-spaces from test/functional/projects_controller_test.rb.Toshi MARUYAMA2011-08-311-1/+1
* Adds a 'Create and continue' button on project form.Jean-Philippe Lang2011-07-211-0/+7
* remove trailing white-spaces from functional projects controller test.Toshi MARUYAMA2011-05-161-62/+62
* Fixed: selected modules are not activated when copying a project (#8244).Jean-Philippe Lang2011-04-291-3/+8
* fix functional projects controller test fails in Ruby 1.8.6.Toshi MARUYAMA2011-04-161-1/+2
* Adds functional test for project copy.Jean-Philippe Lang2011-04-071-9/+27
* Removed calls to deprecated Project.visible_by method.Jean-Philippe Lang2011-04-051-1/+1
* Modules selection lost on project form after validation failure (#8012).Jean-Philippe Lang2011-03-301-0/+16
* Changes ProjectsController#modules param name and add tests.Jean-Philippe Lang2011-01-061-9/+19
* Verify HTTP method on ProjectsController#create.Jean-Philippe Lang2011-01-061-0/+11
* Moves enabled_module_names param to project attribute so that it can be set t...Jean-Philippe Lang2011-01-061-2/+8
* Fixed: should redirect to the new project when copying a project.Jean-Philippe Lang2011-01-021-1/+1
* Fixed: r4492 breaks the ability to select issue custom fields available for p...Jean-Philippe Lang2010-12-171-1/+4
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Declare safe attributes for User and Projects models.Jean-Philippe Lang2010-12-121-6/+14
* Adds leading slash to all assert_redirected_to arguments (#6887).Jean-Philippe Lang2010-11-141-5/+5
* Adds a "visible" option on User and Project custom fields (#1738).Jean-Philippe Lang2010-11-071-0/+12
* Improved error message when trying to access an archived project (#2995).Jean-Philippe Lang2010-10-231-0/+10
* Redirect to project settings after copying a project. #6443Eric Davis2010-09-261-0/+11
* 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
* Refactor: move method, ProjectsController#reset_activities to ProjectEnumerat...Eric Davis2010-09-031-46/+0
* Refactor: move method, ProjectsController#save_activities to ProjectEnumerati...Eric Davis2010-09-021-132/+0
* Refactor: move method, ProjectsController#add_file to FilesController#new.Eric Davis2010-09-011-36/+0
* Refactor: move method, ProjectsController#list_files to FilesController#index.Eric Davis2010-08-311-15/+0
* Refactor: move method, ProjectsController#roadmap to VersionsController#index.Eric Davis2010-08-301-32/+0
* Refactor: extract ProjectsController#activity to a new Activities controller.Eric Davis2010-08-271-81/+0
* Add a link to the cross project time entries page to /projects. #4935Eric Davis2010-06-201-0/+27
* Show subproject versions on the Roadmap.Eric Davis2010-05-271-2/+4
* Fixes URLs in atom feeds broken by r3681 (#5403).Jean-Philippe Lang2010-04-301-0/+3
* Refactor: Move the rest of the routing tests to RoutingTest.Eric Davis2010-04-211-140/+0
* Moves ProjectsController#add_issue_category to IssueCategoriesController#new.Jean-Philippe Lang2010-03-061-12/+0
* Moves ProjectsController#add_version to VersionsController#new.Jean-Philippe Lang2010-03-061-35/+0
* Fixes project editing route broken by r3313.Jean-Philippe Lang2010-01-141-0/+7
* Adds a 'Add subprojects' permission.Jean-Philippe Lang2009-12-241-63/+155
* Removes changelog view.Jean-Philippe Lang2009-12-121-23/+0
* Ability to add a new version from the issue form (#4315).Jean-Philippe Lang2009-12-061-0/+23
* Version sharing (#465) + optional inclusion of subprojects in the roadmap vie...Jean-Philippe Lang2009-12-061-0/+18
* Allow non admin users to add subprojects (#2963).Jean-Philippe Lang2009-11-151-0/+17
* When a specific TimeEntryActivity are change, associated TimeEntries will beEric Davis2009-10-211-1/+62
* Added a Activities tab to Project SettingsEric Davis2009-10-211-1/+128
* Renames uploaded_test_file helper.Jean-Philippe Lang2009-10-101-2/+2
* Adds missing native eol properties.Jean-Philippe Lang2009-09-201-577/+577
* Fixed: Custom values with a nil value cause error on (project|account)/show (...Jean-Philippe Lang2009-09-201-567/+577
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Ability to allow non-admin users to create projects (#1007).Jean-Philippe Lang2009-05-171-0/+50
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-1/+1
* Added the ability to copy a project in the Project Administration panel.Eric Davis2009-05-031-2/+18
* Fixes tests broken by r2532 (#2853).Jean-Philippe Lang2009-02-281-2/+2