From: garvinhicking Date: Fri, 22 Jul 2005 09:05:08 +0000 (+0000) Subject: Documented wesley's changes to templates X-Git-Tag: 0.9~297 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2cae4b015be657ae0115771d10d8573fd486379e;p=s9y.git Documented wesley's changes to templates --- diff --git a/docs/NEWS b/docs/NEWS index f4bc4b6..48ae142 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -3,6 +3,14 @@ Version 0.9 () ------------------------------------------------------------------------ + * TEMPLATES: Added plugin hooks "entries_header" and "entries_footer" + to the files entries_archives.tpl and entries_summary.tpl: + {serendipity_hookPlugin hook="entries_header"} +
+ {serendipity_hookPlugin hook="entries_footer"} +
+ (wesley) + * "Edit entries" panel can now delete entries and returns to the originating panel. Also it now utilizes Cookies (via JS) to remember the last used settings (sortorder, filters) (garvinhicking)