Skip to content

Releases: silverstripe/silverstripe-userforms

4.2.4

31 May 00:37
Compare
Choose a tag to compare
  • FIX: jquery validate attempting to validate ul as input (Igor Nadj) - 262cbf7
  • Fixes #529 (torleif) - dc530c0
  • Fix casting bug with email previews (#549) (Loz Calver) - bf39169
  • issue-547 radio button group display fix (robbyahn) - ba39031

4.3.1

24 May 21:33
Compare
Choose a tag to compare
  • 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

15 May 09:10
Compare
Choose a tag to compare
Release 4.3.0

4.2.3

28 Mar 01:48
Compare
Choose a tag to compare
Merge pull request #558 from open-sausages/pulls/4.2/fix-publishing

BUG Use non-destructive publishing for editable options

4.1.0

18 Aug 06:25
Compare
Choose a tag to compare
  • 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

20 May 04:36
Compare
Choose a tag to compare
  • Fixing validation for CheckboxSet field

4.0.0

19 May 00:46
Compare
Choose a tag to compare
  • 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

04 Feb 05:05
Compare
Choose a tag to compare
  • 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

3.1.0

19 Nov 20:56
Compare
Choose a tag to compare
  • Add 3.0.3 changelog
  • Update translations
  • BUG Prevent subsequent write being triggered in onAfterWrite()
  • MINOR: Fix for styling of step navigation
  • MINOR: New email object for each recipient
  • removed isCheckboxGroup check and replace
  • Remove '[' and ']' from jQuery selector for checkbox groups
  • ENHANCEMENT: Add 'HideLabel' field for EditableLiteralField objects
  • adding some spaces for better readability
  • Making requirements clearer
  • Add 3.0.2 changelog

3.0.2

20 Sep 21:57
Compare
Choose a tag to compare
  • Fix Casting to integer to prevent potential SQL injection.