index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
controllers
/
versions_controller.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup of finders with :conditions option.
Jean-Philippe Lang
2013-06-12
1
-5
/
+5
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Use named routes in controllers.
Jean-Philippe Lang
2012-12-11
1
-5
/
+5
*
Replaces find(:all) calls.
Jean-Philippe Lang
2012-12-02
1
-4
/
+5
*
Code cleanup.
Jean-Philippe Lang
2012-12-01
1
-8
/
+2
*
Removes RJS from VersionsController.
Jean-Philippe Lang
2012-07-19
1
-1
/
+1
*
Start removing the RJS stuff.
Jean-Philippe Lang
2012-07-19
1
-21
/
+3
*
Fixed that 200 API responses have a body containing one space (#11388).
Jean-Philippe Lang
2012-07-14
1
-2
/
+2
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
Prevent mass-assignment when adding/updating a version (#10390).
Jean-Philippe Lang
2012-03-06
1
-3
/
+5
*
Removes all #verify calls in controllers. Verification is handled at routing ...
Jean-Philippe Lang
2012-03-03
1
-1
/
+0
*
Use a single query to retrieve issues on the roadmap.
Jean-Philippe Lang
2012-03-02
1
-8
/
+7
*
Use content_tag for empty option.
Jean-Philippe Lang
2012-02-25
1
-1
/
+1
*
Allow API auth on GET /versions/:id (#10241).
Jean-Philippe Lang
2012-02-15
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
-4
/
+20
*
Provide a direct access to completed versions form the roadmap.
Jean-Philippe Lang
2012-01-24
1
-1
/
+4
*
Tests/cleanup VersionsController.
Jean-Philippe Lang
2011-12-03
1
-7
/
+1
*
remove trailing white-spaces from app/controllers/versions_controller.rb.
Toshi MARUYAMA
2011-08-28
1
-10
/
+10
*
Separation of RSS/API auth actions.
Jean-Philippe Lang
2011-07-09
1
-1
/
+1
*
Makes versions resource shallow (#7403).
Jean-Philippe Lang
2011-07-05
1
-1
/
+1
*
Adds REST API for versions (#7403).
Jean-Philippe Lang
2011-07-04
1
-30
/
+63
*
Adds a 'New version' link on the roadmap.
Jean-Philippe Lang
2011-07-03
1
-3
/
+3
*
Fixed: "Template is missing" error when validation fails on version edit (#67...
Jean-Philippe Lang
2010-11-01
1
-0
/
+4
*
Refactor: convert VersionsController to a REST resource.
Eric Davis
2010-09-17
1
-2
/
+2
*
Refactor: split VersionsController#new into #new and #create
Eric Davis
2010-09-16
1
-4
/
+15
*
Refactor: Split VersionsController#edit into #edit and #update
Eric Davis
2010-09-15
1
-1
/
+4
*
Refactor: move method, ProjectsController#roadmap to VersionsController#index.
Eric Davis
2010-08-30
1
-3
/
+36
*
Adds missing visibility scope.
Jean-Philippe Lang
2010-07-25
1
-1
/
+1
*
Moves code to controller.
Jean-Philippe Lang
2010-07-25
1
-0
/
+3
*
Do not raise an error when destroying a Version with assigned issues.
Jean-Philippe Lang
2010-04-11
1
-5
/
+7
*
Refactor: Change the different find_object filters to share a common method.
Eric Davis
2010-03-17
1
-7
/
+2
*
Refactor: Split the find_object methods to prep for a larger refactoring.
Eric Davis
2010-03-16
1
-2
/
+2
*
Moves ProjectsController#add_version to VersionsController#new.
Jean-Philippe Lang
2010-03-06
1
-2
/
+34
*
Version sharing (#465) + optional inclusion of subprojects in the roadmap vie...
Jean-Philippe Lang
2009-12-06
1
-3
/
+8
*
Adds custom fields for versions (#4219).
Jean-Philippe Lang
2009-11-15
1
-0
/
+2
*
Adds a link to automatically close completed versions in project settings (#1...
Jean-Philippe Lang
2009-11-09
1
-3
/
+18
*
AttachmentsController now handles attachments deletion.
Jean-Philippe Lang
2008-12-09
1
-6
/
+0
*
fixed #1216, thank Antti Perkiömäki for reporting
winterheart
2008-09-14
1
-1
/
+1
*
Moves @layout 'base'@ to ApplicationController.
Jean-Philippe Lang
2008-08-10
1
-1
/
+0
*
Move VersionsController#download to AttachmentsController.
Jean-Philippe Lang
2008-07-22
1
-9
/
+0
*
Removed fragment caching on gantt and calendar.
Jean-Philippe Lang
2008-02-16
1
-2
/
+0
*
Highlight the current item of the main menu.
Jean-Philippe Lang
2008-01-19
1
-0
/
+1
*
Non-ascii attachement filename fix for IE.
Jean-Philippe Lang
2008-01-10
1
-1
/
+2
*
Added version details view accessible from the roadmap.
Jean-Philippe Lang
2007-12-07
1
-0
/
+10
*
Fixed: No mime-types in documents/files downloading
Jean-Philippe Lang
2007-11-12
1
-1
/
+1
*
Fixed: calendar and gantt not updated when adding/editing/deleting a project ...
Jean-Philippe Lang
2007-08-25
1
-0
/
+2
*
Applied the flash notices patch by Matt Jones (slightly edited).
Jean-Philippe Lang
2007-08-02
1
-1
/
+1
*
added svn:eol-style native property on /app files
Jean-Philippe Lang
2007-03-12
1
-47
/
+47
*
* project settings split in 4 tabs
Jean-Philippe Lang
2007-01-26
1
-3
/
+3
*
ActiveRecord::RecordNotFound exceptions handled more gracefully
Jean-Philippe Lang
2007-01-02
1
-2
/
+3
[next]