From d2d7ad0e4c444debcbefe45cf1dc7668baa6e380 Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Mon, 30 Jan 2006 09:29:37 +0000 Subject: [PATCH] allow plugins to output stuff on admin header --- docs/NEWS | 15 +++++++++++++++ serendipity_admin.php | 5 +++++ 2 files changed, 20 insertions(+) diff --git a/docs/NEWS b/docs/NEWS index 7192cba..4c1d61f 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -3,6 +3,21 @@ Version 1.0-beta2 () ------------------------------------------------------------------------ + * Modified plugin API to allow deactivating the output of plugin + sidebars (garvinhicking) + + * Adjust the function serendipity_currentURL() to properly return + path components without doubling any of them (garvinhicking) + + * Fix serendipity_event_mailer plugin to also work when being called + from posting plugins like XMLRPC, popfetcher etc. (garvinhicking) + + * Make templatechooser plugin store the selected template in a cookie + (garvinhicking) + + * Added new hook "backend_header" for plugins to emit output in the + header section of the admin interface. (garvinhicking) + * Added experimental MySQL5 "SET NAMES" support. Needs to be enabled by setting $serendipity['dbNames'] = true somehwere (like serendipity_config_local.inc.php) (garvinhicking) diff --git a/serendipity_admin.php b/serendipity_admin.php index 0935b6b..b05ad5f 100644 --- a/serendipity_admin.php +++ b/serendipity_admin.php @@ -77,6 +77,11 @@ if (serendipity_is_iframe()) { } + -- 2.39.5