| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |