summaryrefslogtreecommitdiffstats
path: root/app/models/enumeration.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22746 from trunk to 5.1-stable (#40043).Marius Balteanu2024-02-271-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
* Saving time tracking activities without any change may turn a system activity...Go MAEDA2021-12-211-1/+1
* Switch to zeitwerk autoloader (#29914, #32938).Marius Balteanu2021-11-171-5/+0
* Project specific TimeEntryActivity name not updating properly (#21056).Go MAEDA2021-06-301-0/+7
* 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
* remove spaces inside {} of app/models/enumeration.rbToshi MARUYAMA2020-11-161-4/+4
* Fix a RuboCop offense Style/SymbolArray due to r20066 (#33289).Go MAEDA2020-09-281-1/+1
* Fix that updating time tracking activities in a project may take a long time ...Go MAEDA2020-09-221-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/SpaceAfterComma in app/models/enumeration.rbToshi MARUYAMA2019-11-241-1/+2
* Update copyright year.Go MAEDA2019-05-251-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
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-3/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* spelling fixes (#25495)Toshi MARUYAMA2017-04-021-3/+3
* Replaces acts_as_list with an implementation that handles #position= (#12909).Jean-Philippe Lang2016-04-171-18/+23
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Update enumeration ovverides with their parents (#19657).Jean-Philippe Lang2015-09-301-8/+3
* SQL error with MySQL (#19657).Jean-Philippe Lang2015-09-301-3/+8
* Forces enumeration override position to the same as its parent (#19657).Jean-Philippe Lang2015-09-301-1/+27
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Replaced "can't" with "cannot" in error messages.Jean-Philippe Lang2014-12-211-1/+1
* Removed ORDER option on acts_as_tree that duplicates default_scope.Jean-Philippe Lang2014-10-301-1/+1
* Fixed SQL errors with SQLServer (column specified more than once in the order...Jean-Philippe Lang2014-10-291-1/+1
* Order scopes cleanup.Jean-Philippe Lang2014-10-291-1/+1
* Removed deprecated stuff for Redmine 3.0.Jean-Philippe Lang2014-10-221-6/+0
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-1/+1
* mark deprecated Enumeration#overridding_change? which was changed in r13056Toshi MARUYAMA2014-04-081-0/+6
* fix typos of source comments at Enumeration modelToshi MARUYAMA2014-04-071-1/+1
* fix typo of Enumeration#overridding_change?Toshi MARUYAMA2014-04-061-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Rails4: replace deprecated Relation#update_all at Enumeration modelToshi MARUYAMA2014-01-081-1/+1
* Propose system activities only when reassigning time entries (#13783).Jean-Philippe Lang2013-05-011-0/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Prevents position to be specified more than once in the order by list which i...Jean-Philippe Lang2013-01-031-1/+1
* Use lambda form in model scopes (#12499)Jean-Baptiste Barth2012-12-071-3/+3
* Makes enumerations available through the REST API.Jean-Philippe Lang2012-10-171-0/+1
* Code cleanup.Jean-Philippe Lang2012-05-251-6/+6
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* model: replace Rails2 "named_scope" to Rails3 "scope"Toshi MARUYAMA2012-04-261-3/+3
* Use subclasses method instead of class variable.Jean-Philippe Lang2012-02-241-1/+1
* Resourcified enumerations.Jean-Philippe Lang2011-12-111-0/+4
* Rails3: model: replace deprecated 'before_save' method at Enumeration modelToshi MARUYAMA2011-09-211-1/+2