1
0

This should make jquery.js of a theme no longer be included for the default backend.

Custom backends would now use jquery_backend.js if they really wanted to provide their own.

References #166
This commit is contained in:
Garvin Hicking
2014-05-22 11:59:50 +02:00
parent e8bae220e6
commit 0e008d0885
2 changed files with 12 additions and 2 deletions

View File

@ -4,6 +4,15 @@
Version 2.0-beta3 ()
------------------------------------------------------------------------
* Due to distinction of backend and frontend themes, each theme
that provides a custom jquery.js now only does so for the
frontend. The backend now listens to a:
$serendipity['capabilities']['jquery_backend'] = false;
variable, and the file needs to be jquery_backend.js that
a backend theme would reference to.
* Changed 2k11's config.inc.php file to provide a more stable
call of event hooks so that other templates can also hook
their own events.