1
0

Added possibility for templates to register a central function

serendipity_plugin_api_event_hook() and
      serendipity_plugin_api_pre_event_hook()
This commit is contained in:
Garvin Hicking
2009-03-20 17:07:23 +00:00
parent ed67ddd917
commit 50d08ff225
3 changed files with 32 additions and 0 deletions

View File

@ -3,6 +3,15 @@
Version 1.5 ()
------------------------------------------------------------------------
* Added possibility for templates to register a central function
serendipity_plugin_api_event_hook() and
serendipity_plugin_api_pre_event_hook() that can be used to
use plugin API interaction WITHOUT actual plugins. So special
plugins can be bundled within a template, without the need to
seperately install them. The "pre" function is called BEFORE
all normal plugins are executed, the normal function is called
AFTER plugin execution. (garvinhicking)
* Change javascript non-wysiwyg insertion methods to propery
return to scrollposition, patch by onli