.. |
gridfield
|
MINOR Class documentation for GridFieldDeleteAction
|
2012-03-23 10:50:17 +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
|
API CHANGE Deprecated TableListField and ComplexTableField, use GridField instead
|
2012-03-12 17:26:42 +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
|
MINOR Fixed coding style in CreditCardField::Field()
|
2012-03-13 09:47:30 +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
|
MINOR Correct DropdownField class documentation to include a proper
|
2012-03-20 15:47:22 +13: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
|
BUGFIX: Don't try to set the title if it hasn't been set for us.
|
2012-03-09 11:14:06 -08: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
|
BUGFIX: Removed reference to non-existence function Form::handleAction().
|
2012-03-19 13:10:51 +13:00 |
FormAction.php
|
API CHANGE: FormAction::FieldHolder() now returns just the Field(), so that a FieldList::forTemplate() returns a sensible result for an action list.
|
2012-03-08 10:02:57 +13:00 |
FormField.php
|
API CHANGE Removed built-in behaviour.js client-side form validation.
|
2012-03-09 12:19:57 +13:00 |
FormScaffolder.php
|
API CHANGE Removing ScaffoldingComplexTableField, using GridField instead to edit relationships through FormScaffolder and DataObject->scaffoldFormFields()
|
2012-03-09 15:16:01 +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
|
BUGFIX Resolve local images correctly even with absolute URLs in HTMLEditorConfig_Toolbar, fixed display of remote images (don't try to format the thumbnail, which only works on local images) (fixes #6952)
|
2012-03-12 16:31:48 +01: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
|
MINOR Re-fetching relationship in ListboxField->saveInto() when dealing with new records, to avoid errors on RelationList without foreign keys (fixes #6925)
|
2012-03-09 22:32:12 +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 |
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
|
MINOR Warning about imminent TableField deprecation
|
2012-03-15 22:31:55 +01:00 |
TableListField.php
|
API CHANGE Deprecated TableListField and ComplexTableField, use GridField instead
|
2012-03-12 17:26:42 +01: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
|
MINOR Revert folderName change to UploadField (already exists on
|
2012-03-23 09:22:54 +13:00 |
Validator.php
|
API CHANGE Removed FormResponse class, use custom HTTP status codes to communicate state on text/html responses, or use text/json for more structured data responses
|
2012-03-09 23:27:39 +01:00 |