summaryrefslogtreecommitdiffstats
path: root/app/models/version.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Use ApplicationRecord instead of ActiveRecord::Base (#38975).Marius Balteanu2024-01-231-1/+1
* <=> operator should return nil when invoked with an incomparable object (#387...Go MAEDA2023-06-291-0/+2
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Use sanitize_sql_like in like scopes (#35073).Marius Balteanu2021-10-031-1/+1
* DEPRECATION WARNING: Uniqueness validator will no longer enforce case sensiti...Go MAEDA2021-04-011-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* use "do end" instead of {} at ActiveRecord scope lambda of app/models/version.rbToshi MARUYAMA2020-11-121-6/+6
* add empty line after guard clause to app/models/version.rbToshi MARUYAMA2020-11-051-2/+1
* remove spaces inside {} of app/models/version.rbToshi MARUYAMA2020-10-031-2/+2
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Reverts r19478 (#32897).Go MAEDA2020-01-301-1/+1
* Fix 'DEPRECATION WARNING: Uniqueness validator will no longer enforce case se...Go MAEDA2020-01-281-1/+1
* 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