summaryrefslogtreecommitdiffstats
path: root/app/controllers/custom_fields_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Create custom field by copy (#34307).Go MAEDA2020-12-261-0/+3
* remove spaces inside {} of CustomFieldsControllerToshi MARUYAMA2020-11-181-4/+4
* use "do end" instead of {} at CustomFieldsControllerToshi MARUYAMA2020-11-081-6/+6
* Redirect to index page instead of edit page after creating a new custom field...Go MAEDA2020-05-041-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* "Create and continue" button for custom fields (#31159).Go MAEDA2019-04-091-1/+5
* 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
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Flash messages on CustomFields destroy (#24801).Jean-Philippe Lang2017-03-021-1/+3
* Improve custom fields list performance (#24587).Jean-Philippe Lang2016-12-131-0/+2
* Use the main menu for project related actions that support cross-project disp...Jean-Philippe Lang2016-11-191-0/+1
* Use safe_attributes for custom fields.Jean-Philippe Lang2016-07-171-2/+5
* 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-3/+3
* 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
* Moving a custom field value in the order switches in the edit view (#21535).Jean-Philippe Lang2015-12-201-1/+1
* Redirect to custom field after create or update.Jean-Philippe Lang2015-10-251-2/+2
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Code cleanup.Jean-Philippe Lang2014-02-071-1/+0
* Show tabs for existing custom field types only and adds a view for choosing t...Jean-Philippe Lang2014-02-071-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Merged custom fields format refactoring.Jean-Philippe Lang2013-12-141-2/+2
* REST API: custom fields definition (#11159).Jean-Philippe Lang2013-09-291-2/+10
* Remove default for when changing custom field format.Jean-Philippe Lang2013-02-151-0/+2
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Code cleanup.Jean-Philippe Lang2012-12-111-6/+7
* Use named routes in controllers.Jean-Philippe Lang2012-12-111-4/+4
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-1/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Resourcified custom fields.Jean-Philippe Lang2011-12-091-12/+26
* remove trailing white-spaces from app/controllers/custom_fields_controller.rb.Toshi MARUYAMA2011-08-311-7/+7
* Fix potential Execution After Redirect bugs.Toshi MARUYAMA2011-05-011-2/+4
* New strings to localization (#5225)Azamat Hackimov2010-04-031-1/+1
* Removes "xxx and return" calls (#4446).Jean-Philippe Lang2009-12-181-1/+1
* Adds an admin layout that displays the admin menu in the sidebar.Jean-Philippe Lang2009-12-171-0/+2
* Added several more plugin hooks:Eric Davis2009-03-211-0/+2
* Reorder links refactoring (follows r2526).Jean-Philippe Lang2009-03-011-15/+0
* CustomFieldsController#list moved to #index.Jean-Philippe Lang2009-01-171-14/+8
* CustomFieldsController refactoring.Jean-Philippe Lang2009-01-171-13/+8
* Make use of tracker_ids association in issue custom field form.Jean-Philippe Lang2009-01-171-4/+0
* Moves @layout 'base'@ to ApplicationController.Jean-Philippe Lang2008-08-101-1/+0
* Adds custom fields on time entries (#772).Jean-Philippe Lang2008-07-221-0/+2
* Custom fields can now be reordered.Jean-Philippe Lang2007-11-121-3/+18
* Removed deprecated Object#type in CustomFieldsController.Jean-Philippe Lang2007-08-121-1/+1