silverstripe-framework/tests/php/Forms
Damian Mooyman 0c41a97a8b API Refactor Form request handling into FormRequestHandler
API Add HasRequestHandler interface
API Refactor Link() and url handling behaviour from Controller into RequestHandler
API RequestHandler classes now must define url_segment to have a default Link()
API Clean up redirectBack()
2017-03-10 15:04:33 +13:00
..
CheckboxFieldtest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
CheckboxSetFieldTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
DatetimeFieldTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
DBFileTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
EmailFieldTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
FormFactoryTest Ensure test objects implement TestOnly 2017-02-21 20:30:15 +00:00
FormFieldTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
FormScaffolderTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
FormTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
GridField API Refactor Form request handling into FormRequestHandler 2017-03-10 15:04:33 +13:00
HTMLEditor API Upgrade tests to use new Config API 2017-02-27 16:54:01 +13:00
ListboxFieldTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
MoneyFieldTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
NumericFieldTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
CheckboxFieldTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
CheckboxSetFieldTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
CheckboxSetFieldTest.yml
CompositeFieldTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
ConfirmedPasswordFieldTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
CurrencyFieldTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
DateFieldTest.php API Create SeparatedDateField 2017-02-15 11:07:58 +13:00
DatefieldViewJQueryTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
DatetimeFieldTest.php API Create SeparatedDateField 2017-02-15 11:07:58 +13:00
DBFileTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
DropdownFieldTest.php API Refactor Form request handling into FormRequestHandler 2017-03-10 15:04:33 +13:00
EmailFieldTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
EmbedShortcodeProviderTest.php API Refactor Form request handling into FormRequestHandler 2017-03-10 15:04:33 +13:00
EnumFieldTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
FieldGroupTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
FieldListTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
FileFieldTest.php API Refactor Form request handling into FormRequestHandler 2017-03-10 15:04:33 +13:00
FormActionTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
FormFactoryTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
FormFactoryTest.yml Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
FormFieldTest.php API Refactor Form request handling into FormRequestHandler 2017-03-10 15:04:33 +13:00
FormScaffolderTest.php API Refactor Form request handling into FormRequestHandler 2017-03-10 15:04:33 +13:00
FormScaffolderTest.yml
FormSchemaTest.php API Refactor Form request handling into FormRequestHandler 2017-03-10 15:04:33 +13:00
FormTest.php API Refactor Form request handling into FormRequestHandler 2017-03-10 15:04:33 +13:00
FormTest.yml
GroupedDropdownFieldTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
InlineFormActionTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
ListboxFieldTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
ListboxFieldTest.yml
LookupFieldTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
LookupFieldTest.yml
MemberDatetimeOptionsetFieldTest.php API Substitute Zend_Currency with NumberFormatter based solution 2017-02-09 15:28:59 +13:00
MemberDatetimeOptionsetFieldTest.yml
MoneyFieldTest.php API Substitute Zend_Currency with NumberFormatter based solution 2017-02-09 15:28:59 +13:00
NullableFieldTests.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
NumericFieldTest.php API Create SeparatedDateField 2017-02-15 11:07:58 +13:00
OptionsetFieldTest.php API Refactor Form request handling into FormRequestHandler 2017-03-10 15:04:33 +13:00
PopoverFieldTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
RequiredFieldsTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
SelectionGroupTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
SeparatedDateFieldTest.php Reinstated separated DateField functionality 2017-02-16 09:06:14 +13:00
TextareaFieldTest.php Merge branch '3' 2016-12-28 14:30:54 +00:00
TextFieldTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
TimeFieldTest.php API Substitute Zend_Currency with NumberFormatter based solution 2017-02-09 15:28:59 +13:00
TreeDropdownFieldTest.php Merge branch '3' 2017-01-31 17:03:53 +00:00
TreeDropdownFieldTest.yml