silverstripe-framework/docs/en/04_Changelogs/beta/3.2.0-beta2.md
2015-08-04 10:39:12 +12:00

5.7 KiB

3.2.0 beta2

See 3.2.0 beta 1 changelog for more information on what is new in 3.2

Change Log

API Changes

  • 2015-08-03 f2c39aa batch restore action (Damian Mooyman)
  • 2015-08-03 e22b653 batch restore action (Damian Mooyman)
  • 2015-07-10 a6677b1 respect custom attributes on OptionsetField and CheckboxSetField (Damian Mooyman)
  • 2015-07-10 560f9a6 respect custom attributes on OptionsetField and CheckboxSetField (Damian Mooyman)
  • 2015-06-09 914d734 Disable deprecation notices by default (Damian Mooyman)
  • 2015-01-28 782c4cb Enable single-column fulltext filter search as fallback (Damian Mooyman)

Bugfixes

  • 2015-07-30 66ca540 Fix change detection on browser back button (Damian Mooyman)
  • 2015-07-30 97b226a Fix semver violation in create_table_options (Damian Mooyman)
  • 2015-07-27 aa286ef Missing thumbnails and inconsistencies (Jonathon Menz)
  • 2015-07-26 5f5ce8a Disable cache to prevent caching of build target (Damian Mooyman)
  • 2015-07-23 10b2fdc ContentController::getViewer() not returning all found templates (fixes #1244) (Loz Calver)
  • 2015-07-22 b7480b9 Hide 'Logged Passwords' tab in member CMS fields (fixes #4422) (Loz Calver)
  • 2015-07-16 a3201d6 $callerClass is undefined (Christopher Darling)
  • 2015-07-08 c7bd504 Fix cookie errors when running in CLI (Damian Mooyman)
  • 2015-07-07 5ace490 Fix issue when SS_ALLOWED_HOSTS is run in CLI (Damian Mooyman)
  • 2015-07-05 a556b48 Fix of multiple i18nTextCollector issues: #3797, #3798, #3417 (Damian Mooyman)
  • 2015-07-05 a5b3083 memory exhaustion in MySQLStatement->bind() (micmania1)
  • 2015-07-01 6fabd01 Fix potential XSS injection (Damian Mooyman)
  • 2015-07-01 3b90fef fix behat tests (Damian Mooyman)
  • 2015-06-26 d78d325 RedirectorPage_Controller shouldn't attempt redirection if the response is finished (fixes #1230) (Loz Calver)
  • 2015-06-24 3507ddb MemberPassword history removed with with Members (Daniel Hensby)
  • 2015-06-19 a58e595 docs not included in composer package installs (through export-ignore git attribute) (Sam Minnee)
  • 2015-05-04 1cca37c File::getFileType() was case sensitive (fixes #3631) (Loz Calver)
  • 2015-04-02 dd0e2dc Image_Cached exists method doesnt check for positive ID (Daniel Hensby)
  • 2015-04-01 7ff131d Fix default casted (boolean)false evaluating to true in templates (Damian Mooyman)
  • 2015-02-13 66391ab Imported namespaces now correctly used to determine class inheritance (Daniel Hensby)
  • 2014-12-31 71a14c3 Prevent url= querystring argument override (Damian Mooyman)
  • 2014-05-25 40c5b8b FulltextFilter did not work and was not usable (micmania1)
  • 2014-03-24 fd755a7 ChangePasswordForm validation message should render HTML correctly. (Sean Harvey)