From: garvinhicking Date: Mon, 16 Jul 2007 07:34:42 +0000 (+0000) Subject: Wrong used hook X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=53485912c7f643fb1efcba1e1fff42314958b155;p=s9y.git Wrong used hook --- diff --git a/docs/NEWS b/docs/NEWS index 80cd132..72e9445 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -10,26 +10,29 @@ Version 1.3 () * Trackbacks to links without a description now get properly evaluated. (brockhaus) - * serendipity_plugin_comments now also supports Favatars in - combination with serendipity_event_gravatar instead of - Gravatars only. (brockhaus) - * Full pingback support, fallback trackback method for WordPress blogs. (brockhaus) Version 1.2 () ------------------------------------------------------------------------ - * Stronger autologin cookie encryption, prevent mixup with template - options (which could make foreign users delete your configured - template option keys). Also use new serendpity_db_implode() + * (beta4) serendipity_plugin_comments now also supports Favatars in + combination with serendipity_event_gravatar instead of + Gravatars only. (brockhaus) + + * (beta4) Fix wrong event hook for entry manager to display toolbar + for the main body area. + + * (beta4) Stronger autologin cookie encryption, prevent mixup with + template options (which could make foreign users delete your + configured template option keys). Also use new serendpity_db_implode() function for a safer API on image handling. All hail Stefan Esser. :) - * Backend templating changes to insert more classes to input fields + * (beta4) Backend templating changes to insert more classes to input fields etc (Don Chambers) - * Fix invalid pingback XML code, by Slim + * (beta4) Fix invalid pingback XML code, by Slim * (beta2) Fix when saving personal configuration the userlevel and "no_create" flags where not properly saved, thanks to PHPaws! diff --git a/templates/default/admin/entries.tpl b/templates/default/admin/entries.tpl index 6bf7e91..ef08c31 100644 --- a/templates/default/admin/entries.tpl +++ b/templates/default/admin/entries.tpl @@ -107,11 +107,11 @@ document.write(''); {/if} - {serendipity_hookPlugin hook="backend_entry_toolbar_extended" data=$entry_data.entry hookAll="true"} + {serendipity_hookPlugin hook="backend_entry_toolbar_body" data=$entry_data.entry hookAll="true"} {else} {$CONST.ENTRY_BODY} - {serendipity_hookPlugin hook="backend_entry_toolbar_extended" data=$entry_data.entry hookAll="true"} + {serendipity_hookPlugin hook="backend_entry_toolbar_body" data=$entry_data.entry hookAll="true"} {/if} {*** ENTRY TOOLBAR END ***}