mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
00caeb700d
Update translations
6.9 KiB
6.9 KiB
3.1.14
Change Log
Security
- 2015-09-07 d8fd64c Fix XSS in install.php (Damian Mooyman) - See ss-2015-016
- 2015-09-07 7192932 Fix insecure returnURL in DatabaseAdmin (Damian Mooyman) - See ss-2015-015
- 2015-09-07 7367cf5 Prevent possible Privilege escalation (Damian Mooyman) - See ss-2015-020
API Changes
- 2015-01-28 782c4cb Enable single-column fulltext filter search as fallback (Damian Mooyman)
Bugfixes
- 2015-09-07 45b22c7 Fix missing framework/admin/tests (Damian Mooyman)
- 2015-08-27 899eb0b Use complete fieldlist for extracting data (Daniel Hensby)
- 2015-08-26 2d4b743 Members can access their own profiles in CMS (Daniel Hensby)
- 2015-08-26 0943b3b Recursion errors when sorting objects with circular dependencies (fixes #4464) (Loz Calver)
- 2015-08-20 fc212e0 Fix illegalExtensions breaking tests. (Damian Mooyman)
- 2015-08-18 8b638f5 Using undefined var in ModelAdmin (Loz Calver)
- 2015-07-26 5f5ce8a Disable cache to prevent caching of build target (Damian Mooyman)
- 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-01 6fabd01 Fix potential XSS injection (Damian Mooyman)
- 2015-06-26 d78d325 RedirectorPage_Controller shouldn't attempt redirection if the response is finished (fixes #1230) (Loz Calver)
- 2015-06-18 f7f92b3 Invalid comment syntax for web.config (Daniel Hensby)
- 2015-06-16 6169bf2 No longer caching has_one after ID change (Daniel Hensby)
- 2015-06-11 6be0488 TreeDropdownField doesnt change label on unselect (Daniel Hensby)
- 2015-05-28 0319f78 Incorrect env setting in 3.1.13 (Damian Mooyman)
- 2015-05-22 e0710ae Fix DirectorTest failing when run with sake (Damian Mooyman)
- 2015-05-20 94f6a13 Fixed setting LastEdited for DataObject with class ancestry (Gregory Smirnov)
- 2015-05-20 869e69a Clicking icon in site tree link fails (Jonathon Menz)
- 2015-05-20 f9bdf61 Fixed handling of numbers in certain locales (Gregory Smirnov)
- 2015-05-19 dbe2ad4 Folder expansion icons (Jonathon Menz)
- 2015-05-19 a56d08b TreeDropdownField Folder expansion (Jonathon Menz)
- 2015-05-16 c6bcfea FieldList::changeFieldOrder() leftovers discarded (Jonathon Menz)
- 2015-05-04 1cca37c File::getFileType() was case sensitive (fixes #3631) (Loz Calver)
- 2015-04-01 7ff131d Fix default casted (boolean)false evaluating to true in templates (Damian Mooyman)
- 2014-12-31 71a14c3 Prevent url= querystring argument override (Damian Mooyman)
- 2014-10-25 28be51c Config state leaking between unit tests (Loz Calver)
- 2014-09-20 bbc1cb8 #3458 iframe transport multi file upload FIX #3343, FIX #3148 (Thierry François)
- 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)