.. |
gridfield
|
BUGFIX: Fix a couple of rebasing-related bugs in GridField.
|
2012-03-09 10:27:57 +13:00 |
AjaxUniqueTextField.php
|
MINOR Stop using deprecated FormField->getTabIndex()
|
2012-03-08 18:22:27 +01: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 Deprecated FormField->getTabIndex()/setTabIndex(), use getAttribute()/setAttribute() instead. Removed FormField->getTabIndexHTML()
|
2012-03-07 17:46:10 +01:00 |
CreditCardField.php
|
Merge branch 'integration'
|
2012-03-08 20:25:21 +01:00 |
CurrencyField.php
|
ENHANCEMENT Fluent interface in Form API by returning instance from all setters
|
2012-02-17 13:35:26 +01:00 |
CustomRequiredFields.php
|
Clean up trailing ?> per coding standard
|
2012-02-12 12:40:16 -08: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 Replace jQuery.metadata in DateField markup with HTML5 data attributes
|
2012-02-17 13:35:54 +01:00 |
DatetimeField.php
|
Merge branch 'integration'
|
2012-03-02 20:53:06 +01: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
|
ENHANCEMENT Allowing custom attributes in (most) FormField implementations, which allows for HTML5 data attributes
|
2012-01-02 16:48:14 +01:00 |
FieldGroup.php
|
Merge branch 'ereg-to-preg' of https://github.com/AngryPHPNerd/sapphire
|
2012-03-05 13:54:20 +13:00 |
FieldList.php
|
ENHANCEMENT Fluent interface in Form API by returning instance from all setters
|
2012-02-17 13:35:26 +01: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
|
Merge branch '106-add-edit-records-rc'
|
2012-02-27 23:58:10 +01:00 |
FormAction.php
|
MINOR Added FormAction->setUseButtonTag() and getUseButtonTag()
|
2012-02-17 13:35:54 +01:00 |
FormField.php
|
Merge branch 'integration'
|
2012-03-08 20:25:21 +01: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
|
Merge branch 'integration'
|
2012-03-08 20:25:21 +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
|
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
|
Clean up trailing ?> per coding standard
|
2012-02-12 12:40:16 -08: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
|
Clean up trailing ?> per coding standard
|
2012-02-12 12:40:16 -08: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
|
Clean up trailing ?> per coding standard
|
2012-02-12 12:40:16 -08: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
|
ENHANCEMENT Fluent interface in Form API by returning instance from all setters
|
2012-02-17 13:35:26 +01:00 |
TableListField.php
|
ENHANCEMENT Fluent interface in Form API by returning instance from all setters
|
2012-02-17 13:35:26 +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
|
ENHANCEMENT Fluent interface in Form API by returning instance from all setters
|
2012-02-17 13:35:26 +01: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 More generic CSS styles for .cms-file-info: Apply to form.small parent, fixed related UploadField spacing issues
|
2012-03-01 11:58:16 +01:00 |
Validator.php
|
API CHANGE Removed Validator::showError(), Validator::getError() and
|
2012-03-09 10:31:00 +13:00 |