| Commit message (Expand) | Author | Age | Files | Lines |
* | Use Rails 5 syntax for functional tests. | Jean-Philippe Lang | 2017-05-31 | 1 | -5/+5 |
* | Missing fixtures. | Jean-Philippe Lang | 2017-03-02 | 1 | -3/+6 |
* | Don't use a global variable for storing context menu URL. | Jean-Philippe Lang | 2016-10-29 | 1 | -1/+1 |
* | Don't show "status" field when creating a new version (#23377). | Jean-Philippe Lang | 2016-08-31 | 1 | -2/+8 |
* | Removes calls to #assert_template and #assigns in functional tests. | Jean-Philippe Lang | 2016-07-21 | 1 | -27/+20 |
* | Pass parameters with :params in controller tests. | Jean-Philippe Lang | 2016-07-16 | 1 | -25/+33 |
* | Adds our own class for controller tests. | Jean-Philippe Lang | 2016-07-14 | 1 | -1/+1 |
* | Adds a link to spent time on version details (#13558). | Jean-Philippe Lang | 2016-07-13 | 1 | -1/+13 |
* | Updates copyright for 2016. | Jean-Philippe Lang | 2016-03-13 | 1 | -1/+1 |
* | Copyright update. | Jean-Philippe Lang | 2015-01-11 | 1 | -1/+1 |
* | Replaced remaining #assert_tag with #assert_select. | Jean-Philippe Lang | 2014-11-22 | 1 | -1/+1 |
* | update copyright year (#15977) | Toshi MARUYAMA | 2014-01-29 | 1 | -1/+1 |
* | use assert_select instead of assert_tag at versions index sidebar | Toshi MARUYAMA | 2013-05-03 | 1 | -6/+6 |
* | code layout clean up test/functional/versions_controller_test.rb | Toshi MARUYAMA | 2013-05-03 | 1 | -7/+13 |
* | Copyright for 2013 (#12788). | Jean-Philippe Lang | 2013-01-12 | 1 | -1/+1 |
* | Functional tests cleanup. | Jean-Philippe Lang | 2012-12-03 | 1 | -7/+0 |
* | Issues by Category should show tasks without category (#8106). | Jean-Philippe Lang | 2012-10-30 | 1 | -1/+14 |
* | Fixed that roadmap anchor links can be ambigous (#11540). | Jean-Philippe Lang | 2012-08-13 | 1 | -0/+14 |
* | Do not propose non-assignable version (#11506). | Jean-Philippe Lang | 2012-07-27 | 1 | -0/+1 |
* | JQuery in, Prototype/Scriptaculous out (#11445). | Jean-Philippe Lang | 2012-07-22 | 1 | -1/+1 |
* | Removes RJS from VersionsController. | Jean-Philippe Lang | 2012-07-19 | 1 | -0/+4 |
* | Start removing the RJS stuff. | Jean-Philippe Lang | 2012-07-19 | 1 | -10/+6 |
* | Copyright update. | Jean-Philippe Lang | 2012-05-05 | 1 | -1/+1 |
* | Removed some generate! calls. | Jean-Philippe Lang | 2012-03-04 | 1 | -1/+1 |
* | Displays the full form when creating a version from the issue form so that re... | Jean-Philippe Lang | 2012-02-11 | 1 | -3/+27 |
* | Fixed links to versions anchors on the roadmap. | Jean-Philippe Lang | 2012-01-24 | 1 | -0/+3 |
* | Provide a direct access to completed versions form the roadmap. | Jean-Philippe Lang | 2012-01-24 | 1 | -0/+3 |
* | Tests/cleanup VersionsController. | Jean-Philippe Lang | 2011-12-03 | 1 | -1/+28 |
* | remove trailing white-spaces from test/functional/versions_controller_test.rb. | Toshi MARUYAMA | 2011-08-25 | 1 | -18/+18 |
* | Adds an option to view issues count by status on the version page (#7921). | Jean-Philippe Lang | 2011-03-20 | 1 | -3/+9 |
* | Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 | Jean-Baptiste Barth | 2010-12-12 | 1 | -1/+1 |
* | Fixed: "Template is missing" error when validation fails on version edit (#67... | Jean-Philippe Lang | 2010-11-01 | 1 | -0/+9 |
* | Refactor: convert VersionsController to a REST resource. | Eric Davis | 2010-09-17 | 1 | -3/+3 |
* | Refactor: split VersionsController#new into #new and #create | Eric Davis | 2010-09-16 | 1 | -4/+4 |
* | Refactor: Split VersionsController#edit into #edit and #update | Eric Davis | 2010-09-15 | 1 | -2/+2 |
* | Fixed broken context_menu on roadmap. #6351 | Jean-Baptiste Barth | 2010-09-11 | 1 | -0/+2 |
* | Refactor: move method, ProjectsController#roadmap to VersionsController#index. | Eric Davis | 2010-08-30 | 1 | -0/+33 |
* | Move more routing tests into the routing integration test. | Eric Davis | 2010-04-20 | 1 | -11/+0 |
* | Moves ProjectsController#add_version to VersionsController#new. | Jean-Philippe Lang | 2010-03-06 | 1 | -0/+34 |
* | Adds a link to automatically close completed versions in project settings (#1... | Jean-Philippe Lang | 2009-11-09 | 1 | -0/+8 |
* | Upgraded to Rails 2.3.4 (#3597) | Eric Davis | 2009-09-13 | 1 | -1/+1 |
* | Allows multiple roles on the same project (#706). Prerequisite for user group... | Jean-Philippe Lang | 2009-05-10 | 1 | -1/+1 |
* | Converted routing and urls to follow the Rails REST convention. | Eric Davis | 2009-01-26 | 1 | -2/+2 |
* | Slight changes in functional tests. | Jean-Philippe Lang | 2009-01-04 | 1 | -2/+2 |
* | Gantt chart: display issues that don't have a due date if they are assigned t... | Jean-Philippe Lang | 2008-05-25 | 1 | -3/+3 |
* | Project identifier is now used in URLs (instead of project id). | Jean-Philippe Lang | 2007-12-17 | 1 | -2/+2 |
* | Added some functional tests and a CVS test repository. | Jean-Philippe Lang | 2007-12-13 | 1 | -0/+31 |
* | Added version details view accessible from the roadmap. | Jean-Philippe Lang | 2007-12-07 | 1 | -0/+42 |