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
/
enumeration.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable frozen_string_literal for some files under app and lib directory (#265...
Go MAEDA
2019-03-16
1
-1
/
+1
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Merged rails-5.1 branch (#23630).
Jean-Philippe Lang
2017-07-23
1
-3
/
+1
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
spelling fixes (#25495)
Toshi MARUYAMA
2017-04-02
1
-3
/
+3
*
Replaces acts_as_list with an implementation that handles #position= (#12909).
Jean-Philippe Lang
2016-04-17
1
-18
/
+23
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Update enumeration ovverides with their parents (#19657).
Jean-Philippe Lang
2015-09-30
1
-8
/
+3
*
SQL error with MySQL (#19657).
Jean-Philippe Lang
2015-09-30
1
-3
/
+8
*
Forces enumeration override position to the same as its parent (#19657).
Jean-Philippe Lang
2015-09-30
1
-1
/
+27
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Replaced "can't" with "cannot" in error messages.
Jean-Philippe Lang
2014-12-21
1
-1
/
+1
*
Removed ORDER option on acts_as_tree that duplicates default_scope.
Jean-Philippe Lang
2014-10-30
1
-1
/
+1
*
Fixed SQL errors with SQLServer (column specified more than once in the order...
Jean-Philippe Lang
2014-10-29
1
-1
/
+1
*
Order scopes cleanup.
Jean-Philippe Lang
2014-10-29
1
-1
/
+1
*
Removed deprecated stuff for Redmine 3.0.
Jean-Philippe Lang
2014-10-22
1
-6
/
+0
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-1
/
+1
*
mark deprecated Enumeration#overridding_change? which was changed in r13056
Toshi MARUYAMA
2014-04-08
1
-0
/
+6
*
fix typos of source comments at Enumeration model
Toshi MARUYAMA
2014-04-07
1
-1
/
+1
*
fix typo of Enumeration#overridding_change?
Toshi MARUYAMA
2014-04-06
1
-1
/
+1
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
Rails4: replace deprecated Relation#update_all at Enumeration model
Toshi MARUYAMA
2014-01-08
1
-1
/
+1
*
Propose system activities only when reassigning time entries (#13783).
Jean-Philippe Lang
2013-05-01
1
-0
/
+1
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Prevents position to be specified more than once in the order by list which i...
Jean-Philippe Lang
2013-01-03
1
-1
/
+1
*
Use lambda form in model scopes (#12499)
Jean-Baptiste Barth
2012-12-07
1
-3
/
+3
*
Makes enumerations available through the REST API.
Jean-Philippe Lang
2012-10-17
1
-0
/
+1
*
Code cleanup.
Jean-Philippe Lang
2012-05-25
1
-6
/
+6
*
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
*
Use subclasses method instead of class variable.
Jean-Philippe Lang
2012-02-24
1
-1
/
+1
*
Resourcified enumerations.
Jean-Philippe Lang
2011-12-11
1
-0
/
+4
*
Rails3: model: replace deprecated 'before_save' method at Enumeration model
Toshi MARUYAMA
2011-09-21
1
-1
/
+2
*
remove trailing white-spaces from app/models/enumeration.rb.
Toshi MARUYAMA
2011-08-21
1
-16
/
+16
*
Fixed: Setting issue attributes from mail should be case-insensitive (#8759).
Jean-Philippe Lang
2011-07-09
1
-0
/
+1
*
Removes column opt in enumerations table.
Jean-Philippe Lang
2009-12-25
1
-36
/
+0
*
Changes misleading scopes on Enumeration.
Jean-Philippe Lang
2009-11-21
1
-8
/
+4
*
Added a Activities tab to Project Settings
Eric Davis
2009-10-21
1
-2
/
+28
*
Changed the Timelogs to use both the Systemwide and Project specific TimeEntr...
Eric Davis
2009-10-21
1
-1
/
+1
*
Added project specific Enumeration overrides.
Eric Davis
2009-10-21
1
-0
/
+8
*
Added an active field track if an Enumeration is active on the frontend view.
Eric Davis
2009-10-21
1
-0
/
+8
*
Enumerations can now have custom fields defined on them. #4077
Eric Davis
2009-10-21
1
-0
/
+1
*
Changed Enumerations to use a Single Table Inheritance
Eric Davis
2009-05-30
1
-26
/
+64
*
Replaces Enumeration.get_values and Enumeration.default with named scopes.
Jean-Philippe Lang
2009-02-15
1
-7
/
+19
*
Fixed: default flag removed when editing a default enumeration (#2327).
Jean-Philippe Lang
2008-12-12
1
-1
/
+3
*
Ability to remove enumerations (activities, priorities, document categories) ...
Jean-Philippe Lang
2008-06-17
1
-12
/
+25
*
Removes constraint on enumerations name (#1384).
Jean-Philippe Lang
2008-06-07
1
-1
/
+0
*
Added radio buttons on the documents list to sort documents by category, date...
Jean-Philippe Lang
2007-11-04
1
-0
/
+4
*
Added default value for enumerations.
Jean-Philippe Lang
2007-10-05
1
-4
/
+8
*
Added position on Enumeration model.
Jean-Philippe Lang
2007-10-04
1
-11
/
+17
[next]