silverstripe-userforms/code/model/editableformfields
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
..
EditableCheckbox.php remove trailing spaces in the codebase 2015-09-11 10:20:06 +12:00
EditableCheckboxGroupField.php remove trailing spaces in the codebase 2015-09-11 10:20:06 +12:00
EditableCountryDropdownField.php adding some spaces for better readability in 2015-09-24 10:40:30 +12:00
EditableDateField.php remove trailing spaces in the codebase 2015-09-11 10:20:06 +12:00
EditableDropdown.php remove trailing spaces in the codebase 2015-09-11 10:20:06 +12:00
EditableEmailField.php Add placeholder to Numeric and Email fields 2015-12-11 14:50:12 +13:00
EditableFieldGroup.php remove trailing spaces in the codebase 2015-09-11 10:20:06 +12:00
EditableFieldGroupEnd.php remove trailing spaces in the codebase 2015-09-11 10:20:06 +12:00
EditableFileField.php remove trailing spaces in the codebase 2015-09-11 10:20:06 +12:00
EditableFormField.php API Use core validation for form submission 2016-04-18 12:04:21 +12:00
EditableFormFieldValidator.php API support for conditional steps 2015-08-18 10:51:03 +12:00
EditableFormHeading.php remove trailing spaces in the codebase 2015-09-11 10:20:06 +12:00
EditableFormStep.php Consistant treatment of field's right title 2015-08-21 15:21:33 +12:00
EditableLiteralField.php ENHANCEMENT: Add 'HideLabel' field for EditableLiteralField objects 2015-09-28 12:02:08 +13:00
EditableMemberListField.php remove trailing spaces in the codebase 2015-09-11 10:20:06 +12:00
EditableMultipleOptionField.php Translation fixes 2015-11-17 17:35:35 +01:00
EditableNumericField.php Add placeholder to Numeric and Email fields 2015-12-11 14:50:12 +13:00
EditableOption.php BUG fixing bug that prevents non-admin users from editing user defined form fields. 2016-02-16 17:58:04 +13:00
EditableRadioField.php remove trailing spaces in the codebase 2015-09-11 10:20:06 +12:00
EditableTextField.php remove trailing spaces in the codebase 2015-09-11 10:20:06 +12:00