parent
28d00949f4
commit
94f99a9ce2
41
docs/NEWS
41
docs/NEWS
@ -8,26 +8,26 @@ Version 2.1 ()
|
||||
serendipity_config.inc.php. Test feedback needed.
|
||||
|
||||
* Added <IfModule mod_rewrite.c> checks to .htaccess for URL rewriting
|
||||
|
||||
|
||||
* Add support for cronjob plugin to spartacus, to notify
|
||||
blog owner about possible updates (via e-mail)
|
||||
|
||||
|
||||
* Added link to preview spartacus themes on blog.s9y.org
|
||||
|
||||
|
||||
* Added two configuration variables that can be set in
|
||||
serendipity_config_local.inc.php to influence the dashboard
|
||||
entry limit:
|
||||
|
||||
|
||||
- $serendipity['dashboardLimit']: How many future entries to
|
||||
fetch (default: 5)
|
||||
- $serendipity['dashboardDraftLimit']: How many entries in total
|
||||
shall be displayed in the dashboard section (default: 5)
|
||||
- $serendipity['dashboardCommentsLimit']: How many comments
|
||||
(default: 5)
|
||||
|
||||
|
||||
(Draft entries will only be fetched if there are less future entries
|
||||
than the total entry limit)
|
||||
|
||||
|
||||
* Fix: the syndication plugin now always uses absolute links for
|
||||
the subtome-button
|
||||
|
||||
@ -64,6 +64,9 @@ Version 2.1 ()
|
||||
Version 2.0.2 ()
|
||||
------------------------------------------------------------------------
|
||||
|
||||
* It is now possible to switch to a theme's admin theme if it has
|
||||
been selected as a frontend theme first
|
||||
|
||||
* Fix auto include of a User theme /admin/user.css backend file.
|
||||
PLEASE NOTE:
|
||||
2.0.1 brought in an automatted include of a themes "user.css" file.
|
||||
@ -78,40 +81,40 @@ Version 2.0.2 ()
|
||||
styles "being prepended on top").
|
||||
|
||||
* Use https URLs for Atom feed, if called through HTTPS (hboeck)
|
||||
|
||||
|
||||
* Restore the "Show toolbar within media selector popup?" option,
|
||||
it was ignored before.
|
||||
|
||||
* Fix Issue #321, negative offset for LIMIT SQL statements when
|
||||
using stable archive sorting and plugins like history.
|
||||
|
||||
|
||||
* Templatechooser will not apply theme in backend admin.
|
||||
|
||||
|
||||
* Use "secure" flag for (session) cookies sent over SSL, thanks to
|
||||
dayton967
|
||||
|
||||
|
||||
* Make preview_iframe.tpl template files load the proper frontend
|
||||
CSS file, including cache-busting version string when changing
|
||||
themes
|
||||
|
||||
* Implement patch to properly initiate templates_c on installation
|
||||
for shared installs (thanks to fugue88)
|
||||
|
||||
|
||||
* Allow templatechooser plugin to read a custom "blacklist.txt"
|
||||
within its directory, that can blacklist certain themes from
|
||||
being selected.
|
||||
|
||||
* Allow serendipity_setCookie() function to set custom expiry.
|
||||
|
||||
|
||||
* Adapt .htaccess profile of "mod_rewrite for 1&1 and problematic
|
||||
servers" to not include the "Options -MultiViews" option, since
|
||||
this is often blocked
|
||||
|
||||
|
||||
* Fix initializing smarty framework in the preview/saving iframe,
|
||||
so that a template's config.inc.php is always loaded.
|
||||
|
||||
|
||||
* Show debugging .tpl file information with relative directory only
|
||||
|
||||
|
||||
* fix wrong upgrade removal of dead files with 2.0.1 update
|
||||
|
||||
|
||||
@ -119,18 +122,18 @@ Version 2.0.2 ()
|
||||
Version 2.0.1 (March 12th, 2015)
|
||||
------------------------------------------------------------------------
|
||||
|
||||
* Fix missing escaping (possible XSS) of category names in the Backend
|
||||
* Fix missing escaping (possible XSS) of category names in the Backend
|
||||
Entry Admin, which would allow editors that create a forged
|
||||
category name to attack other editors in the backend (privileged
|
||||
access to the backend required).
|
||||
Thanks a lot to Edric Teo for reporting this issue.
|
||||
|
||||
|
||||
* Improved detection for possible upgrade/plugin/PHP errors. A
|
||||
warning will be emitted on the dashboard, when the Serendipity
|
||||
JavaScript-library could not be loaded.
|
||||
|
||||
|
||||
* syndication fix: use absolute urls for subtome
|
||||
|
||||
|
||||
* 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user