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
*
Fix "ArgumentError: Invalid response name: unprocessable_entity" with Rack 3....
Go MAEDA
2024-06-12
1
-1
/
+1
*
Remove current year from source file copyright headers and update year in foo...
Marius Balteanu
2024-02-26
1
-1
/
+1
*
Export a version as changelog text (#36679).
Go MAEDA
2023-04-13
1
-0
/
+4
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
remove spaces inside {} of VersionsController
Toshi MARUYAMA
2020-11-18
1
-10
/
+10
*
use "do end" instead of {} at VersionsController
Toshi MARUYAMA
2020-11-06
1
-10
/
+10
*
shorten long line of VersionsController
Toshi MARUYAMA
2020-10-24
1
-2
/
+8
*
Reverts r19569 (#33071).
Go MAEDA
2020-03-14
1
-2
/
+0
*
Require sudo mode for actions to delete contents (#33071).
Go MAEDA
2020-03-10
1
-0
/
+2
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Enable frozen_string_literal for some files under app and lib directory (#265...
Go MAEDA
2019-03-16
1
-1
/
+1
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Use pluck(:id) instead of collect(&:id) (#26711).
Go MAEDA
2018-07-28
1
-1
/
+1
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Sort completed versions in reverse order on the roadmap (#23137).
Jean-Philippe Lang
2016-12-18
1
-1
/
+1
*
Use .before_action instead of .before_filter.
Jean-Philippe Lang
2016-07-14
1
-4
/
+4
*
Use .distinct instead of .uniq.
Jean-Philippe Lang
2016-07-14
1
-1
/
+1
*
Preload issues project.
Jean-Philippe Lang
2016-07-10
1
-0
/
+1
*
Preload custom values when displaying the roadmap.
Jean-Philippe Lang
2016-06-18
1
-2
/
+2
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Closed versions should be marked as completed (#21433).
Jean-Philippe Lang
2016-01-09
1
-1
/
+1
*
Disallow users to delete a version referenced by a custom field (#20159).
Jean-Philippe Lang
2015-06-27
1
-1
/
+1
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-4
/
+4
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
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
[next]