From 7e5666599ddf30a27d713b4b89c736b2bdc90395 Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Wed, 18 Feb 2015 15:28:17 +0100 Subject: [PATCH] Document extra localStorage test References #306 --- docs/NEWS | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/NEWS b/docs/NEWS index 5a5ce03e..365fbe69 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -2,18 +2,25 @@ Version 2.0.1 () ------------------------------------------------------------------------ + * Issue 306: localStorage may be deactivated by setting a config + option or using security-related extensions at least in some + browsers, which might (at least in FF) break backend JS + functionality. Added extra tests to 2k11 backend JS. + + If you use localStorage, please test if it is actually available + by testing if localStorage !== null in JS. * Issue 280: Allow every theme to utilize a "user.css" file that gets loaded on top of the frontend (or backend, if in admin/ subdirectory) theme. This file can be used for customized CSS of a blog-admin which carries over to future Serendipity updates - + * Issue 299: Do not display dashboard for users with no permission to perform actions in the backend (frontend-users) - + * Make "rewriteURL" smarty modifier available to do a {$CONST.PATH_ARCHIVE|rewriteURL} within a smarty template file. - + * Add a generic odd/even for backend dashboard widgets to align properly. Future dashboard widgets need to get the new extra class dashboard widget on the section element they create.