| Commit message (Expand) | Author | Age | Files | Lines |
* | CustomField#possible_values may raise undefined method `force_encoding' error... | Jean-Philippe Lang | 2015-03-14 | 1 | -2/+2 |
* | Copyright update. | Jean-Philippe Lang | 2015-01-11 | 1 | -1/+1 |
* | Use a CustomFieldValue instead of CustomValue. | Jean-Philippe Lang | 2014-12-20 | 1 | -1/+1 |
* | Order scopes cleanup. | Jean-Philippe Lang | 2014-10-29 | 1 | -1/+1 |
* | Merged rails-4.1 branch (#14534). | Jean-Philippe Lang | 2014-10-22 | 1 | -2/+3 |
* | Use #read/#write_attribute instead of #super when overwriting default accesso... | Jean-Philippe Lang | 2014-03-15 | 1 | -2/+3 |
* | Fixed that non-empty blank strings as custom field values are not properly va... | Jean-Philippe Lang | 2014-02-28 | 1 | -3/+1 |
* | update copyright year (#15977) | Toshi MARUYAMA | 2014-01-29 | 1 | -1/+1 |
* | Prevents no method errors when reloading in development mode. | Jean-Philippe Lang | 2014-01-19 | 1 | -0/+2 |
* | Reduces the number of subqueries when searching with many custom fields set a... | Jean-Philippe Lang | 2014-01-05 | 1 | -2/+3 |
* | Merged custom fields format refactoring. | Jean-Philippe Lang | 2013-12-14 | 1 | -160/+52 |
* | Accept custom field format added at runtime (#15277). | Jean-Philippe Lang | 2013-11-09 | 1 | -1/+1 |
* | remove trailing white-spaces from app/models/custom_field.rb | Toshi MARUYAMA | 2013-09-30 | 1 | -2/+2 |
* | REST API: custom fields definition (#11159). | Jean-Philippe Lang | 2013-09-29 | 1 | -2/+4 |
* | Moved CUSTOM_FIELDS_TABS out of the model. | Jean-Philippe Lang | 2013-08-04 | 1 | -23/+0 |
* | Fixed that displaying time entries with custom field column raises an error (... | Jean-Philippe Lang | 2013-07-24 | 1 | -0/+4 |
* | Role-based issue custom field visibility (#5037). | Jean-Philippe Lang | 2013-07-13 | 1 | -1/+51 |
* | remove trailing white-spaces from app/models/custom_field.rb | Toshi MARUYAMA | 2013-02-12 | 1 | -4/+4 |
* | Copyright for 2013 (#12788). | Jean-Philippe Lang | 2013-01-12 | 1 | -1/+1 |
* | Ability to uncheck "Multiple values" for existing custom fields (#12251). | Jean-Philippe Lang | 2013-01-12 | 1 | -0/+17 |
* | Make sure we don't cast an empty string to numeric (#12713). | Jean-Philippe Lang | 2013-01-03 | 1 | -2/+2 |
* | Use joins instead of sub-queries in group by/sort by when using custom fields... | Jean-Philippe Lang | 2013-01-03 | 1 | -12/+22 |
* | SQLServer: The size (60) given to the type 'decimal' exceeds the maximum allo... | Jean-Philippe Lang | 2013-01-03 | 1 | -2/+2 |
* | Fixed that validation fails when receiving an email with list custom fields (... | Jean-Philippe Lang | 2012-12-13 | 1 | -1/+7 |
* | Use lambda form in model scopes (#12499) | Jean-Baptiste Barth | 2012-12-07 | 1 | -1/+1 |
* | Replaces find(:all) calls. | Jean-Philippe Lang | 2012-12-02 | 1 | -1/+1 |
* | Replaces find(:all) calls. | Jean-Philippe Lang | 2012-12-02 | 1 | -0/+2 |
* | Make sure that custom field format cannot be changed. | Jean-Philippe Lang | 2012-10-13 | 1 | -0/+5 |
* | sort custom field issue filter by type and position (#12018) | Toshi MARUYAMA | 2012-10-04 | 1 | -0/+2 |
* | move CustomFieldsHelper tabs variable to model constant for common use (#12018) | Toshi MARUYAMA | 2012-10-04 | 1 | -0/+21 |
* | Update the new custom field form with remotely. | Jean-Philippe Lang | 2012-08-07 | 1 | -0/+4 |
* | Fixed: Custom fields of type version not proper handled in receiving e-mails ... | Jean-Philippe Lang | 2012-08-06 | 1 | -0/+10 |
* | Ability to group and sort the issue list by user/version custom field (#9419). | Jean-Philippe Lang | 2012-07-24 | 1 | -0/+44 |
* | Adds CustomField#group_statement. | Jean-Philippe Lang | 2012-07-24 | 1 | -1/+13 |
* | Code cleanup. | Jean-Philippe Lang | 2012-07-04 | 1 | -6/+1 |
* | Removed test line committed accidently (#11073). | Etienne Massip | 2012-06-23 | 1 | -1/+0 |
* | Use base class name as customized type to fix @UserCustomField#order_statement@. | Etienne Massip | 2012-06-23 | 1 | -2/+3 |
* | Merged rails-3.2 branch. | Jean-Philippe Lang | 2012-04-25 | 1 | -13/+9 |
* | Force encoding of custom field possible values (#10593). | Jean-Philippe Lang | 2012-04-06 | 1 | -2/+12 |
* | Use #reduce instead of #inject for getting the intersection of arrays. | Jean-Philippe Lang | 2012-02-09 | 1 | -1/+1 |
* | Bulk-edit custom fields through context menu (#6296). | Jean-Philippe Lang | 2012-02-09 | 1 | -1/+5 |
* | Do not validate blank default custom field value. | Jean-Philippe Lang | 2012-01-29 | 1 | -1/+1 |
* | Adds support for multiselect custom fields (#1189). | Jean-Philippe Lang | 2012-01-29 | 1 | -4/+17 |
* | Extracts custom field values validation from CustomValue so that they can be ... | Jean-Philippe Lang | 2012-01-28 | 1 | -7/+47 |
* | Makes models #initialize accept additional arguments. | Jean-Philippe Lang | 2011-12-18 | 1 | -1/+1 |
* | Rails3: model: replace deprecated before_validation method at CustomField model | Toshi MARUYAMA | 2011-12-11 | 1 | -1/+2 |
* | Extracted new_subclass_instance method to a module. | Jean-Philippe Lang | 2011-12-10 | 1 | -16/+2 |
* | Resourcified custom fields. | Jean-Philippe Lang | 2011-12-09 | 1 | -0/+16 |
* | Fixed: Custom 'version' field don't show shared versions (#8615). | Jean-Philippe Lang | 2011-11-11 | 1 | -1/+1 |
* | Rails3: replace deprecated 'validate' method at CustomField model. | Toshi MARUYAMA | 2011-08-31 | 1 | -1/+3 |