silverstripe-framework/forms
2012-02-14 13:53:35 +01:00
..
gridfield ENHANCEMENT Inserting image via new dialog with ajax field retrieval and GridField file selection. Rewritten to jQuery.entwine and using the new HTML editor abstraction layer. 2012-02-14 13:53:35 +01:00
AjaxUniqueTextField.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
CheckboxField.php ENHANCEMENT Allowing custom attributes in (most) FormField implementations, which allows for HTML5 data attributes 2012-01-02 16:48:14 +01:00
CheckboxSetField.php MINOR Using instanceof rather than is_a in CheckboxSetField 2012-01-02 16:49:33 +01:00
ComplexTableField.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
CompositeField.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
ConfirmedPasswordField.php MINOR: Removed usage of deprecated FormField::Name() 2011-10-29 17:34:32 +13:00
CreditCardField.php ENHANCEMENT Allowing custom attributes in (most) FormField implementations, which allows for HTML5 data attributes 2012-01-02 16:48:14 +01:00
CurrencyField.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
CustomRequiredFields.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
DatalessField.php ENHANCEMENT Allowing custom attributes in (most) FormField implementations, which allows for HTML5 data attributes 2012-01-02 16:48:14 +01:00
DateField.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
DatetimeField.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
DisabledTransformation.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
DropdownField.php ENHANCEMENT Allowing custom attributes in (most) FormField implementations, which allows for HTML5 data attributes 2012-01-02 16:48:14 +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 Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
FieldList.php MINOR Removed usage of HiddenFieldSet 2012-02-03 00:46:49 +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 BUGFIX GridField_Actions did not work in more complex Forms with tabsets (i.e SecurityAdmin) when using GridField_Action 2012-01-09 18:41:23 +13:00
FormAction.php API CHANGE Removed FormAction->extraData() and $extraData constructor argument, use setAttribute() instead 2012-01-02 16:58:46 +01:00
FormField.php MINOR: Removed notice-level errors from form field construction. 2012-01-10 16:58:27 +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 Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08: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 BUGFIX Removed tinymce-advcode plugin which breaks with new TinyMCE and newer browsers. Both the plugin and the underlying 'codepress' engine are unmaintained. Fall back to standard (non-highlighted) TinyMCE <textarea> editing (fixes #6779) 2012-02-11 01:08:04 +01:00
HtmlEditorField.php ENHANCEMENT Inserting image via new dialog with ajax field retrieval and GridField file selection. Rewritten to jQuery.entwine and using the new HTML editor abstraction layer. 2012-02-14 13:53:35 +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 Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
LiteralField.php API CHANGE FormField::Field() and FormField::FieldHolder() now render into templates on each FormField instead of creating HTML from PHP 2012-01-02 16:48:13 +01:00
LookupField.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
ManyManyComplexTableField.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
MemberDatetimeOptionsetField.php MINOR Reduced unnecessary autoloading 2011-12-23 10:31:35 +01:00
MoneyField.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
NestedForm.php MINOR phpdoc documentation 2009-03-22 22:59:14 +00:00
NullableField.php API CHANGE FormField::Field() and FormField::FieldHolder() now render into templates on each FormField instead of creating HTML from PHP 2012-01-02 16:48:13 +01:00
NumericField.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
OptionsetField.php MERGE Using FormField->template in most fields 2012-01-02 16:48:14 +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 API CHANGE Deprecated SimpleImageField, use FileField or UploadField with setAllowedExtensions() 2012-02-03 01:00:11 +01:00
Tab.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
TableField.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
TableListField.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
TabSet.php MINOR tweaks to SecurityAdmin layout 2011-10-29 15:47:08 +13:00
TabularStyle.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
TextareaField.php MINOR Restored row/col defaults in TextareaField and HtmlEditorField (broken in 1a10e8bc) 2012-02-10 12:15:41 +01:00
TextField.php ENHANCEMENT Allowing custom attributes in (most) FormField implementations, which allows for HTML5 data attributes 2012-01-02 16:48:14 +01:00
TimeField.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
ToggleCompositeField.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
ToggleField.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
TreeDropdownField.php MINOR Add forceFullTree param for getting a complete tree (SSF-110) 2012-02-13 09:53:00 +01:00
TreeMultiselectField.php MINOR Making $title optional in TreeMultiselectField to comply with parent implementation 2012-01-02 16:48:14 +01:00
UploadField.php Merge branch 'story/SSF-28' 2012-02-08 15:35:34 +01:00
Validator.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00