summaryrefslogtreecommitdiffstats
path: root/app/controllers/enumerations_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix "ArgumentError: Invalid response name: unprocessable_entity" with Rack 3....Go MAEDA2024-06-121-1/+1
* Fix RuboCop offense Rails/HttpStatus (#39889).Go MAEDA2024-05-181-2/+2
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* 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
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* remove spaces inside {} of EnumerationsControllerToshi MARUYAMA2020-11-191-3/+3
* use "do end" instead of {} at EnumerationsControllerToshi MARUYAMA2020-11-091-4/+4
* Fix that unable to update the values of a custom field for time tracking acti...Go MAEDA2020-03-201-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Code cleanup: RuboCop: Rails/ActiveRecordAliasesGo MAEDA2019-08-171-1/+1
* 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
* Custom field values for enumerations not saved (#28925).Jean-Philippe Lang2018-09-151-3/+6
* Fixed that Enumerations sorting is broken (#26564).Jean-Philippe Lang2017-07-301-1/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Permit enumeration params.Jean-Philippe Lang2017-06-031-2/+7
* Use the main menu for project related actions that support cross-project disp...Jean-Philippe Lang2016-11-191-0/+1
* Use head instead of render :nothing => true.Jean-Philippe Lang2016-07-171-2/+2
* Use .before_action instead of .before_filter.Jean-Philippe Lang2016-07-141-4/+4
* Lists can be reordered with drag and drop (#12909).Jean-Philippe Lang2016-04-171-3/+11
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-3/+3
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Fixed that submitting the form without selecting a value may raise raises an ...Jean-Philippe Lang2013-05-171-6/+4
* Propose system activities only when reassigning time entries (#13783).Jean-Philippe Lang2013-05-011-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Use named routes in controllers.Jean-Philippe Lang2012-12-111-4/+4
* Makes enumerations available through the REST API.Jean-Philippe Lang2012-10-171-3/+16
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Removes all #verify calls in controllers. Verification is handled at routing ...Jean-Philippe Lang2012-03-031-1/+0
* Resourcified enumerations.Jean-Philippe Lang2011-12-111-21/+22
* Removed EnumerationsController#list action.Jean-Philippe Lang2011-11-281-9/+3
* remove trailing white-spaces from app/controllers/enumerations_controller.rb.Toshi MARUYAMA2011-08-311-8/+8
* Fix potential Execution After Redirect bugs.Toshi MARUYAMA2011-05-011-0/+2
* Fixed: error while deleting an in-use enumeration (#4970).Jean-Philippe Lang2010-03-021-2/+2
* Adds an admin layout that displays the admin menu in the sidebar.Jean-Philippe Lang2009-12-171-0/+2
* Enumerations can now have custom fields defined on them. #4077Eric Davis2009-10-211-0/+3
* Changed Enumerations to use a Single Table InheritanceEric Davis2009-05-301-5/+11
* Reorder links refactoring (follows r2526).Jean-Philippe Lang2009-03-011-15/+0
* Replaces Enumeration.get_values and Enumeration.default with named scopes.Jean-Philippe Lang2009-02-151-1/+1
* Moves @layout 'base'@ to ApplicationController.Jean-Philippe Lang2008-08-101-1/+0
* Ability to remove enumerations (activities, priorities, document categories) ...Jean-Philippe Lang2008-06-171-6/+15
* Added position on Enumeration model.Jean-Philippe Lang2007-10-041-0/+15
* Applied the flash notices patch by Matt Jones (slightly edited).Jean-Philippe Lang2007-08-021-1/+1
* added svn:eol-style native property on /app filesJean-Philippe Lang2007-03-121-24/+24
* trunk moved from /trunk/redmine to /trunkJean-Philippe Lang2006-12-051-0/+70