| Commit message (Expand) | Author | Age | Files | Lines |
* | Adds custom fields to documents (#7249). | Jean-Philippe Lang | 2015-02-14 | 1 | -0/+2 |
* | Copyright update. | Jean-Philippe Lang | 2015-01-11 | 1 | -1/+1 |
* | Fixed: Custom field is rendered, even if its value is empty (for multiple) (#... | Jean-Philippe Lang | 2015-01-10 | 1 | -0/+11 |
* | Option to render boolean custom fields as a single check box or radio buttons... | Jean-Philippe Lang | 2014-07-05 | 1 | -2/+6 |
* | Show tabs for existing custom field types only and adds a view for choosing t... | Jean-Philippe Lang | 2014-02-07 | 1 | -2/+7 |
* | update copyright year (#15977) | Toshi MARUYAMA | 2014-01-29 | 1 | -1/+1 |
* | Merged custom fields format refactoring. | Jean-Philippe Lang | 2013-12-14 | 1 | -87/+44 |
* | Allows user to clear dates and text fields when bulk editing issues (#2199). | Jean-Philippe Lang | 2013-09-30 | 1 | -3/+15 |
* | Moved CUSTOM_FIELDS_TABS out of the model. | Jean-Philippe Lang | 2013-08-04 | 1 | -1/+22 |
* | Fixed test broken by r11787 (#13943). | Jean-Philippe Lang | 2013-05-04 | 1 | -1/+1 |
* | Preserve field values on bulk edit failure (#13943). | Jean-Philippe Lang | 2013-05-04 | 1 | -6/+6 |
* | remove trailing tab from app/helpers/custom_fields_helper.rb | Toshi MARUYAMA | 2013-02-17 | 1 | -1/+1 |
* | Copyright for 2013 (#12788). | Jean-Philippe Lang | 2013-01-12 | 1 | -1/+1 |
* | move CustomFieldsHelper tabs variable to model constant for common use (#12018) | Toshi MARUYAMA | 2012-10-04 | 1 | -10/+1 |
* | Workflow enhancement: editable and required fields configurable by role, trac... | Jean-Philippe Lang | 2012-07-15 | 1 | -5/+7 |
* | Fixes custom_field_tag helper broken by r9682. | Jean-Philippe Lang | 2012-05-13 | 1 | -1/+1 |
* | Use content_tag helper. | Jean-Philippe Lang | 2012-05-13 | 1 | -3/+3 |
* | Adds css class to custom field input tags. | Jean-Philippe Lang | 2012-05-01 | 1 | -11/+15 |
* | Let non required list/user/version custom fields to be set to blank when bulk... | Jean-Philippe Lang | 2012-04-06 | 1 | -0/+1 |
* | Display of multi custom fields. | Jean-Philippe Lang | 2012-01-29 | 1 | -1/+1 |
* | Adds support for multiselect custom fields (#1189). | Jean-Philippe Lang | 2012-01-29 | 1 | -8/+40 |
* | Extracts custom field values validation from CustomValue so that they can be ... | Jean-Philippe Lang | 2012-01-28 | 1 | -3/+2 |
* | Missing html_safe. | Jean-Philippe Lang | 2012-01-02 | 1 | -1/+1 |
* | Added encoding comment to helpers (#9792). | Jean-Philippe Lang | 2011-12-14 | 1 | -0/+2 |
* | remove trailing white-spaces from app/helpers/custom_fields_helper.rb. | Toshi MARUYAMA | 2011-08-28 | 1 | -11/+11 |
* | Rails3: use String#html_safe for custom_field_label_tag() at CustomFieldsHelper. | Toshi MARUYAMA | 2011-08-20 | 1 | -1/+1 |
* | Additional escaping. | Jean-Philippe Lang | 2011-07-30 | 1 | -1/+1 |
* | Fixes test broken by r5354. | Jean-Philippe Lang | 2011-04-07 | 1 | -1/+1 |
* | Fixed: empty list for user/version custom fields on bulk edit form (#2096). | Jean-Philippe Lang | 2011-04-07 | 1 | -2/+2 |
* | Adds User and Version custom field format that can be used to reference a pro... | Jean-Philippe Lang | 2011-04-01 | 1 | -4/+4 |
* | Fixed: unknown custom field format causes error when editing/bulk editing (#7... | Jean-Philippe Lang | 2011-03-24 | 1 | -4/+4 |
* | Fixed: error when serializing back objects with custom fields using ActiveRes... | Jean-Philippe Lang | 2010-12-10 | 1 | -0/+11 |
* | Let custom field formats control how they are edited. | Eric Davis | 2010-04-16 | 1 | -3/+5 |
* | Refactor: Move method | Eric Davis | 2010-04-16 | 1 | -9/+1 |
* | Replace the hardcoded CustomField::FIELD_FORMATS with a class. | Eric Davis | 2010-04-16 | 1 | -1/+1 |
* | Bulk edit refactoring. | Jean-Philippe Lang | 2010-02-23 | 1 | -3/+3 |
* | Allow bulk edit custom fields of any type (#461). | Jean-Philippe Lang | 2010-01-03 | 1 | -0/+20 |
* | Adds custom fields for versions (#4219). | Jean-Philippe Lang | 2009-11-15 | 1 | -0/+1 |
* | Fixed some merge bugs. #4077 | Eric Davis | 2009-10-21 | 1 | -3/+3 |
* | Enumerations can now have custom fields defined on them. #4077 | Eric Davis | 2009-10-21 | 1 | -1/+4 |
* | Change the order of checkboxes for boolean custom fields. | Eric Davis | 2009-10-21 | 1 | -1/+1 |
* | Refactoring of tabs rendering. | Jean-Philippe Lang | 2009-09-12 | 1 | -5/+5 |
* | User groups branch merged. | Jean-Philippe Lang | 2009-09-12 | 1 | -1/+2 |
* | Fixed: Undefined Method (l_YesNo) Being Called (#2867). | Jean-Philippe Lang | 2009-03-01 | 1 | -1/+1 |
* | Adds custom fields on time entries (#772). | Jean-Philippe Lang | 2008-07-22 | 1 | -0/+1 |
* | Fixes boolean custom fields tags (broken by r1592) (#1640). | Jean-Philippe Lang | 2008-07-14 | 1 | -1/+1 |
* | Custom fields refactoring: most of code moved from controllers to models (usi... | Jean-Philippe Lang | 2008-06-27 | 1 | -12/+15 |
* | Do not use javascript to hide tabs content on page loading and make tabs work... | Jean-Philippe Lang | 2008-03-26 | 1 | -0/+7 |
* | Display custom fields in two columns on the issue form. | Jean-Philippe Lang | 2008-01-20 | 1 | -1/+1 |
* | Fixed: Date custom fields not displayed as specified in application settings. | Jean-Philippe Lang | 2008-01-15 | 1 | -1/+1 |