summaryrefslogtreecommitdiffstats
path: root/test/functional/versions_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Show version status as badge in rodmap#index and roadmap#show (#29391).Go MAEDA2019-04-091-1/+4
* Enable frozen_string_literal for some files under test directory (#26561).Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Add a test to ensure that issue calculations on version details page take int...Go MAEDA2018-04-011-0/+24
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use Rails 5 syntax for functional tests.Jean-Philippe Lang2017-05-311-5/+5
* Missing fixtures.Jean-Philippe Lang2017-03-021-3/+6
* Don't use a global variable for storing context menu URL.Jean-Philippe Lang2016-10-291-1/+1
* Don't show "status" field when creating a new version (#23377).Jean-Philippe Lang2016-08-311-2/+8
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-211-27/+20
* Pass parameters with :params in controller tests.Jean-Philippe Lang2016-07-161-25/+33
* Adds our own class for controller tests.Jean-Philippe Lang2016-07-141-1/+1
* Adds a link to spent time on version details (#13558).Jean-Philippe Lang2016-07-131-1/+13
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Replaced remaining #assert_tag with #assert_select.Jean-Philippe Lang2014-11-221-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* use assert_select instead of assert_tag at versions index sidebarToshi MARUYAMA2013-05-031-6/+6
* code layout clean up test/functional/versions_controller_test.rbToshi MARUYAMA2013-05-031-7/+13
* 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