summaryrefslogtreecommitdiffstats
path: root/app/controllers/versions_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Cleanup of finders with :conditions option.Jean-Philippe Lang2013-06-121-5/+5
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Use named routes in controllers.Jean-Philippe Lang2012-12-111-5/+5
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-4/+5
* Code cleanup.Jean-Philippe Lang2012-12-011-8/+2
* Removes RJS from VersionsController.Jean-Philippe Lang2012-07-191-1/+1
* Start removing the RJS stuff.Jean-Philippe Lang2012-07-191-21/+3
* Fixed that 200 API responses have a body containing one space (#11388).Jean-Philippe Lang2012-07-141-2/+2
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Prevent mass-assignment when adding/updating a version (#10390).Jean-Philippe Lang2012-03-061-3/+5
* Removes all #verify calls in controllers. Verification is handled at routing ...Jean-Philippe Lang2012-03-031-1/+0
* Use a single query to retrieve issues on the roadmap.Jean-Philippe Lang2012-03-021-8/+7
* Use content_tag for empty option.Jean-Philippe Lang2012-02-251-1/+1
* Allow API auth on GET /versions/:id (#10241).Jean-Philippe Lang2012-02-151-1/+1
* Displays the full form when creating a version from the issue form so that re...Jean-Philippe Lang2012-02-111-4/+20
* Provide a direct access to completed versions form the roadmap.Jean-Philippe Lang2012-01-241-1/+4
* Tests/cleanup VersionsController.Jean-Philippe Lang2011-12-031-7/+1
* remove trailing white-spaces from app/controllers/versions_controller.rb.Toshi MARUYAMA2011-08-281-10/+10
* Separation of RSS/API auth actions.Jean-Philippe Lang2011-07-091-1/+1
* Makes versions resource shallow (#7403).Jean-Philippe Lang2011-07-051-1/+1
* Adds REST API for versions (#7403).Jean-Philippe Lang2011-07-041-30/+63
* Adds a 'New version' link on the roadmap.Jean-Philippe Lang2011-07-031-3/+3
* Fixed: "Template is missing" error when validation fails on version edit (#67...Jean-Philippe Lang2010-11-011-0/+4
* Refactor: convert VersionsController to a REST resource.Eric Davis2010-09-171-2/+2
* Refactor: split VersionsController#new into #new and #createEric Davis2010-09-161-4/+15
* Refactor: Split VersionsController#edit into #edit and #updateEric Davis2010-09-151-1/+4
* Refactor: move method, ProjectsController#roadmap to VersionsController#index.Eric Davis2010-08-301-3/+36
* Adds missing visibility scope.Jean-Philippe Lang2010-07-251-1/+1
* Moves code to controller.Jean-Philippe Lang2010-07-251-0/+3
* Do not raise an error when destroying a Version with assigned issues.Jean-Philippe Lang2010-04-111-5/+7
* Refactor: Change the different find_object filters to share a common method.Eric Davis2010-03-171-7/+2
* Refactor: Split the find_object methods to prep for a larger refactoring.Eric Davis2010-03-161-2/+2
* Moves ProjectsController#add_version to VersionsController#new.Jean-Philippe Lang2010-03-061-2/+34
* Version sharing (#465) + optional inclusion of subprojects in the roadmap vie...Jean-Philippe Lang2009-12-061-3/+8
* Adds custom fields for versions (#4219).Jean-Philippe Lang2009-11-151-0/+2
* Adds a link to automatically close completed versions in project settings (#1...Jean-Philippe Lang2009-11-091-3/+18
* AttachmentsController now handles attachments deletion.Jean-Philippe Lang2008-12-091-6/+0
* fixed #1216, thank Antti Perkiömäki for reportingwinterheart2008-09-141-1/+1
* Moves @layout 'base'@ to ApplicationController.Jean-Philippe Lang2008-08-101-1/+0
* Move VersionsController#download to AttachmentsController.Jean-Philippe Lang2008-07-221-9/+0
* Removed fragment caching on gantt and calendar.Jean-Philippe Lang2008-02-161-2/+0
* Highlight the current item of the main menu.Jean-Philippe Lang2008-01-191-0/+1
* Non-ascii attachement filename fix for IE.Jean-Philippe Lang2008-01-101-1/+2
* Added version details view accessible from the roadmap.Jean-Philippe Lang2007-12-071-0/+10
* Fixed: No mime-types in documents/files downloadingJean-Philippe Lang2007-11-121-1/+1
* Fixed: calendar and gantt not updated when adding/editing/deleting a project ...Jean-Philippe Lang2007-08-251-0/+2
* Applied the flash notices patch by Matt Jones (slightly edited).Jean-Philippe Lang2007-08-021-1/+1
* added svn:eol-style native property on /app filesJean-Philippe Lang2007-03-121-47/+47
* * project settings split in 4 tabsJean-Philippe Lang2007-01-261-3/+3
* ActiveRecord::RecordNotFound exceptions handled more gracefullyJean-Philippe Lang2007-01-021-2/+3