Version 3 end of life
This version of Silverstripe CMS will not recieve any additional bug fixes or documentation updates. Go to documentation for the most recent stable version.

3.1.10-rc1

Upgrading

Form Actions

Form action titles are now safely XML encoded, although this was an implicit assumption, it is now explicitly enforced. XML encoding titles will not cause an error, but is deprecated at framework 4.0. FormAction buttons with custom HTML content should be assigned using the FormAction::setButtonContent method instead.

Features and Enhancements

  • 2015-01-22 2e4bf9a Update sake to reference new docs (Cam Findlay)

Bugfixes

  • 2015-02-12 047fe3a Include php version in default cache folder name Update CoreTest.php (JorisDebonnet)
  • 2015-02-10 1db08ba Fix FormAction title encoding BUG Fix TreeMultiSelectField using the wrong label BUG Fix encoding of selected title on TreeDropdownField BUG Fix DataDifferencer trying to compare non-comparable fields (non-dbfield objects) BUG: Fix issue with TreeMultiSelectField not saving BUG: Fix issue with GridFieldPrintButton ENHANCEMENT Instead of using multiple api calls to encode dbfield values, delegate this operation to the individual fields via forTemplate Instead of using a new API to communicate html encoding to treeselect, just ensure all content is HTML encoded, and enable html_titles in jstree. (Damian Mooyman)
  • 2015-02-08 a530085 External redirects shouldnt show in preview pane (Daniel Hensby)
  • 2015-02-06 d68435e SelectionGroup no longer shows empty FieldLists (Daniel Hensby)
  • 2015-02-06 a0f9535 issue where empty composite fields created a fieldlist with empty items (Daniel Hensby)
  • 2015-02-05 70e0d60 Fix developer output in redirection script (Damian Mooyman)
  • 2015-02-03 abd1e6b GridFieldExportButton should honour can method. (Will Rossiter)
  • 2015-01-22 eed7093 dev/build not flushing manifests if site is in a subfolder (Loz Calver)
  • 2015-01-22 7733c43 Correctly sanitise Title (Michael Strong)
  • 2015-01-19 77ebdc2 DataObject::db returned fields in incorrect order, with incorrect data types (Loz Calver)
  • 2015-01-15 32ce85d . Summary fields can't be translated (Elvinas L.)
  • 2015-01-13 2861e7c insert media trims whitespace fixes #845 (Emma O'Keefe)
  • 2015-01-13 2e6e8af insert media trims whitespace - fixes #845 (Emma O'Keefe)
  • 2015-01-09 ef237f6 Expands the CMS' centre-pane when collapsed and it's clicked. (Russell Michell)
  • 2014-10-24 9d78eb7 Fix BasicAuth not resetting failed login counts on authentication (Damian Mooyman)
  • 2014-10-16 e4ddb4b Ensure query string in X-Backurl is encoded (fixes #3563) (Loz Calver)
  • 2014-08-25 f823831 making minify javascript fail-safe (Igor Nadj)
  • 2014-04-03 5180452 Fixed handling of numbers in certain locales. Fixes #2161 (Damian Mooyman)

Changelog