silverstripe-userforms/code/model
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
..
editableformfields API Use core validation for form submission 2016-04-18 12:04:21 +12:00
recipients NEW Allow translation of tab names (#384) 2016-04-08 16:45:10 +01:00
submissions remove trailing spaces in the codebase 2015-09-11 10:20:06 +12:00
EditableCustomRule.php BUG fixing bug that prevents non-admin users from editing user defined form fields. 2016-02-16 17:58:04 +13:00
UserDefinedForm.php API Use core validation for form submission 2016-04-18 12:04:21 +12:00