summaryrefslogtreecommitdiffstats
path: root/app/models/version.rb
Commit message (Expand)AuthorAgeFilesLines
* cleanup: rubocop: fix Layout/AlignArguments in app/models/version.rbToshi MARUYAMA2019-11-061-9/+9
* code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in app/models/version.rbToshi MARUYAMA2019-10-151-1/+1
* Reject version custom field values not visible for the user (#31954, #23997).Go MAEDA2019-08-271-0/+28
* Per role visibility settings for version custom fields (#23997).Go MAEDA2019-08-241-0/+7
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Fix that deleting a version silently deletes its attachments (#31087).Go MAEDA2019-03-261-1/+1
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Moved Version#fixed_issues extension to a module (#30115).Jean-Philippe Lang2018-12-161-82/+84
* Dangerous query method deprecation warnings (#23630).Jean-Philippe Lang2018-06-231-1/+1
* Filter for version name should be case-insensitive (#27122).Go MAEDA2018-04-281-1/+1
* Performance opt - cache AR Proxy for Version#fixed_issues.visible (#27676).Jean-Philippe Lang2017-11-291-0/+5
* Moves issue calculations into the fixed_issues relation (#27676).Jean-Philippe Lang2017-11-291-69/+97
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-4/+3
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* remove trailing white space from app/models/version.rbToshi MARUYAMA2017-01-081-1/+1
* Add length validations for string fields (#24283).Jean-Philippe Lang2016-11-191-1/+1
* Add option to set a new version as default directly from New Version page (#2...Jean-Philippe Lang2016-10-231-0/+26
* Enable filtering versions on Project -> Settings -> Versions (#22608).Jean-Philippe Lang2016-08-301-0/+11
* 2 spaces instead of a tab.Jean-Philippe Lang2016-07-021-1/+1
* Group versions by status in issue filters (#10412).Jean-Philippe Lang2016-07-021-0/+11
* Replace Date.today with User.current.today (#22320).Jean-Philippe Lang2016-05-071-3/+3
* Additional CSS class for version status (#21434).Jean-Philippe Lang2016-03-201-0/+7
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Closed versions should be marked as completed (#21433).Jean-Philippe Lang2016-01-091-2/+2
* Default target version for new issues (#1828).Jean-Philippe Lang2015-11-011-0/+7
* Disallow users to delete a version referenced by a custom field (#20159).Jean-Philippe Lang2015-06-271-0/+9
* Don't store total estimated hours on parent issues (#16092).Jean-Philippe Lang2015-05-251-1/+1
* Missing validation for description size of versions (#19840).Jean-Philippe Lang2015-05-231-0/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Edit attachments after upload (#1326).Jean-Philippe Lang2014-11-291-0/+1
* Restores commits reverted when rails-4.1 branch was merged (#18174).Jean-Philippe Lang2014-10-241-0/+5
* remove unneeded "references" of joinsToshi MARUYAMA2014-10-241-1/+0
* Removed deprecated stuff for Redmine 3.0.Jean-Philippe Lang2014-10-221-12/+0
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-6/+4
* Fixed: Files assigned to a version can not be deleted if Issue Tracking modul...Jean-Philippe Lang2014-09-131-0/+4
* Don't prepend project name if the version is not shared.Jean-Philippe Lang2014-07-141-0/+5
* fix typos of source comments at Version modelToshi MARUYAMA2014-04-071-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* use lambda form in Version model scope (#12499)Toshi MARUYAMA2014-01-071-1/+1
* Rails4 compatibility of version group countToshi MARUYAMA2013-12-261-1/+1
* Fixed: Unable to set custom fields for versions using the REST API (#13850).Jean-Philippe Lang2013-05-011-1/+2
* remove trailing white space from app/models/version.rbToshi MARUYAMA2013-03-191-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Adds a custom validator for dates (#12736).Jean-Philippe Lang2013-01-051-8/+1
* Deprecates Version#*_pourcent in favour of #*_percent (#12724).Jean-Philippe Lang2013-01-041-4/+16
* Use \A and \z in validation regexps.Jean-Philippe Lang2012-12-081-1/+1
* Use lambda form in model scopes (#12499)Jean-Baptiste Barth2012-12-071-1/+1
* Code cleanup.Jean-Philippe Lang2012-11-271-3/+1
* Code cleanup.Jean-Philippe Lang2012-11-271-5/+6