summaryrefslogtreecommitdiffstats
path: root/app/models/custom_field.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update the new custom field form with remotely.Jean-Philippe Lang2012-08-071-0/+4
* Fixed: Custom fields of type version not proper handled in receiving e-mails ...Jean-Philippe Lang2012-08-061-0/+10
* Ability to group and sort the issue list by user/version custom field (#9419).Jean-Philippe Lang2012-07-241-0/+44
* Adds CustomField#group_statement.Jean-Philippe Lang2012-07-241-1/+13
* Code cleanup.Jean-Philippe Lang2012-07-041-6/+1
* Removed test line committed accidently (#11073).Etienne Massip2012-06-231-1/+0
* Use base class name as customized type to fix @UserCustomField#order_statement@.Etienne Massip2012-06-231-2/+3
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-13/+9
* Force encoding of custom field possible values (#10593).Jean-Philippe Lang2012-04-061-2/+12
* Use #reduce instead of #inject for getting the intersection of arrays.Jean-Philippe Lang2012-02-091-1/+1
* Bulk-edit custom fields through context menu (#6296).Jean-Philippe Lang2012-02-091-1/+5
* Do not validate blank default custom field value.Jean-Philippe Lang2012-01-291-1/+1
* Adds support for multiselect custom fields (#1189).Jean-Philippe Lang2012-01-291-4/+17
* Extracts custom field values validation from CustomValue so that they can be ...Jean-Philippe Lang2012-01-281-7/+47
* Makes models #initialize accept additional arguments.Jean-Philippe Lang2011-12-181-1/+1
* Rails3: model: replace deprecated before_validation method at CustomField modelToshi MARUYAMA2011-12-111-1/+2
* Extracted new_subclass_instance method to a module.Jean-Philippe Lang2011-12-101-16/+2
* Resourcified custom fields.Jean-Philippe Lang2011-12-091-0/+16
* Fixed: Custom 'version' field don't show shared versions (#8615).Jean-Philippe Lang2011-11-111-1/+1
* Rails3: replace deprecated 'validate' method at CustomField model.Toshi MARUYAMA2011-08-311-1/+3
* remove trailing white-spaces from app/models/custom_field.rb.Toshi MARUYAMA2011-08-211-17/+17
* Validate custom field regexp (#8865).Jean-Philippe Lang2011-07-201-0/+8
* Fixed: empty list for user/version custom fields on bulk edit form (#2096).Jean-Philippe Lang2011-04-071-0/+2
* Fixes #possible_values for version custom field.Jean-Philippe Lang2011-04-071-1/+1
* Fixes #possible_values_options when given an object with nil project.Jean-Philippe Lang2011-04-011-1/+1
* Adds User and Version custom field format that can be used to reference a pro...Jean-Philippe Lang2011-04-011-2/+31
* Remove the limitation on characters that can be used in custom_field, issue_s...Jean-Philippe Lang2010-12-311-1/+0
* Replace the hardcoded CustomField::FIELD_FORMATS with a class.Eric Davis2010-04-161-10/+1
* Fixed: "None" category issue count is empty while grouping by category (#4308).Jean-Philippe Lang2009-12-021-0/+19
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-211-3/+3
* Use a textarea for custom fields possible values (#2472).Jean-Philippe Lang2009-01-161-2/+9
* Ability to sort the issue list by text, int and float custom fields (#1139).Jean-Philippe Lang2009-01-111-1/+9
* Ability to sort the issue list by text, list, date and boolean custom fields ...Jean-Philippe Lang2009-01-111-0/+21
* Dots allowed in custom field name (#1723).Jean-Philippe Lang2008-08-251-1/+1
* Fixes custom fields display order at several places (#1768).Jean-Philippe Lang2008-08-111-1/+1
* Allow same name for custom fields on different object types.Jean-Philippe Lang2008-08-111-1/+1
* Fixed: Issue custom fields "required" flag not stored (broken by r1090). Clos...Jean-Philippe Lang2008-02-221-1/+1
* Added default value for custom fields. Fixed javascript on custom field form ...Jean-Philippe Lang2008-01-201-0/+5
* Fixed: can not save numeric, date and boolean custom fields (broken by r994).Jean-Philippe Lang2007-12-141-0/+1
* Search engine: issue custom fields can now be searched.Jean-Philippe Lang2007-12-141-0/+2