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
/
models
/
version.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged r15989 and r15991 (#24283).
Jean-Philippe Lang
2016-11-26
1
-1
/
+1
*
Replace Date.today with User.current.today (#22320).
Jean-Philippe Lang
2016-05-07
1
-3
/
+3
*
Additional CSS class for version status (#21434).
Jean-Philippe Lang
2016-03-20
1
-0
/
+7
*
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
-2
/
+2
*
Default target version for new issues (#1828).
Jean-Philippe Lang
2015-11-01
1
-0
/
+7
*
Disallow users to delete a version referenced by a custom field (#20159).
Jean-Philippe Lang
2015-06-27
1
-0
/
+9
*
Don't store total estimated hours on parent issues (#16092).
Jean-Philippe Lang
2015-05-25
1
-1
/
+1
*
Missing validation for description size of versions (#19840).
Jean-Philippe Lang
2015-05-23
1
-0
/
+1
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Edit attachments after upload (#1326).
Jean-Philippe Lang
2014-11-29
1
-0
/
+1
*
Restores commits reverted when rails-4.1 branch was merged (#18174).
Jean-Philippe Lang
2014-10-24
1
-0
/
+5
*
remove unneeded "references" of joins
Toshi MARUYAMA
2014-10-24
1
-1
/
+0
*
Removed deprecated stuff for Redmine 3.0.
Jean-Philippe Lang
2014-10-22
1
-12
/
+0
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-6
/
+4
*
Fixed: Files assigned to a version can not be deleted if Issue Tracking modul...
Jean-Philippe Lang
2014-09-13
1
-0
/
+4
*
Don't prepend project name if the version is not shared.
Jean-Philippe Lang
2014-07-14
1
-0
/
+5
*
fix typos of source comments at Version model
Toshi MARUYAMA
2014-04-07
1
-1
/
+1
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
use lambda form in Version model scope (#12499)
Toshi MARUYAMA
2014-01-07
1
-1
/
+1
*
Rails4 compatibility of version group count
Toshi MARUYAMA
2013-12-26
1
-1
/
+1
*
Fixed: Unable to set custom fields for versions using the REST API (#13850).
Jean-Philippe Lang
2013-05-01
1
-1
/
+2
*
remove trailing white space from app/models/version.rb
Toshi MARUYAMA
2013-03-19
1
-1
/
+1
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Adds a custom validator for dates (#12736).
Jean-Philippe Lang
2013-01-05
1
-8
/
+1
*
Deprecates Version#*_pourcent in favour of #*_percent (#12724).
Jean-Philippe Lang
2013-01-04
1
-4
/
+16
*
Use \A and \z in validation regexps.
Jean-Philippe Lang
2012-12-08
1
-1
/
+1
*
Use lambda form in model scopes (#12499)
Jean-Baptiste Barth
2012-12-07
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2012-11-27
1
-3
/
+1
*
Code cleanup.
Jean-Philippe Lang
2012-11-27
1
-5
/
+6
*
Fixed version date validation (#12359).
Jean-Philippe Lang
2012-11-15
1
-0
/
+7
*
Do not consider that versions that are due today are completed.
Jean-Philippe Lang
2012-09-16
1
-1
/
+1
*
Fixed that open scope on Project#issues raises an error (#11545).
Jean-Philippe Lang
2012-08-13
1
-1
/
+0
*
Prevents "Overwriting existing method Issue.open" warning (#11545).
Jean-Philippe Lang
2012-08-07
1
-0
/
+1
*
Adjust the comment.
Jean-Philippe Lang
2012-08-02
1
-2
/
+2
*
Makes Version#<=> consistent with SQL sort.
Jean-Philippe Lang
2012-08-02
1
-2
/
+2
*
Sort issues by scheduled versions first then unscheduled versions.
Jean-Philippe Lang
2012-08-02
1
-1
/
+3
*
Adds Version.fields_for_order_statement.
Jean-Philippe Lang
2012-07-24
1
-0
/
+5
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
model: replace Rails2 "named_scope" to Rails3 "scope"
Toshi MARUYAMA
2012-04-26
1
-3
/
+3
*
Prevent mass-assignment when adding/updating a version (#10390).
Jean-Philippe Lang
2012-03-06
1
-0
/
+10
*
Use a single query to retrieve issues_count, open_issues_count and closed_iss...
Jean-Philippe Lang
2012-03-02
1
-3
/
+21
*
Fixed Version#issues_progress for Rails 3.1.
Jean-Philippe Lang
2012-02-25
1
-2
/
+2
*
Use :joins instead of :include.
Jean-Philippe Lang
2012-02-24
1
-1
/
+1
*
Makes Version REST API accept due_date attribute (#10013).
Jean-Philippe Lang
2012-01-21
1
-0
/
+4
*
Use open scope in version issues count methods.
Jean-Philippe Lang
2011-12-18
1
-2
/
+2
*
Fixed: version files in Files module cannot be downloaded if issue tracking i...
Jean-Philippe Lang
2011-11-29
1
-0
/
+5
*
remove trailing white-spaces from app/models/version.rb.
Toshi MARUYAMA
2011-08-31
1
-23
/
+23
*
Fixed: Setting issue attributes from mail should be case-insensitive (#8759).
Jean-Philippe Lang
2011-07-09
1
-0
/
+1
*
Makes Version#start_date return the minimum start_date of its issues.
Jean-Philippe Lang
2010-12-23
1
-3
/
+2
[next]