summaryrefslogtreecommitdiffstats
path: root/app/models/enumeration.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove trailing white-spaces from app/models/enumeration.rb.Toshi MARUYAMA2011-08-211-16/+16
* Fixed: Setting issue attributes from mail should be case-insensitive (#8759).Jean-Philippe Lang2011-07-091-0/+1
* Removes column opt in enumerations table.Jean-Philippe Lang2009-12-251-36/+0
* Changes misleading scopes on Enumeration.Jean-Philippe Lang2009-11-211-8/+4
* Added a Activities tab to Project SettingsEric Davis2009-10-211-2/+28
* Changed the Timelogs to use both the Systemwide and Project specific TimeEntr...Eric Davis2009-10-211-1/+1
* Added project specific Enumeration overrides.Eric Davis2009-10-211-0/+8
* Added an active field track if an Enumeration is active on the frontend view.Eric Davis2009-10-211-0/+8
* Enumerations can now have custom fields defined on them. #4077Eric Davis2009-10-211-0/+1
* Changed Enumerations to use a Single Table InheritanceEric Davis2009-05-301-26/+64
* Replaces Enumeration.get_values and Enumeration.default with named scopes.Jean-Philippe Lang2009-02-151-7/+19
* Fixed: default flag removed when editing a default enumeration (#2327).Jean-Philippe Lang2008-12-121-1/+3
* Ability to remove enumerations (activities, priorities, document categories) ...Jean-Philippe Lang2008-06-171-12/+25
* Removes constraint on enumerations name (#1384).Jean-Philippe Lang2008-06-071-1/+0
* Added radio buttons on the documents list to sort documents by category, date...Jean-Philippe Lang2007-11-041-0/+4
* Added default value for enumerations.Jean-Philippe Lang2007-10-051-4/+8
* Added position on Enumeration model.Jean-Philippe Lang2007-10-041-11/+17