1
0

Add new parameter "empty" to {serendipity_showPlugin}

This commit is contained in:
Garvin Hicking
2010-12-31 18:00:43 +00:00
parent cbc46a31e1
commit b448739802
2 changed files with 16 additions and 1 deletions

View File

@ -3,6 +3,15 @@
Version 1.6 ()
------------------------------------------------------------------------
* Added new parameter "empty" to {serendipity_showPlugin}. When
no callable plugins were found, the string in the "empty" parameter
will be shown instead, allowing users to get notified of a missing
plugin:
{serendipity_showPlugin
class="serendipity_plugin_twitter"
empty="Twitter plugin not found!"}
* Bundle jquery by default and enable it in frontend and backend
templates; overrides serendipity_event_jquery. If your template
contains its own "jquery.js" file, the core will NOT use it.