silverstripe-framework/forms
2012-01-02 16:48:14 +01:00
..
AjaxUniqueTextField.php MINOR Replaced calls to deprecated FormField->Name() with getName() 2011-10-29 13:27:11 +02:00
CheckboxField.php MERGE Using FormField->template in most fields 2012-01-02 16:48:14 +01:00
CheckboxSetField.php MERGE Using FormField->template in most fields 2012-01-02 16:48:14 +01:00
ComplexTableField.php API CHANGE Deprecated FieldSet-specific methods from Form, namely dateFieldByName(), unsetDataFieldByName(), unsetFieldFromTab(), resetField() 2012-01-02 16:47:59 +01:00
CompositeField.php MINOR Replaced calls to deprecated FormField->Name() with getName() 2011-10-29 13:27:11 +02:00
ConfirmedPasswordField.php MINOR: Removed usage of deprecated FormField::Name() 2011-10-29 17:34:32 +13:00
CountryDropdownField.php BUGFIX: fixed accessing private variable from Geoip. ENHANCEMENT: added Geoip::get_default_country_code(). Fixes #6315 2011-01-09 05:55:17 +00:00
CreditCardField.php MERGE Using FormField->template in most fields 2012-01-02 16:48:14 +01:00
CurrencyField.php MERGE Using FormField->template in most fields 2012-01-02 16:48:14 +01:00
CustomRequiredFields.php MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00
DatalessField.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
DateField.php ENHANCEMENT Passing 'timeformat' and other metadata to markup generated in DateField, TimeField and DatetimeField, to allow for easier integration with third party libraries 2011-10-07 14:12:51 +02:00
DatetimeField.php MINOR: Removed usage of deprecated FormField::Name() 2011-10-29 17:34:32 +13:00
DisabledTransformation.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
DropdownField.php MERGE Using FormField->template in most fields 2012-01-02 16:48:14 +01:00
EmailField.php MERGE Using FormField->template in most fields 2012-01-02 16:48:14 +01:00
FieldGroup.php MINOR Reduced HTML validation errors in CMS and FieldGroup 2011-12-18 17:00:01 +01:00
FieldList.php MINOR: Removed usage of deprecated FormField::Name() 2011-10-29 17:34:32 +13:00
FieldSet.php MINOR: Use Deprecation class to indicate deprecated methods in core. 2011-10-29 17:34:31 +13:00
FileField.php MERGE Using FormField->template in most fields 2012-01-02 16:48:14 +01:00
FileIFrameField.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
Form.php API CHANGE Deprecated FieldSet-specific methods from Form, namely dateFieldByName(), unsetDataFieldByName(), unsetFieldFromTab(), resetField() 2012-01-02 16:47:59 +01:00
FormAction.php MERGE Using FormField->template in most fields 2012-01-02 16:48:14 +01:00
FormField.php MERGE Using FormField->template in most fields 2012-01-02 16:48:14 +01:00
FormScaffolder.php MINOR: Replace references to FieldSet (now deprecated) with references to FieldList 2011-10-28 15:58:55 +13:00
FormTransformation.php MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00
GridField.php BUGFIX: Removed use of base "Exception" class in order to avoid failures on PHPUnit 3.6. 2011-12-17 11:51:40 +13:00
GridFieldPaginator.php ENHANCEMENT Release of DataGridPagination 2011-10-28 17:34:15 +13:00
GridFieldPresenter.php BUGFIX: Removed use of base "Exception" class in order to avoid failures on PHPUnit 3.6. 2011-12-17 11:51:40 +13:00
GroupedDropdownField.php MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00
HasManyComplexTableField.php MINOR Replaced calls to deprecated FormField->Name() with getName() 2011-10-29 13:27:11 +02:00
HasOneComplexTableField.php MINOR Replaced calls to deprecated FormField->Name() with getName() 2011-10-29 13:27:11 +02:00
HeaderField.php MERGE Using FormField->template in most fields 2012-01-02 16:48:14 +01:00
HiddenField.php MERGE Using FormField->template in most fields 2012-01-02 16:48:14 +01:00
HtmlEditorConfig.php BUGFIX Enforcing TinyMCE textarea call on window.load in addition to entwine/DOMReady to ensure TinyMCE.init() has been called and all plugins are loaded. 2011-12-15 00:48:29 +01:00
HtmlEditorField.php API CHANGE: Replaced ManyManyList::removeByFilter() with ManyManyList::removeAll(). 2011-10-29 17:36:39 +13:00
ImageField.php API CHANGE Deprecated FieldSet-specific methods from Form, namely dateFieldByName(), unsetDataFieldByName(), unsetFieldFromTab(), resetField() 2012-01-02 16:47:59 +01:00
ImageFormAction.php MERGE Using FormField->template in most fields 2012-01-02 16:48:14 +01:00
InlineFormAction.php MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00
LabelField.php MERGE Using FormField->template in most fields 2012-01-02 16:48:14 +01:00
ListboxField.php ENHANCEMENT Allowing array values in ListboxField->setValue(), serialising into comma-separated list of values (AIR-35) 2011-10-07 14:12:47 +02: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 MINOR: Moved from use of deprecated SQLMap to SS_Map. 2011-10-29 17:36:37 +13:00
ManyManyComplexTableField.php MINOR Replaced calls to deprecated FormField->Name() with getName() 2011-10-29 13:27:11 +02:00
MemberDatetimeOptionsetField.php MINOR Reduced unnecessary autoloading 2011-12-23 10:31:35 +01:00
MoneyField.php BUGFIX Passing $name in MoneyField->FieldCurrency() (fixes #5982, thanks andersw) 2011-02-02 14:19:49 +13: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 MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00
OptionsetField.php MERGE Using FormField->template in most fields 2012-01-02 16:48:14 +01:00
PasswordField.php MERGE Using FormField->template in most fields 2012-01-02 16:48:14 +01:00
PhoneNumberField.php Merged changes from 2.3 branch 2009-02-01 23:49:53 +00:00
PrintableTransformation.php MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00
ReadonlyField.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
ReadonlyTransformation.php MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00
RequiredFields.php MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00
ResetFormAction.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
ScaffoldingComplexTableField.php API CHANGE: Deprecated CompositeField->FieldSet() in favour of CompositeField->FieldList(). 2011-05-11 17:51:54 +10:00
SelectionGroup.php Merged new-orm into datagrid 2011-09-26 16:47:54 +13:00
SimpleImageField.php MINOR Allowing HTML values in SimpleImageField_Readonly in order to allow image-based diffs 2011-10-07 14:12:48 +02:00
Tab.php MINOR: Removed usage of deprecated FormField::Name() 2011-10-29 17:34:32 +13:00
TableField.php MINOR Replaced calls to deprecated FormField->Name() with getName() 2011-10-29 13:27:11 +02:00
TableListField.php MINOR Replaced calls to deprecated FormField->Name() with getName() 2011-10-29 13:27:11 +02:00
TabSet.php MINOR tweaks to SecurityAdmin layout 2011-10-29 15:47:08 +13:00
TabularStyle.php MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00
TextareaField.php BUGFIX Using separate template for readonly version of Textarea (mainly to avoid SSViewer bugs, but also for more granular customisation) 2012-01-02 16:48:14 +01:00
TextField.php MERGE Using FormField->template in most fields 2012-01-02 16:48:14 +01:00
TimeField.php ENHANCEMENT Passing 'timeformat' and other metadata to markup generated in DateField, TimeField and DatetimeField, to allow for easier integration with third party libraries 2011-10-07 14:12:51 +02:00
ToggleCompositeField.php MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00
ToggleField.php MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00
TreeDropdownField.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
TreeMultiselectField.php Merged new-orm into datagrid 2011-09-26 16:47:54 +13:00
Validator.php MINOR: Use Deprecation class to indicate deprecated methods in core. 2011-10-29 17:34:31 +13:00