1
0

Document select theme changes

References #347
This commit is contained in:
Matthias Mees
2015-06-15 18:33:16 +02:00
parent 28d00949f4
commit 94f99a9ce2

View File

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