Update of /cvsroot/php-blog/serendipity/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31847/docs
Modified Files:
NEWS
Log Message:
* make HTTP host autodetectable easier
* allow to configure amount of comments to display
Index: NEWS
===================================================================
RCS file: /cvsroot/php-blog/serendipity/docs/NEWS,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- NEWS 17 Feb 2005 11:31:03 -0000 1.64
+++ NEWS 17 Feb 2005 17:05:30 -0000 1.65
@@ -3,6 +3,16 @@
Version 0.8 ()
------------------------------------------------------------------------
+ * Added ability to toggle the amounts of comments per page within
+ a dropdown instead of needing to edit a Serendipity core file.
+ (garvinhicking)
+
+ * New configuration directive to tell Serendipity if the baseURL
+ shall be autodetected. This can be useful if you use multiple
+ domainnames listening on one blog installation. (Note: This auto-
+ detection was previously already enabled if using 'embedded mode')
+ (garvinhicking)
+
* Fixed bug for postgreSQL: Comments for entries within multiple
categories showed up as many times as the entry was within multiple
categories. Thanks to rickmans from the forums for detecting this.
|