summaryrefslogtreecommitdiffstats
path: root/test/functional/versions_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Functional tests cleanup.Jean-Philippe Lang2012-12-031-7/+0
* Issues by Category should show tasks without category (#8106).Jean-Philippe Lang2012-10-301-1/+14
* Fixed that roadmap anchor links can be ambigous (#11540).Jean-Philippe Lang2012-08-131-0/+14
* Do not propose non-assignable version (#11506).Jean-Philippe Lang2012-07-271-0/+1
* JQuery in, Prototype/Scriptaculous out (#11445).Jean-Philippe Lang2012-07-221-1/+1
* Removes RJS from VersionsController.Jean-Philippe Lang2012-07-191-0/+4
* Start removing the RJS stuff.Jean-Philippe Lang2012-07-191-10/+6
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Removed some generate! calls.Jean-Philippe Lang2012-03-041-1/+1
* Displays the full form when creating a version from the issue form so that re...Jean-Philippe Lang2012-02-111-3/+27
* Fixed links to versions anchors on the roadmap.Jean-Philippe Lang2012-01-241-0/+3
* Provide a direct access to completed versions form the roadmap.Jean-Philippe Lang2012-01-241-0/+3
* Tests/cleanup VersionsController.Jean-Philippe Lang2011-12-031-1/+28
* remove trailing white-spaces from test/functional/versions_controller_test.rb.Toshi MARUYAMA2011-08-251-18/+18
* Adds an option to view issues count by status on the version page (#7921).Jean-Philippe Lang2011-03-201-3/+9
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Fixed: "Template is missing" error when validation fails on version edit (#67...Jean-Philippe Lang2010-11-011-0/+9
* 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
* Fixed broken context_menu on roadmap. #6351Jean-Baptiste Barth2010-09-111-0/+2
* Refactor: move method, ProjectsController#roadmap to VersionsController#index.Eric Davis2010-08-301-0/+33
* Move more routing tests into the routing integration test.Eric Davis2010-04-201-11/+0
* Moves ProjectsController#add_version to VersionsController#new.Jean-Philippe Lang2010-03-061-0/+34
* Adds a link to automatically close completed versions in project settings (#1...Jean-Philippe Lang2009-11-091-0/+8
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-1/+1
* Converted routing and urls to follow the Rails REST convention.Eric Davis2009-01-261-2/+2
* Slight changes in functional tests.Jean-Philippe Lang2009-01-041-2/+2
* Gantt chart: display issues that don't have a due date if they are assigned t...Jean-Philippe Lang2008-05-251-3/+3
* Project identifier is now used in URLs (instead of project id).Jean-Philippe Lang2007-12-171-2/+2
* Added some functional tests and a CVS test repository.Jean-Philippe Lang2007-12-131-0/+31
* Added version details view accessible from the roadmap.Jean-Philippe Lang2007-12-071-0/+42