silverstripe-framework/tests/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
images This is a fixed version for RegenerateCachedImagesTask (former FlushGeneratedImagesTask) such that it regenerates images instead of silently removing them and breaking existing pages 2013-04-06 15:56:27 +02:00
uploadfield remove create_function usage 2017-12-05 14:20:13 +00:00
CheckboxFieldTest.php FEATURE: add validation to form field subclasses 2014-11-17 08:17:38 +13:00
CheckboxSetFieldTest.php BUG Fix issue with SS_List as datasource for dropdown field 2016-10-11 14:58:48 +13:00
CheckboxSetFieldTest.yml MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
CompositeFieldTest.php NEW: Implement unshift() in field list classes (closes #4834) 2015-12-14 16:18:57 +00:00
ConfirmedPasswordFieldTest.php Merge remote-tracking branch 'origin/3.1' into 3.2 2016-01-19 14:00:19 +13:00
CurrencyFieldTest.php ENHANCEMENT CurrencyField to use Currency.currency_symbol 2015-11-09 19:38:51 -06:00
DateFieldTest.php FIX Empty dmyfields on DateField now validate as true 2016-09-01 11:55:17 +01:00
DatefieldViewJQueryTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
DatetimeFieldTest.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
DropdownFieldTest.php Merge branch 'open-sausages/pulls/3.4/fix-checkbox-datalist' into 3.4 2016-10-11 20:16:33 +01:00
EmailFieldTest.php UPDATE: change all instances of $this->request to use appropriate getter/setter 2015-04-30 11:04:08 +12:00
EnumFieldTest.php fix #5195: allow empty values in Enum 2016-03-17 22:43:26 +01:00
FieldGroupTest.php FIX: Hidden errors for composite fields nested inside FieldGroups (fixes #4773) 2015-11-17 16:34:17 +00:00
FieldListTest.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
FileFieldTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
FormActionTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
FormFieldTest.php Remove unnecessary nesting of config/injector in tests 2017-05-24 16:05:39 +01:00
FormScaffolderTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
FormScaffolderTest.yml MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
FormTest.php Remove unnecessary nesting of config/injector in tests 2017-05-24 16:05:39 +01:00
FormTest.yml MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
GridFieldTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
GroupedDropdownFieldTest.php FIX: DropdownField didn't consider disabled items 2015-05-22 21:14:11 +01:00
HtmlEditorConfigTest.php API Support for multiple HTMLEditorConfig per page 2015-06-09 12:17:55 +12:00
HtmlEditorFieldTest.php BUG Suppress HtmlEditorField casting 2016-12-19 16:03:48 +13:00
HtmlEditorFieldTest.yml MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
HtmlEditorFieldToolbarTest.php Remove unnecessary nesting of config/injector in tests 2017-05-24 16:05:39 +01:00
HtmlEditorFieldToolbarTest.yml [ss-2015-027]: FIX HtmlEditorField_Toolbar#viewfile not whitelisting URLs 2015-11-13 15:20:09 +13:00
HtmlEditorSanitiserTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
InlineFormActionTest.php BUG Fix broken InlineFormAction 2015-10-29 10:48:49 +13:00
ListboxFieldTest.php FEATURE: add validation to form field subclasses 2014-11-17 08:17:38 +13:00
ListboxFieldTest.yml MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
LookupFieldTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
LookupFieldTest.yml MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
MemberDatetimeOptionsetFieldTest.php FEATURE: add validation to form field subclasses 2014-11-17 08:17:38 +13:00
MemberDatetimeOptionsetFieldTest.yml MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
MoneyFieldTest.php Merge remote-tracking branch 'origin/3.1' into 3 2015-06-02 19:13:38 +12:00
NullableFieldTests.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
NumericFieldTest.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
OptionsetFieldTest.php [ss-2016-015] Fix value / title escaping in CheckboxSetField and OptionsetField 2016-08-15 15:53:21 +12:00
RequiredFieldsTest.php removeRequiredField() limits field (fixes #2165) 2013-09-27 19:58:59 +02:00
RequirementsTest.php FIX Do not insert requirements more than once in includeInHTML 2017-04-07 17:04:17 +12:00
RequirementsTest_a.css MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
RequirementsTest_a.js MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
RequirementsTest_b.css MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
RequirementsTest_b.js MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
RequirementsTest_c.css MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
RequirementsTest_c.js MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
RequirementsTest_print_a.css API Add possibility to combine media-targeting stylesheets. 2013-02-13 11:04:05 +13:00
RequirementsTest_print_b.css API Add possibility to combine media-targeting stylesheets. 2013-02-13 11:04:05 +13:00
SelectionGroupTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
TextFieldTest.php Implement validate() method for TextField to validate max length (closes #4073) 2015-05-19 09:36:51 +01:00
TextareaFieldTest.php Merge branch '3.4' into 3.5 2016-12-19 10:48:10 +00:00
TimeFieldTest.php Merge remote-tracking branch 'origin/3.1' into 3.2 2015-06-19 10:48:07 +12:00
TreeDropdownFieldTest.php Test fixes - reorder assertions and ensure string returned 2017-01-16 14:46:22 +00:00
TreeDropdownFieldTest.yml MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00