summaryrefslogtreecommitdiffstats
path: root/app/helpers/custom_fields_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* move CustomFieldsHelper tabs variable to model constant for common use (#12018)Toshi MARUYAMA2012-10-041-10/+1
* Workflow enhancement: editable and required fields configurable by role, trac...Jean-Philippe Lang2012-07-151-5/+7
* Fixes custom_field_tag helper broken by r9682.Jean-Philippe Lang2012-05-131-1/+1
* Use content_tag helper.Jean-Philippe Lang2012-05-131-3/+3
* Adds css class to custom field input tags.Jean-Philippe Lang2012-05-011-11/+15
* Let non required list/user/version custom fields to be set to blank when bulk...Jean-Philippe Lang2012-04-061-0/+1
* Display of multi custom fields.Jean-Philippe Lang2012-01-291-1/+1
* Adds support for multiselect custom fields (#1189).Jean-Philippe Lang2012-01-291-8/+40
* Extracts custom field values validation from CustomValue so that they can be ...Jean-Philippe Lang2012-01-281-3/+2
* Missing html_safe.Jean-Philippe Lang2012-01-021-1/+1
* Added encoding comment to helpers (#9792).Jean-Philippe Lang2011-12-141-0/+2
* remove trailing white-spaces from app/helpers/custom_fields_helper.rb.Toshi MARUYAMA2011-08-281-11/+11
* Rails3: use String#html_safe for custom_field_label_tag() at CustomFieldsHelper.Toshi MARUYAMA2011-08-201-1/+1
* Additional escaping.Jean-Philippe Lang2011-07-301-1/+1
* Fixes test broken by r5354.Jean-Philippe Lang2011-04-071-1/+1
* Fixed: empty list for user/version custom fields on bulk edit form (#2096).Jean-Philippe Lang2011-04-071-2/+2
* Adds User and Version custom field format that can be used to reference a pro...Jean-Philippe Lang2011-04-011-4/+4
* Fixed: unknown custom field format causes error when editing/bulk editing (#7...Jean-Philippe Lang2011-03-241-4/+4
* Fixed: error when serializing back objects with custom fields using ActiveRes...Jean-Philippe Lang2010-12-101-0/+11
* Let custom field formats control how they are edited.Eric Davis2010-04-161-3/+5
* Refactor: Move methodEric Davis2010-04-161-9/+1
* Replace the hardcoded CustomField::FIELD_FORMATS with a class.Eric Davis2010-04-161-1/+1
* Bulk edit refactoring.Jean-Philippe Lang2010-02-231-3/+3
* Allow bulk edit custom fields of any type (#461).Jean-Philippe Lang2010-01-031-0/+20
* Adds custom fields for versions (#4219).Jean-Philippe Lang2009-11-151-0/+1
* Fixed some merge bugs. #4077Eric Davis2009-10-211-3/+3
* Enumerations can now have custom fields defined on them. #4077Eric Davis2009-10-211-1/+4
* Change the order of checkboxes for boolean custom fields.Eric Davis2009-10-211-1/+1
* Refactoring of tabs rendering.Jean-Philippe Lang2009-09-121-5/+5
* User groups branch merged.Jean-Philippe Lang2009-09-121-1/+2
* Fixed: Undefined Method (l_YesNo) Being Called (#2867).Jean-Philippe Lang2009-03-011-1/+1
* Adds custom fields on time entries (#772).Jean-Philippe Lang2008-07-221-0/+1
* Fixes boolean custom fields tags (broken by r1592) (#1640).Jean-Philippe Lang2008-07-141-1/+1
* Custom fields refactoring: most of code moved from controllers to models (usi...Jean-Philippe Lang2008-06-271-12/+15
* Do not use javascript to hide tabs content on page loading and make tabs work...Jean-Philippe Lang2008-03-261-0/+7
* Display custom fields in two columns on the issue form.Jean-Philippe Lang2008-01-201-1/+1
* Fixed: Date custom fields not displayed as specified in application settings.Jean-Philippe Lang2008-01-151-1/+1
* Added "Float" as a custom field format.Jean-Philippe Lang2007-10-251-2/+2
* added svn:eol-style native property on /app filesJean-Philippe Lang2007-03-121-75/+75
* rescued to_date exception when displaying a custom valueJean-Philippe Lang2007-02-041-2/+2
* custom_field.possible_values is now serialized (no longer pipe separated)Jean-Philippe Lang2007-02-031-1/+1
* * code and views cleaningJean-Philippe Lang2006-12-171-1/+1
* trunk moved from /trunk/redmine to /trunkJean-Philippe Lang2006-12-051-0/+77