silverstripe-userforms/tests
Damian Mooyman 5349bb7d3b API Use core validation for form submission
Fixes #350 and fixes #404
This change abandons validation via EditableFormField::validateField, as it bypassed too many core validation mechanisms (RequiredFields, etc).
In order to enforce consistency of editable field validation, display rules have been hard-disabled when a field is marked as required.
Since this removes functionality, I have incremented the major version number
2016-04-18 12:04:21 +12:00
..
templates ENHANCEMENT: added test coverage for UserDefinedForm.php and placeholders for other sections. API change: processNewFormFields removed 2010-09-03 05:06:13 +00:00
EditableFormFieldTest.php API Use core validation for form submission 2016-04-18 12:04:21 +12:00
EditableFormFieldTest.yml API new form editor 2015-08-10 13:15:59 +12:00
EditableLiteralFieldTest.php API Use core validation for form submission 2016-04-18 12:04:21 +12:00
SecureEditableFileFieldTest.php remove trailing spaces in the codebase 2015-09-11 10:20:06 +12:00
UserDefinedFormControllerTest.php API Use core validation for form submission 2016-04-18 12:04:21 +12:00
UserDefinedFormTest.php BUG Fix duplication of forms with groups 2015-09-18 11:56:58 +12:00
UserDefinedFormTest.yml API Use core validation for form submission 2016-04-18 12:04:21 +12:00
UserFormsUpgradeServiceTest.php remove trailing spaces in the codebase 2015-09-11 10:20:06 +12:00
UserFormsUpgradeServiceTest.yml API new form editor 2015-08-10 13:15:59 +12:00
UserFormTest.php BUG Fix empty pages 2015-08-17 15:40:02 +12:00