Update of /cvsroot/php-blog/serendipity/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12213/docs
Modified Files:
NEWS
Log Message:
* Fix bug #1079349 - Move nested comments to parent top when parent is deleted
* Try to optimize performance by passing $comments as reference (Tom, do you have objections?)
Index: NEWS
===================================================================
RCS file: /cvsroot/php-blog/serendipity/docs/NEWS,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- NEWS 27 Jan 2005 12:46:20 -0000 1.51
+++ NEWS 27 Jan 2005 13:54:32 -0000 1.52
@@ -3,6 +3,10 @@
Version 0.8 ()
------------------------------------------------------------------------
+ * When deleting a comment with nested comments, move nested ones
+ to the parent of the deleted comment (fixes Bug #1079349)
+ (garvinhicking)
+
* Spamblock plugin allows to moderate/reject comments made via APIs
like wfw:commentApi or trackbacks, but still allow normal comments
(garvinhicking)
|