summaryrefslogtreecommitdiffstats
path: root/app/models/custom_field.rb
Commit message (Expand)AuthorAgeFilesLines
* <=> operator should return nil when invoked with an incomparable object (#387...Go MAEDA2023-06-291-0/+2
* 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
* Switch to zeitwerk autoloader (#29914, #32938).Marius Balteanu2021-11-171-2/+0
* DEPRECATION WARNING: Uniqueness validator will no longer enforce case sensiti...Go MAEDA2021-04-011-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/+20
* shorten long line of app/models/custom_field.rbToshi MARUYAMA2020-12-121-14/+24
* use "do end" instead of {} at ActiveRecord scope lambda of app/models/custom_...Toshi MARUYAMA2020-11-101-2/+2
* add empty line after guard clause to app/models/custom_field.rbToshi MARUYAMA2020-11-051-0/+2
* remove spaces inside {} of app/models/custom_field.rbToshi MARUYAMA2020-10-031-3/+3
* Unify CSS classes for custom fields in issue#show, issue#edit and issue#bulk_...Go MAEDA2020-04-111-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Reverts r19478 (#32897).Go MAEDA2020-01-301-1/+1
* Fix 'DEPRECATION WARNING: Uniqueness validator will no longer enforce case se...Go MAEDA2020-01-281-1/+1
* cleanup: rubocop: fix Layout/AlignArguments in app/models/custom_field.rbToshi MARUYAMA2019-11-091-6/+8
* 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
* Move custom field classes to a method (#30994).Go MAEDA2019-03-091-0/+4
* Show Edit/Preview tabs for full width layout custom fields with text formatti...Go MAEDA2019-02-121-0/+4
* Remove unused and broken method CustomField.visibility_condition (#29160).Jean-Philippe Lang2018-09-231-13/+0
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-3/+2
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Fixes typo in safe attributes declaration (#25724).Jean-Philippe Lang2017-06-061-1/+1
* Option for long text custom fields to be displayed under the description fiel...Jean-Philippe Lang2017-01-251-1/+6
* Validate length of custom field regexp (#24283).Jean-Philippe Lang2017-01-041-1/+1
* use symbol instead of string for 'position' (#24013)Toshi MARUYAMA2016-11-281-1/+1
* Add length validations for string fields (#24283).Jean-Philippe Lang2016-11-191-0/+1
* Option to specify allowed extensions for a file custom field (#6719).Jean-Philippe Lang2016-10-231-1/+2
* Adds file custom field format (#6719).Jean-Philippe Lang2016-10-231-12/+23
* Use safe_attributes for custom fields.Jean-Philippe Lang2016-07-171-1/+24
* Limits the schemes that custom field URL patterns can use (#22925).Jean-Philippe Lang2016-06-011-0/+8
* Replaces acts_as_list with an implementation that handles #position= (#12909).Jean-Philippe Lang2016-04-171-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Moved custom fields totals logic to FieldFormat (#21413).Jean-Philippe Lang2015-12-051-0/+4
* Adds Enumeration custom field format (#21060).Jean-Philippe Lang2015-10-251-0/+4
* Display all versions in query filter (#19271).Jean-Philippe Lang2015-09-261-0/+5
* Use same logic for finding user as a custom field (#950).Jean-Philippe Lang2015-08-151-13/+1
* #downcase no longer needed after r14484 (#20369).Jean-Philippe Lang2015-08-151-1/+1
* use String#casecmp for case insensitive comparison (#20369)Toshi MARUYAMA2015-08-121-1/+1
* CustomField#possible_values may raise undefined method `force_encoding' error...Jean-Philippe Lang2015-03-141-2/+2
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Use a CustomFieldValue instead of CustomValue.Jean-Philippe Lang2014-12-201-1/+1
* Order scopes cleanup.Jean-Philippe Lang2014-10-291-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-2/+3
* Use #read/#write_attribute instead of #super when overwriting default accesso...Jean-Philippe Lang2014-03-151-2/+3
* Fixed that non-empty blank strings as custom field values are not properly va...Jean-Philippe Lang2014-02-281-3/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Prevents no method errors when reloading in development mode.Jean-Philippe Lang2014-01-191-0/+2