Releases: silverstripe/silverstripe-userforms
Releases · silverstripe/silverstripe-userforms
4.2.5
4.3.2
4.2.4
4.3.1
- FIX incorrect calculation of MAX_FILE_SIZE (#600) (Reece Alexander) - e86306c
- FIX Remove empty column in display logic GridField for form field (Sacha Judd) - ca1e2ab
- FIX Hide and show form fields by toggling the "hide" class instead of jQuery methods (Robbie Averill) - 7c3edd4
- FIX Make EditableLiteralField extensible, have its own template, honour visibility rules (Robbie Averill) - 11f43c2
4.3.0
Release 4.3.0
4.2.3
Merge pull request #558 from open-sausages/pulls/4.2/fix-publishing BUG Use non-destructive publishing for editable options
4.1.0
- BUG Move UserForm.ss to correct location (Damian Mooyman) - d96ac7d
- BUGFIX no Sort value applie to EditableOption on write (muskie9) - 08646ad
- BUGFIX progress bar button text change breaks buttons (muskie9) - 14b7c65
- API Allow risky "to" recipient fields to be configured (Damian Mooyman) - 255ded1
- fix(Reorder): Changed $this->ID == 0 to !$this->exists() and added Controller::has_curr() check (Jake Bentvelzen) - 329ad80
- BUG Prevent strstr showing warning on array $value (Damian Mooyman) - 5f31f36
- fix(Reorder): Fix bug where 'Content Authors' can no longer re-order form fields due to how GridFieldOrderableRows checks canEdit() permissions. (Jake Bentvelzen) - 08d173f
- BUG Fix issue with maxlength="0" (Damian Mooyman) - bff2f23
- NEW added value top options (micmania1) - 2eb652f
- NEW Added option to allow empty values (micmania1) - cb605d5
4.0.1
- Fixing validation for CheckboxSet field
4.0.0
- API Use core validation for form submission (major change)
- Update translations
- Add empty space before classes
- Updated the output to provide spacing between userform-given classes
- fixed indentation
- When using the "are you sure?" plugin ensure the form immediately submits.
- By default, new form fields should be shown
- Added route for UserDefinedForm_Controller
- Move templates to more usual location
- API Implement option sorting
- Make sorting of options possible
- NEW Allow translation of tab names
- DOCS update the docs to remove bad feature list
- Change IFNULL to COALESE for MSSQL Compatibility
- Change CSV field export order to match form order
- Correcting issue #439, where date pickers were no longer functioning.
- Add permission tests for editing fix
- fixes late extensions binding
- BUG fixing bug that prevents non-admin users from editing user defined form fields.
- Implementing the "are you sure?" plugin to display a confirmation message when navigating away from a partially completed form.
- Translation fixes
- Add sitetree icon
3.1.1
- Added standard editor config
- Added standard code of conduct
- Add placeholder to Numeric and Email fields
- Updated license year
- Fix call log() function on instance of UserFormsUpgradeService
- Minor:fixed userforms class name specificity
- Update translations
- Remove redundant file