..
gridfield
API CHANGE: Introduce SS_Limitable class for adding to SS_Lists that have limit capability.
2012-03-09 17:07:40 +13:00
AjaxUniqueTextField.php
API CHANGE Removed built-in behaviour.js client-side form validation.
2012-03-09 12:19:57 +13:00
CheckboxField.php
ENHANCEMENT Fluent interface in Form API by returning instance from all setters
2012-02-17 13:35:26 +01:00
CheckboxSetField.php
BUGFIX Allowing to save ListboxField and CheckboxSetField into custom relations (which don't return TRUE for has_many() or many_many())
2012-03-07 01:23:41 +01:00
ComplexTableField.php
ENHANCEMENT Fluent interface in Form API by returning instance from all setters
2012-02-17 13:35:26 +01:00
CompositeField.php
ENHANCEMENT Support for <legend> tags in CompositeField
2012-02-17 13:35:53 +01:00
ConfirmedPasswordField.php
API CHANGE Removed built-in behaviour.js client-side form validation.
2012-03-09 12:19:57 +13:00
CreditCardField.php
API CHANGE Removed built-in behaviour.js client-side form validation.
2012-03-09 12:19:57 +13:00
CurrencyField.php
API CHANGE Removed built-in behaviour.js client-side form validation.
2012-03-09 12:19:57 +13:00
DatalessField.php
ENHANCEMENT Fluent interface in Form API by returning instance from all setters
2012-02-17 13:35:26 +01:00
DateField.php
API CHANGE Removed built-in behaviour.js client-side form validation.
2012-03-09 12:19:57 +13:00
DatetimeField.php
API CHANGE Removed built-in behaviour.js client-side form validation.
2012-03-09 12:19:57 +13:00
DisabledTransformation.php
Clean up trailing ?> per coding standard
2012-02-12 12:40:16 -08:00
DropdownField.php
ENHANCEMENT Fluent interface in Form API by returning instance from all setters
2012-02-17 13:35:26 +01:00
EmailField.php
API CHANGE Removed built-in behaviour.js client-side form validation.
2012-03-09 12:19:57 +13:00
FieldGroup.php
API CHANGE Removed built-in behaviour.js client-side form validation.
2012-03-09 12:19:57 +13:00
FieldList.php
MINOR: Added explicit 'public' keyword on functions.
2012-03-09 15:42:31 +13:00
FieldSet.php
MINOR: Use Deprecation class to indicate deprecated methods in core.
2011-10-29 17:34:31 +13:00
FileField.php
ENHANCEMENT New UploadField class to replace FileIframeField, ImageField and SimpleImageField
2012-02-03 01:00:08 +01:00
FileIFrameField.php
MINOR Moving File->OwnerID setting to model layer
2012-02-08 01:04:56 +01:00
Form.php
MINOR: Added explicit 'public' keyword on functions.
2012-03-09 15:42:31 +13:00
FormAction.php
MINOR Added FormAction->setUseButtonTag() and getUseButtonTag()
2012-02-17 13:35:54 +01:00
FormField.php
API CHANGE Removed built-in behaviour.js client-side form validation.
2012-03-09 12:19:57 +13:00
FormScaffolder.php
BUGFIX Prepopulating relation list in FormScaffolder
2012-01-09 21:17:55 +01:00
FormTransformation.php
Clean up trailing ?> per coding standard
2012-02-12 12:40:16 -08:00
GroupedDropdownField.php
Clean up trailing ?> per coding standard
2012-02-12 12:40:16 -08:00
HasManyComplexTableField.php
API CHANGE Deprecated HasManyComplexTableField and ManyManyComplexTableField, use GridField with GridFieldConfig_RelationEditor instead
2012-03-07 13:32:42 +01:00
HasOneComplexTableField.php
Clean up trailing ?> per coding standard
2012-02-12 12:40:16 -08:00
HeaderField.php
API CHANGE Don't allow specifying $form as constructor argument in various form fields, use setForm() instead (to achieve a cleaner API with less confusing parameter order)
2012-01-02 17:50:34 +01:00
HiddenField.php
ENHANCEMENT Allowing custom attributes in (most) FormField implementations, which allows for HTML5 data attributes
2012-01-02 16:48:14 +01:00
HtmlEditorConfig.php
ENHANCEMENT Fluent interface in Form API by returning instance from all setters
2012-02-17 13:35:26 +01:00
HtmlEditorField.php
API CHANGE Renamed GridFieldDefaultColumns to GridFieldDataColumns #6921
2012-03-09 14:07:40 +13:00
ImageField.php
API CHANGE Deprecated FileIframeField and ImageField, use UploadField instead
2012-02-03 00:59:04 +01:00
ImageFormAction.php
API CHANGE Deprecated ImageFormAction, use FormAction with setAttribute('src', 'myimage.png')
2012-01-02 16:48:14 +01:00
InlineFormAction.php
Clean up trailing ?> per coding standard
2012-02-12 12:40:16 -08:00
LabelField.php
API CHANGE Don't allow specifying $form as constructor argument in various form fields, use setForm() instead (to achieve a cleaner API with less confusing parameter order)
2012-01-02 17:50:34 +01:00
ListboxField.php
BUGFIX Allowing to save ListboxField and CheckboxSetField into custom relations (which don't return TRUE for has_many() or many_many())
2012-03-07 01:23:41 +01:00
LiteralField.php
ENHANCEMENT Fluent interface in Form API by returning instance from all setters
2012-02-17 13:35:26 +01:00
LookupField.php
Clean up trailing ?> per coding standard
2012-02-12 12:40:16 -08:00
ManyManyComplexTableField.php
API CHANGE Deprecated HasManyComplexTableField and ManyManyComplexTableField, use GridField with GridFieldConfig_RelationEditor instead
2012-03-07 13:32:42 +01:00
MemberDatetimeOptionsetField.php
MINOR Generic .cms-help-toggle implementation to replace MemberDatetimeOptionsetField.js (which also didn't work when loaded via Ajax, and needed a rewrite to jQuery.entwine anyway)
2012-03-05 17:41:50 +01:00
MoneyField.php
ENHANCEMENT Fluent interface in Form API by returning instance from all setters
2012-02-17 13:35:26 +01:00
NestedForm.php
MINOR phpdoc documentation
2009-03-22 22:59:14 +00:00
NullableField.php
ENHANCEMENT Fluent interface in Form API by returning instance from all setters
2012-02-17 13:35:26 +01:00
NumericField.php
API CHANGE Removed built-in behaviour.js client-side form validation.
2012-03-09 12:19:57 +13:00
OptionsetField.php
ENHANCEMENT Fluent interface in Form API by returning instance from all setters
2012-02-17 13:35:26 +01:00
PasswordField.php
Clean up trailing ?> per coding standard
2012-02-12 12:40:16 -08:00
PhoneNumberField.php
API CHANGE Removed built-in behaviour.js client-side form validation.
2012-03-09 12:19:57 +13:00
PrintableTransformation.php
Clean up trailing ?> per coding standard
2012-02-12 12:40:16 -08:00
ReadonlyField.php
ENHANCEMENT Allowing custom attributes in (most) FormField implementations, which allows for HTML5 data attributes
2012-01-02 16:48:14 +01:00
ReadonlyTransformation.php
Clean up trailing ?> per coding standard
2012-02-12 12:40:16 -08:00
RequiredFields.php
API CHANGE Removed built-in behaviour.js client-side form validation.
2012-03-09 12:19:57 +13:00
ResetFormAction.php
ENHANCEMENT Allowing custom attributes in (most) FormField implementations, which allows for HTML5 data attributes
2012-01-02 16:48:14 +01:00
ScaffoldingComplexTableField.php
Clean up trailing ?> per coding standard
2012-02-12 12:40:16 -08:00
SelectionGroup.php
Clean up trailing ?> per coding standard
2012-02-12 12:40:16 -08:00
SimpleImageField.php
MINOR Stop using deprecated FormField->getTabIndex()
2012-03-08 18:22:27 +01:00
Tab.php
ENHANCEMENT Fluent interface in Form API by returning instance from all setters
2012-02-17 13:35:26 +01:00
TableField.php
API CHANGE Removed built-in behaviour.js client-side form validation.
2012-03-09 12:19:57 +13:00
TableListField.php
API CHANGE: Introduce SS_Limitable class for adding to SS_Lists that have limit capability.
2012-03-09 17:07:40 +13:00
TabSet.php
ENHANCEMENT Fluent interface in Form API by returning instance from all setters
2012-02-17 13:35:26 +01:00
TabularStyle.php
Clean up trailing ?> per coding standard
2012-02-12 12:40:16 -08:00
TextareaField.php
ENHANCEMENT Fluent interface in Form API by returning instance from all setters
2012-02-17 13:35:26 +01:00
TextField.php
ENHANCEMENT Fluent interface in Form API by returning instance from all setters
2012-02-17 13:35:26 +01:00
TimeField.php
API CHANGE Removed built-in behaviour.js client-side form validation.
2012-03-09 12:19:57 +13:00
ToggleCompositeField.php
API CHANGE Removed prototype.js style $() alias usage for document.getElementById() to avoid confusion with the more common jQuery() alias.
2012-02-16 12:27:47 +01:00
ToggleField.php
API CHANGE Removed prototype.js style $() alias usage for document.getElementById() to avoid confusion with the more common jQuery() alias.
2012-02-16 12:27:47 +01:00
TreeDropdownField.php
MINOR: SSF-30 tweaking comment
2012-03-08 10:08:43 +13:00
TreeMultiselectField.php
API CHANGE Removed prototype.js style $() alias usage for document.getElementById() to avoid confusion with the more common jQuery() alias.
2012-02-16 12:27:47 +01:00
UploadField.php
API CHANGE Renamed GridFieldDefaultColumns to GridFieldDataColumns #6921
2012-03-09 14:07:40 +13:00
Validator.php
API CHANGE Removed built-in behaviour.js client-side form validation.
2012-03-09 12:19:57 +13:00