silverstripe-framework/src/Forms
Guy Sartorelli 6ede0316bf
Revert "Use field editorconfig when sanitising content" (#11180)
This reverts commit e5eb98cc34.
2024-03-20 12:02:54 +13:00
..
GridField [CVE-2023-48714] Don't show or add records the member isn't allowed to 2024-01-23 11:11:36 +13:00
HTMLEditor Revert "Use field editorconfig when sanitising content" (#11180) 2024-03-20 12:02:54 +13:00
Schema ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
CheckboxField.php Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00
CheckboxField_Readonly.php Ran upgrader for lang files 2017-04-28 14:59:42 +12:00
CheckboxSetField.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
CompositeField.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
CompositeValidator.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
ConfirmedPasswordField.php FIX Correctly mark ConfirmedPasswordField children as required 2023-12-20 12:35:30 +13:00
CurrencyField.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
CurrencyField_Disabled.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
CurrencyField_Readonly.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
DatalessField.php Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00
DateField.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
DateField_Disabled.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
DatetimeField.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
DefaultFormFactory.php Update getter name to getCMSCompositeValidator 2020-05-28 12:23:35 +12:00
DisabledTransformation.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
DropdownField.php MNT Fix various typos with codespell (#10177) 2021-12-13 21:05:33 +13:00
EmailField.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
FieldGroup.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
FieldList.php API Update deprecations 2022-10-13 14:49:15 +13:00
FieldsValidator.php NEW Add FieldsValidator to ensure fields get validated 2023-08-08 13:02:27 +12:00
FileField.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
FileHandleField.php Change UploadField to TreeDropdownField for modal fields 2017-02-27 10:38:23 +13:00
FileUploadReceiver.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
Form.php Fixed deprecation notices in php 8.2 by using the AllowDynamicProperties 2023-08-25 11:07:48 +03:00
FormAction.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
FormFactory.php Enhancement switch FormFactories to use RequestHandler instead of Controller 2017-05-11 09:57:55 +12:00
FormField.php Ensure forms/fields overridden by onBeforeRender() can override templates 2022-11-02 11:57:57 +00:00
FormMessage.php API Updates to Form, ValidationResponse, ValidationException 2016-12-09 14:24:11 +13:00
FormRequestHandler.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
FormScaffolder.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
FormTemplateHelper.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
FormTransformation.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
Form_FieldMap.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
GroupedDropdownField.php BUG Readonly version of GroupedDropdownField 2020-07-21 09:23:30 +02:00
HTMLReadonlyField.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
HeaderField.php Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00
HiddenField.php Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00
LabelField.php BUG Implement or exclude all pending upgrader deltas 2017-07-03 12:21:47 +12:00
ListboxField.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
LiteralField.php Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00
LookupField.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
MoneyField.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
MultiSelectField.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
NullableField.php ENH Various changes via static analysis tooling 2022-08-24 12:14:32 +12:00
NumericField.php FIX Handle non-breakable spaces 2024-03-12 11:01:09 +13:00
OptionsetField.php Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01: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 ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
PrintableTransformation.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
PrintableTransformation_TabSet.php Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00
ReadonlyField.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
ReadonlyTransformation.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
RequiredFields.php FIX Add extraEmptyValues to TreedropdownField 2023-11-27 12:42:28 +13:00
SelectField.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
SelectionGroup.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
SelectionGroup_Item.php Fix the phpdoc blocks 2020-12-21 22:23:23 +01:00
SingleLookupField.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
SingleSelectField.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
Tab.php BUG Allow extension of getAttributes for Tab and TabSet (#9954) 2021-10-18 23:22:01 +13:00
TabSet.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
TextField.php API Update deprecations 2022-10-13 14:49:15 +13:00
TextareaField.php added missing maxLength validation 2023-08-28 10:51:43 +02:00
TimeField.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
TimeField_Readonly.php BUGFIX: Fixed issue where TimeField_Readonly would only show "(not set)" instead of the value 2020-02-24 09:59:00 -04:00
Tip.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
TippableFieldInterface.php NEW Add type declarations to Tip API, add TippableFieldInterface 2019-10-23 10:46:22 +13:00
ToggleCompositeField.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
TreeDropdownField.php FIX Add extraEmptyValues to TreedropdownField 2023-11-27 12:42:28 +13:00
TreeDropdownField_Readonly.php Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00
TreeMultiselectField.php ENH PHP 8.1 compatibility 2022-04-14 13:12:59 +12:00
TreeMultiselectField_Readonly.php Convert array delcarations to short array syntax 2020-04-20 18:58:09 +01:00
UploadReceiver.php API Stop using deprecated API 2022-11-15 18:20:54 +13:00
Validator.php Implemented PR feedback. Added some initial test cov 2020-05-28 11:18:46 +12:00