silverstripe-framework/templates/forms
Damian Mooyman 1db08bac88 BUG Fix FormAction title encoding
BUG Fix TreeMultiSelectField using the wrong label
BUG Fix encoding of selected title on TreeDropdownField
BUG Fix DataDifferencer trying to compare non-comparable fields (non-dbfield objects)
BUG: Fix issue with TreeMultiSelectField not saving
BUG: Fix issue with GridFieldPrintButton
ENHANCEMENT Instead of using multiple api calls to encode dbfield values, delegate this operation to the individual fields via forTemplate
Instead of using a new API to communicate html encoding to treeselect, just ensure all content is HTML encoded, and enable html_titles in jstree.
2015-02-13 15:50:45 +13:00
..
CheckboxField_holder_small.ss Updated loop/if/with to be more consistent 2013-07-14 20:43:52 +12:00
CheckboxField_holder.ss Updated loop/if/with to be more consistent 2013-07-14 20:43:52 +12:00
CheckboxField.ss BUG Consistently self-closing form field tags (#7557) 2012-08-10 10:27:33 +02:00
CheckboxSetField.ss Revert #3358 2014-08-04 12:13:19 +12:00
CompositeField_holder_small.ss BUG Fieldgroup styling 2013-07-28 15:52:39 +02:00
CompositeField_holder.ss Updated loop/if/with to be more consistent 2013-07-14 20:43:52 +12:00
CompositeField.ss Updated loop/if/with to be more consistent 2013-07-14 20:43:52 +12:00
CreditCardField.ss API: Change CreditCardField to use AttributeHTML 2013-10-03 15:26:31 +01:00
DropdownField.ss Revert #3358 2014-08-04 12:13:19 +12:00
FieldGroup_DefaultFieldHolder.ss Updated loop/if/with to be more consistent 2013-07-14 20:43:52 +12:00
FieldGroup_holder.ss BUG Fix missing description element on FieldGroup_holder.ss 2014-02-10 10:38:00 +13:00
FieldGroup.ss Updated loop/if/with to be more consistent 2013-07-14 20:43:52 +12:00
FileField.ss The MAX_FILE_SIZE field must precede the file input field. 2013-05-02 11:15:55 +03:00
FormAction.ss BUG Fix FormAction title encoding 2015-02-13 15:50:45 +13:00
FormField_holder_small.ss Fieldgroup Warped $title in a if 2013-08-05 18:12:35 +02:00
FormField_holder.ss Updated loop/if/with to be more consistent 2013-07-14 20:43:52 +12:00
FormField.ss Updated loop/if/with to be more consistent 2013-07-14 20:43:52 +12:00
HeaderField.ss ENHANCEMENT Allowing custom attributes in (most) FormField implementations, which allows for HTML5 data attributes 2012-01-02 16:48:14 +01:00
HiddenField.ss MINOR Self-closing input tab in HIddenField to keep broadest markup compliance by default 2012-04-18 18:23:23 +02:00
LabelField.ss ENHANCEMENT Allowing custom attributes in (most) FormField implementations, which allows for HTML5 data attributes 2012-01-02 16:48:14 +01:00
OptionsetField_holder.ss No <label for> on OptionsetField/CheckboxSetField holder 2013-08-13 18:05:11 +02:00
OptionsetField.ss Revert #3358 2014-08-04 12:13:19 +12:00
SelectionGroup.ss FIX SelectionGroup no longer shows empty FieldLists 2015-02-06 11:00:00 +00:00
TabSet.ss Updated loop/if/with to be more consistent 2013-07-14 20:43:52 +12:00
TextareaField.ss ENHANCEMENT Allowing custom attributes in (most) FormField implementations, which allows for HTML5 data attributes 2012-01-02 16:48:14 +01:00
TextField.ss ENHANCEMENT Allowing custom attributes in (most) FormField implementations, which allows for HTML5 data attributes 2012-01-02 16:48:14 +01:00
ToggleCompositeField.ss ENHANCEMENT: Refactored ToggleCompositeField. 2012-06-13 14:20:27 +10:00
TreeDropdownField.ss BUG Fix FormAction title encoding 2015-02-13 15:50:45 +13:00