silverstripe-framework/src/Forms
Dylan Wagstaff 25aa3af032 FIX HeaderField requires the optional Title field
FormField marks the Title constructor argument as optional, and DatalessField does not override the __construct method. HeaderField on the other hand goes against the grain of FormFields as a whole and requires the Title field, seemingly for no good reason (at least, not that the commit message for a68ba38478 indicates) - this seems like an accidental ommision. This commit looks to reinstate the optionality of this constructor argument for consistency's sake.

Plus it broke a module I was investigating.
2019-05-24 13:44:01 +12:00
..
GridField PHPCS linting error on indentation 2019-04-05 16:29:24 +13:00
HTMLEditor Fix linting issues 2018-06-08 11:38:36 +12:00
Schema Fix add schema to the "auto" parts request 2017-09-05 13:12:51 +12:00
CheckboxField_Readonly.php Ran upgrader for lang files 2017-04-28 14:59:42 +12:00
CheckboxField.php CheckboxField creates invalid HTML when required #2939 2017-05-22 12:15:28 +12:00
CheckboxSetField.php CheckboxField creates invalid HTML when required #2939 2017-05-22 12:15:28 +12:00
CompositeField.php BUG Implement or exclude all pending upgrader deltas 2017-07-03 12:21:47 +12:00
ConfirmedPasswordField.php API Update DefaultAdmin services 2017-06-15 15:53:57 +12:00
CurrencyField_Disabled.php Fix: negative values in read only currency field 2018-06-01 12:59:02 -07:00
CurrencyField_Readonly.php Fix: negative values in read only currency field 2018-06-01 12:59:02 -07:00
CurrencyField.php Fixing string concat CS issues 2018-01-16 18:39:30 +00:00
DatalessField.php
DateField_Disabled.php BUG Fix issue with Disabled DateField always display (not set). 2018-06-08 13:51:22 +01:00
DateField.php BUG Fix issue with Disabled DateField always display (not set). 2018-06-08 13:51:22 +01:00
DatetimeField.php Fixing string concat CS issues 2018-01-16 18:39:30 +00:00
DefaultFormFactory.php Lazy-load custom methods and extensions on CustomMethods and Extensible traits 2017-08-22 15:47:24 +12:00
DisabledTransformation.php
DropdownField.php CheckboxField creates invalid HTML when required #2939 2017-05-22 12:15:28 +12:00
EmailField.php De-couple schema type and type attribute 2017-05-09 16:50:33 +12:00
FieldGroup.php BUG Implement or exclude all pending upgrader deltas 2017-07-03 12:21:47 +12:00
FieldList.php Merge branch '3.6' into 4.0 2018-05-01 21:47:17 +01:00
FileField.php check for UPLOAD_ERR_NO_FILE on FileField::saveinto 2018-01-03 12:01:18 +00:00
FileHandleField.php Change UploadField to TreeDropdownField for modal fields 2017-02-27 10:38:23 +13:00
FileUploadReceiver.php BUG Files dataobjects with missing asset shouldn't un-attach themselves from parent object on save 2018-03-07 11:17:17 +13:00
Form_FieldMap.php
Form.php Ensure tmpData exists 2018-03-15 20:40:05 +01:00
FormAction.php Update tests 2017-05-09 16:52:32 +12:00
FormFactory.php Enhancement switch FormFactories to use RequestHandler instead of Controller 2017-05-11 09:57:55 +12:00
FormField.php ENHANCEMENT Improve upgrade rules to support advanced upgrader rewrites (#7903) 2018-03-05 15:47:06 +13:00
FormMessage.php
FormRequestHandler.php [ss-2018-013] Remove password text from session data on failed submission 2018-05-14 17:14:38 +12:00
FormScaffolder.php Fixing string concat CS issues 2018-01-16 18:39:30 +00:00
FormTemplateHelper.php
FormTransformation.php Lazy-load custom methods and extensions on CustomMethods and Extensible traits 2017-08-22 15:47:24 +12:00
GroupedDropdownField.php BUG Implement or exclude all pending upgrader deltas 2017-07-03 12:21:47 +12:00
HeaderField.php FIX HeaderField requires the optional Title field 2019-05-24 13:44:01 +12:00
HiddenField.php De-couple schema type and type attribute 2017-05-09 16:50:33 +12:00
HTMLReadonlyField.php
LabelField.php BUG Implement or exclude all pending upgrader deltas 2017-07-03 12:21:47 +12:00
ListboxField.php
LiteralField.php API Substitute Zend_Currency with NumberFormatter based solution 2017-02-09 15:28:59 +13:00
LookupField.php Fixing string concat CS issues 2018-01-16 18:39:30 +00:00
MoneyField.php Fixing string concat CS issues 2018-01-16 18:39:30 +00:00
MultiSelectField.php Ran upgrader for lang files 2017-04-28 14:59:42 +12:00
NullableField.php API Remove Object class 2017-05-23 13:50:35 +12:00
NumericField.php Fixing string concat CS issues 2018-01-16 18:39:30 +00:00
OptionsetField.php BUG Implement or exclude all pending upgrader deltas 2017-07-03 12:21:47 +12:00
PasswordField.php [ss-2018-013] Remove password text from session data on failed submission 2018-05-14 17:14:38 +12:00
PopoverField.php Update tests 2017-05-09 16:52:32 +12:00
PrintableTransformation_TabSet.php
PrintableTransformation.php
ReadonlyField.php Ran upgrader for lang files 2017-04-28 14:59:42 +12:00
ReadonlyTransformation.php
RequiredFields.php DOCS Improve return tags for requiredfields class 2017-11-08 15:29:15 +00:00
SelectField.php
SelectionGroup_Item.php API Substitute Zend_Currency with NumberFormatter based solution 2017-02-09 15:28:59 +13:00
SelectionGroup.php API Move createTag to HTML class 2017-06-16 12:22:05 +12:00
SingleSelectField.php Ran upgrader for lang files 2017-04-28 14:59:42 +12:00
Tab.php
TabSet.php
TextareaField.php
TextField.php ENHANCEMENT Ensure DBVarchar scaffolds text field with TextField with appropriate max length 2017-10-26 16:21:51 +13:00
TimeField_Readonly.php
TimeField.php De-couple schema type and type attribute 2017-05-09 16:50:33 +12:00
ToggleCompositeField.php
TreeDropdownField_Readonly.php BUG Ensure readonly tree dropdown is safely encoded 2017-10-26 13:04:30 +13:00
TreeDropdownField.php Merge branch '3.6' into 4.0 2018-05-01 21:47:17 +01:00
TreeMultiselectField_Readonly.php BUG Ensure readonly tree dropdown is safely encoded 2017-10-26 13:04:30 +13:00
TreeMultiselectField.php FIX / TreeMultiselectField::objectForKey handles list of IDs correctly 2018-11-22 12:11:18 +13:00
UploadReceiver.php Merge branch '3.6' into 4.0 2018-05-01 21:47:17 +01:00
Validator.php Lazy-load custom methods and extensions on CustomMethods and Extensible traits 2017-08-22 15:47:24 +12:00