Update of /cvsroot/php-blog/serendipity/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16514/docs
Modified Files:
Tag: branch-smarty
NEWS
Log Message:
make "clean_page" plugins actually work again, though need to use a different hook for emitting content
Index: NEWS
===================================================================
RCS file: /cvsroot/php-blog/serendipity/docs/Attic/NEWS,v
retrieving revision 1.1.2.8
retrieving revision 1.1.2.9
diff -u -d -r1.1.2.8 -r1.1.2.9
--- NEWS 12 Nov 2004 15:43:22 -0000 1.1.2.8
+++ NEWS 15 Nov 2004 09:41:47 -0000 1.1.2.9
@@ -3,6 +3,12 @@
Version 0.8 ()
------------------------------------------------------------------------
+ * Plugin API: Event plugins using the 'entry_display' hook to set
+ an entries page to not render (via 'clean_page') now need to use
+ the new hook 'entries_header' for their output; the 'clean_page'
+ variable still needs to be set within the hook 'entry_display'
+ though. (garvinhicking)
+
* Support for adding timezone offsets in configuration
(garvinhicking)
|