Update of /cvsroot/php-blog/serendipity/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24185/docs
Modified Files:
Tag: branch-smarty
NEWS
Log Message:
New configuration variable to set amount of entries per page
Index: NEWS
===================================================================
RCS file: /cvsroot/php-blog/serendipity/docs/Attic/NEWS,v
retrieving revision 1.1.2.9
retrieving revision 1.1.2.10
diff -u -d -r1.1.2.9 -r1.1.2.10
--- NEWS 15 Nov 2004 09:41:47 -0000 1.1.2.9
+++ NEWS 15 Nov 2004 10:21:48 -0000 1.1.2.10
@@ -3,6 +3,9 @@
Version 0.8 ()
------------------------------------------------------------------------
+ * Articles per page (default 15) can now be set within Configuration
+ (garvinhicking)
+
* 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'
|