silverstripe-framework/forms
JorisDebonnet 5df1ec7eee
Use fputcsv in GridFieldExportButton
2018-02-08 12:26:29 +00:00
..
gridfield Use fputcsv in GridFieldExportButton 2018-02-08 12:26:29 +00:00
CheckboxField.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
CheckboxSetField.php BUG Fix issue with SS_List as datasource for dropdown field 2016-10-11 14:58:48 +13:00
CompositeField.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
ConfirmedPasswordField.php BUG Prevent session hijackers from resetting a user password 2016-05-16 10:54:18 +12:00
CountryDropdownField.php Do not default to locale if hasEmptyDefault is true 2017-03-09 12:35:37 +13:00
CreditCardField.php FIX: remove validation type constraint from form fields for 3.2 release 2015-05-11 12:32:00 +12:00
CurrencyField.php ENHANCEMENT CurrencyField to use Currency.currency_symbol 2015-11-09 19:38:51 -06:00
DatalessField.php DOCS Fixing docs (and bad API usage) 2015-07-20 16:42:33 +01:00
DateField.php FIX Empty dmyfields on DateField now validate as true 2016-09-01 11:55:17 +01:00
DatetimeField.php DOCS Fixing docs (and bad API usage) 2015-07-20 16:42:33 +01:00
DisabledTransformation.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
DropdownField.php BUG Fix issue with SS_List as datasource for dropdown field 2016-10-11 14:58:48 +13:00
EmailField.php FIX: remove validation type constraint from form fields for 3.2 release 2015-05-11 12:32:00 +12:00
FieldGroup.php FIX: Hidden errors for composite fields nested inside FieldGroups (fixes #4773) 2015-11-17 16:34:17 +00:00
FieldList.php API Add FormField::canSubmitValue() 2016-11-17 09:55:03 +13:00
FileField.php DOCS Fixing docs (and bad API usage) 2015-07-20 16:42:33 +01:00
Form.php remove create_function usage 2017-12-05 14:20:13 +00:00
FormAction.php DOCS Fixing docs (and bad API usage) 2015-07-20 16:42:33 +01:00
FormField.php Merge branch '3.3' into 3.4 2016-11-18 11:33:39 +00:00
FormScaffolder.php Replace core uses of DataObject::has_one/has_many/many_many 2015-03-13 16:16:12 +00:00
FormTemplateHelper.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
FormTransformation.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
GroupedDropdownField.php FIX: DropdownField didn't consider disabled items 2015-05-22 21:14:11 +01:00
HeaderField.php Remove invalid attributes 2016-04-26 09:45:52 +12:00
HiddenField.php DOCS Fixing docs (and bad API usage) 2015-07-20 16:42:33 +01:00
HtmlEditorConfig.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
HtmlEditorField.php Merge pull request #6744 from d-rivera-c/dev/pharmac-fork 2018-02-05 14:22:08 +13:00
HtmlEditorSanitiser.php Rewrote usages of error suppression operator 2014-03-05 15:48:55 +13:00
InlineFormAction.php BUG Fix broken InlineFormAction 2015-10-29 10:48:49 +13:00
LabelField.php Clean up LabelField 2015-04-30 16:21:33 +12:00
ListboxField.php More code style fixes 2017-12-05 14:20:13 +00:00
LiteralField.php Clean up LiteralField 2015-04-30 11:53:02 +12:00
LookupField.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
MemberDatetimeOptionsetField.php FIX: remove validation type constraint from form fields for 3.2 release 2015-05-11 12:32:00 +12:00
MoneyField.php DOCS Fixing docs (and bad API usage) 2015-07-20 16:42:33 +01:00
NestedForm.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
NullableField.php DOCS Fixing docs (and bad API usage) 2015-07-20 16:42:33 +01:00
NumericField.php BUG Remove html5 number field due to insufficient localisation support 2015-09-01 12:23:35 +12:00
OptionsetField.php [ss-2016-015] Fix value / title escaping in CheckboxSetField and OptionsetField 2016-08-15 15:53:21 +12:00
PasswordField.php Clean up PasswordField 2015-04-30 11:20:46 +12:00
PhoneNumberField.php DOCS Fixing docs (and bad API usage) 2015-07-20 16:42:33 +01:00
PrintableTransformation.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
ReadonlyField.php Merge branch '3.1' into 3.2 2016-11-18 11:29:19 +00:00
ReadonlyTransformation.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
RequiredFields.php Set deprecation level for all changes in 3.x to 4.0 2015-06-19 13:07:41 +12:00
ResetFormAction.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
SelectionGroup.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
Tab.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
TabSet.php NEW: Implement unshift() in field list classes (closes #4834) 2015-12-14 16:18:57 +00:00
TabularStyle.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
TextField.php Deprecate TextField::InternallyLabelledField() (closes #1684) 2016-03-26 11:07:33 +00:00
TextareaField.php BUG Suppress HtmlEditorField casting 2016-12-19 16:03:48 +13:00
TimeField.php FIX: remove validation type constraint from form fields for 3.2 release 2015-05-11 12:32:00 +12:00
ToggleCompositeField.php Merge pull request #5357 from assertchris/cast-heading-level-to-int-in-forms-toggle-composite-field 2016-04-20 18:01:43 +12:00
ToggleField.php Changed comments in forms\ToggleField.php 2016-04-20 18:31:17 +12:00
TreeDropdownField.php Revert "TreeDropDown performance boost." 2017-07-19 12:44:43 +01:00
TreeMultiselectField.php BUGFIX: Changed form fields that call renderWith in Field() to call parent::Field() instead (#5783) 2016-07-07 19:55:37 +01:00
UploadField.php FIX UploadField incorrectly setting max upload size 2016-11-24 11:54:44 +00:00
Validator.php Changed comments in forms\Validator.php 2016-04-20 14:27:50 +12:00