1
0

Patch remaining usages of html_entity_decode

Document
This commit is contained in:
Garvin Hicking
2014-11-24 09:57:47 +01:00
parent 92afc37753
commit 26535ec09c
4 changed files with 10 additions and 15 deletions

View File

@ -3,6 +3,12 @@
Version 2.0-beta4/5/6 / RC? ()
------------------------------------------------------------------------
* PHP 5.4+ fix to properly call htmlspecialchars() / htmlentities() /
html_entity_decode() with a charset option, that has been
set to to default to UTF-8 and will yield empty strings when
being used in NON-UTF-8 environments. Now we utilize a
serendipity_specialchars() wrapper call.
* New personal preference to choose CKEditor toolbar presets.
Presets can be overwritte through a
templates/xxx/admin/ckeditor_custom_config.js if needed.