summaryrefslogtreecommitdiffstats
path: root/app/models/custom_field.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reduces the number of subqueries when searching with many custom fields set a...Jean-Philippe Lang2014-01-051-2/+3
* Merged custom fields format refactoring.Jean-Philippe Lang2013-12-141-160/+52
* Accept custom field format added at runtime (#15277).Jean-Philippe Lang2013-11-091-1/+1
* remove trailing white-spaces from app/models/custom_field.rbToshi MARUYAMA2013-09-301-2/+2
* REST API: custom fields definition (#11159).Jean-Philippe Lang2013-09-291-2/+4
* Moved CUSTOM_FIELDS_TABS out of the model.Jean-Philippe Lang2013-08-041-23/+0
* Fixed that displaying time entries with custom field column raises an error (...Jean-Philippe Lang2013-07-241-0/+4
* Role-based issue custom field visibility (#5037).Jean-Philippe Lang2013-07-131-1/+51
* remove trailing white-spaces from app/models/custom_field.rbToshi MARUYAMA2013-02-121-4/+4
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Ability to uncheck "Multiple values" for existing custom fields (#12251).Jean-Philippe Lang2013-01-121-0/+17
* Make sure we don't cast an empty string to numeric (#12713).Jean-Philippe Lang2013-01-031-2/+2
* Use joins instead of sub-queries in group by/sort by when using custom fields...Jean-Philippe Lang2013-01-031-12/+22
* SQLServer: The size (60) given to the type 'decimal' exceeds the maximum allo...Jean-Philippe Lang2013-01-031-2/+2
* Fixed that validation fails when receiving an email with list custom fields (...Jean-Philippe Lang2012-12-131-1/+7
* Use lambda form in model scopes (#12499)Jean-Baptiste Barth2012-12-071-1/+1
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-1/+1
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-0/+2
* Make sure that custom field format cannot be changed.Jean-Philippe Lang2012-10-131-0/+5
* sort custom field issue filter by type and position (#12018)Toshi MARUYAMA2012-10-041-0/+2
* move CustomFieldsHelper tabs variable to model constant for common use (#12018)Toshi MARUYAMA2012-10-041-0/+21