1
0

Wrong used hook

This commit is contained in:
Garvin Hicking
2007-07-16 07:34:42 +00:00
parent c53ee539af
commit 2515788eab
2 changed files with 14 additions and 11 deletions
docs
templates/default/admin

@ -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!

@ -107,11 +107,11 @@
document.write('<input type="button" class="serendipityPrettyButton input_button" value="Link" onclick="serendipity_insLink(document.forms[\'serendipityEntry\'][\'serendipity[body]\'])">');
</script>
{/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"}
</td>
{else}
<td colspan="2"><b>{$CONST.ENTRY_BODY}</b></td>
<td>{serendipity_hookPlugin hook="backend_entry_toolbar_extended" data=$entry_data.entry hookAll="true"}</td>
<td>{serendipity_hookPlugin hook="backend_entry_toolbar_body" data=$entry_data.entry hookAll="true"}</td>
{/if}
</tr>
{*** ENTRY TOOLBAR END ***}