1
0
This commit is contained in:
Ian
2015-06-03 10:40:18 +02:00
parent 3b6d12ce2d
commit e78648b8c7
2 changed files with 14 additions and 1 deletions

View File

@ -64,6 +64,19 @@ Version 2.1 ()
Version 2.0.2 ()
------------------------------------------------------------------------
* 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.
If you don't want to use such file any more (and you have one), you
will have to delete or rename it by hand!
Also please note, that user stylesheet selectors like
.selector { background-image: url(img/example.jpg); }
now need to use the {TEMPLATE_PATH} like
.selector { background-image: url({TEMPLATE_PATH}img/example.jpg); }
since the content will be appended (sig!) to the streamed serendipity
dynamic stylesheet. (Issue #280, down below, talks about the user
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,