Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3779
Modified Files:
serendipity_config.inc.php NEWS
Log Message:
correctly count entries, upcoming -beta3 release
Index: NEWS
===================================================================
RCS file: /cvsroot/php-blog/serendipity/NEWS,v
retrieving revision 1.223
retrieving revision 1.224
diff -u -d -r1.223 -r1.224
--- NEWS 16 Sep 2004 12:10:58 -0000 1.223
+++ NEWS 16 Sep 2004 13:53:04 -0000 1.224
@@ -3,12 +3,22 @@
Version 0.7 ()
------------------------------------------------------------------------
+Version 0.7-beta3 (September 16h, 2004)
+------------------------------------------------------------------------
+
+ * Fixed footer printing wrong amount of entries when entry was
+ assigned to more than one category. Thanks to Kris/weigon for
+ helping. (garvinhicking)
+
* Use htmlspecialchars/strip_tags for escaping user input on comment
moderation/viewing. (garvinhicking)
* Fixed warning message from emoticon plugin when emoticons.inc.php
does not exist (garvinhicking)
+ * Fixed entries pagination for special cases where quickump calendar
+ was displayed on the left sidebar (garvinhicking)
+
Version 0.7-beta2 (September 15th, 2004)
------------------------------------------------------------------------
Index: serendipity_config.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/serendipity_config.inc.php,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- serendipity_config.inc.php 14 Sep 2004 13:11:29 -0000 1.94
+++ serendipity_config.inc.php 16 Sep 2004 13:53:04 -0000 1.95
@@ -15,7 +15,7 @@
include_once(S9Y_INCLUDE_PATH . 'compat.php');
-$serendipity['version'] = '0.7-beta2';
+$serendipity['version'] = '0.7-beta3';
$serendipity['defaultTemplate'] = 'default'; // Name of folder for the default theme
$serendipity['production'] = 1;
$serendipity['rewrite'] = 'none';
|