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
/
controllers
/
enumerations_controller.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix "ArgumentError: Invalid response name: unprocessable_entity" with Rack 3....
Go MAEDA
2024-06-12
1
-1
/
+1
*
Fix RuboCop offense Rails/HttpStatus (#39889).
Go MAEDA
2024-05-18
1
-2
/
+2
*
Remove current year from source file copyright headers and update year in foo...
Marius Balteanu
2024-02-26
1
-1
/
+1
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
remove spaces inside {} of EnumerationsController
Toshi MARUYAMA
2020-11-19
1
-3
/
+3
*
use "do end" instead of {} at EnumerationsController
Toshi MARUYAMA
2020-11-09
1
-4
/
+4
*
Fix that unable to update the values of a custom field for time tracking acti...
Go MAEDA
2020-03-20
1
-1
/
+1
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
Code cleanup: RuboCop: Rails/ActiveRecordAliases
Go MAEDA
2019-08-17
1
-1
/
+1
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
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
*
Custom field values for enumerations not saved (#28925).
Jean-Philippe Lang
2018-09-15
1
-3
/
+6
*
Fixed that Enumerations sorting is broken (#26564).
Jean-Philippe Lang
2017-07-30
1
-1
/
+1
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Permit enumeration params.
Jean-Philippe Lang
2017-06-03
1
-2
/
+7
*
Use the main menu for project related actions that support cross-project disp...
Jean-Philippe Lang
2016-11-19
1
-0
/
+1
*
Use head instead of render :nothing => true.
Jean-Philippe Lang
2016-07-17
1
-2
/
+2
*
Use .before_action instead of .before_filter.
Jean-Philippe Lang
2016-07-14
1
-4
/
+4
*
Lists can be reordered with drag and drop (#12909).
Jean-Philippe Lang
2016-04-17
1
-3
/
+11
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-3
/
+3
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
Fixed that submitting the form without selecting a value may raise raises an ...
Jean-Philippe Lang
2013-05-17
1
-6
/
+4
*
Propose system activities only when reassigning time entries (#13783).
Jean-Philippe Lang
2013-05-01
1
-1
/
+1
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Use named routes in controllers.
Jean-Philippe Lang
2012-12-11
1
-4
/
+4
*
Makes enumerations available through the REST API.
Jean-Philippe Lang
2012-10-17
1
-3
/
+16
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
Removes all #verify calls in controllers. Verification is handled at routing ...
Jean-Philippe Lang
2012-03-03
1
-1
/
+0
*
Resourcified enumerations.
Jean-Philippe Lang
2011-12-11
1
-21
/
+22
*
Removed EnumerationsController#list action.
Jean-Philippe Lang
2011-11-28
1
-9
/
+3
*
remove trailing white-spaces from app/controllers/enumerations_controller.rb.
Toshi MARUYAMA
2011-08-31
1
-8
/
+8
*
Fix potential Execution After Redirect bugs.
Toshi MARUYAMA
2011-05-01
1
-0
/
+2
*
Fixed: error while deleting an in-use enumeration (#4970).
Jean-Philippe Lang
2010-03-02
1
-2
/
+2
*
Adds an admin layout that displays the admin menu in the sidebar.
Jean-Philippe Lang
2009-12-17
1
-0
/
+2
*
Enumerations can now have custom fields defined on them. #4077
Eric Davis
2009-10-21
1
-0
/
+3
*
Changed Enumerations to use a Single Table Inheritance
Eric Davis
2009-05-30
1
-5
/
+11
*
Reorder links refactoring (follows r2526).
Jean-Philippe Lang
2009-03-01
1
-15
/
+0
*
Replaces Enumeration.get_values and Enumeration.default with named scopes.
Jean-Philippe Lang
2009-02-15
1
-1
/
+1
*
Moves @layout 'base'@ to ApplicationController.
Jean-Philippe Lang
2008-08-10
1
-1
/
+0
*
Ability to remove enumerations (activities, priorities, document categories) ...
Jean-Philippe Lang
2008-06-17
1
-6
/
+15
*
Added position on Enumeration model.
Jean-Philippe Lang
2007-10-04
1
-0
/
+15
*
Applied the flash notices patch by Matt Jones (slightly edited).
Jean-Philippe Lang
2007-08-02
1
-1
/
+1
*
added svn:eol-style native property on /app files
Jean-Philippe Lang
2007-03-12
1
-24
/
+24
*
trunk moved from /trunk/redmine to /trunk
Jean-Philippe Lang
2006-12-05
1
-0
/
+70