system/lib-comment.php
Thu, 29 Oct 2009 14:47:18 +0100 The comment speed limit was being ignored (bug #0001003)
Mon, 14 Sep 2009 19:17:22 +0200 Fixed reply notification for the very first comment (bug #0000973)
Mon, 14 Sep 2009 16:54:20 +0200 Use different subjects for the comment notification and comment _submission_ notification emails (cf. bug #0000957)
Mon, 14 Sep 2009 16:45:58 +0200 When an anonymous commentor left a name, use it in the comment submission notification email (bug #0000960)
Mon, 14 Sep 2009 16:10:32 +0200 Removed the CSRF token from all links to edit a comment. We only need it in the actual comment editor and it caused problems on the moderation page
Fri, 11 Sep 2009 16:20:05 +0200 For anonymous comments, use the anonymous user's name from the database, not from the language file (cf. bug #0000960)
Sat, 05 Sep 2009 20:48:03 +0200 Comment notifications used the phrase "Read the full article" when pointing to the new comment post (bug #0000940)
Sun, 16 Aug 2009 17:55:44 +0200 Send a notification when a comment goes into the submission queue
Sat, 13 Jun 2009 21:18:12 +0200 Made the link to a comment's parent object from the comment bar work properly for plugins
Sat, 13 Jun 2009 15:39:45 +0200 Fixed handling of $_CONF['comment_close_rec_stories'] (bug #0000899)
Sat, 30 May 2009 13:37:35 +0200 Plugin comments lost their type when saved in the comment submission queue and were considerd comments on articles afterwards
Sat, 30 May 2009 13:31:12 +0200 Fixed parameter description
Sun, 10 May 2009 17:39:32 +0200 Fixed security token name in commentform templates
Sat, 09 May 2009 17:48:14 +0200 Ensure PLG_templateSetVars (and therefore CUSTOM_templateSetVars) is called properly when the "Skip Preview" option is disabled (bug #0000880)
Sun, 19 Apr 2009 22:24:03 +0200 Removed duplicate code (already handled in CMT_prepareText)
Sat, 18 Apr 2009 22:10:44 +0200 Fixed wrong use of COM_allowedHTML and COM_checkHTML in plugins (bug #0000785)
Sat, 18 Apr 2009 21:10:04 +0200 More missing finish() calls (cf. bug #0000855)
Mon, 13 Apr 2009 11:36:37 +0200 Comment signature and edit notes should be in <div> not <span>
Mon, 13 Apr 2009 10:52:56 +0200 Nicer handling of comment unsubcriptions
Mon, 13 Apr 2009 10:07:09 +0200 Made the comment notification email a bit nicer and more personal
Sun, 12 Apr 2009 23:42:22 +0200 Don't send comment notification when replying to self
Sun, 12 Apr 2009 19:56:19 +0200 Fixed wrong username display when editing someone else's comments; also fixed some E_ALL errors
Sun, 12 Apr 2009 12:34:06 +0200 Fixed function descriptions as best as I could
Sat, 11 Apr 2009 16:59:56 +0200 Make the name of the 'anon-name' cookie configurable and keep it alive for longer
Fri, 10 Apr 2009 22:17:24 +0200 Fixed comment notification
Fri, 10 Apr 2009 21:31:57 +0200 Missing addslashes
Fri, 10 Apr 2009 18:58:37 +0200 Try to avoid an XSS in the anonymous user name without offending half of Ireland at the same time. Needs a review ...
Fri, 10 Apr 2009 17:04:09 +0200 Missing bits and pieces for the comment changes
Fri, 10 Apr 2009 11:53:06 +0200 Merged changes from Jared's 2008 GSoC project - all credits to Jared Wenerd and Michael Jervis
Sun, 29 Mar 2009 21:53:14 +0200 Fixed @see references
Sat, 28 Mar 2009 15:55:37 +0100 @param integer -> @param int, since "int" is used more often in the existing code
Sun, 15 Mar 2009 21:54:28 +0100 phpDocumentor messes up obfuscated email addresses in angle brackets, so use a different style
Sun, 01 Feb 2009 17:56:06 +0100 Display a message when sending the email to report an abusive comment failed
Sat, 17 Jan 2009 18:51:14 +0100 The comment submission form didn't show the user's full name when $_CONF['show_fullname'] was enabled
Sat, 17 Jan 2009 16:48:55 +0100 Comments were always showing the username, even when $_CONF['show_fullname'] was enabled (reported and patch provided by mystral-kk, bug #0000800)
Mon, 01 Dec 2008 11:20:01 +0100 No need to index the "reply to this" links - added a rel="nofollow"
Sun, 21 Sep 2008 08:37:12 +0000 Fixed protection against direct execution on non-case sensitive file systems
Sun, 14 Sep 2008 07:10:15 +0000 #0000737 - HTML encoded titles on comment reply isse.
Sun, 27 Jul 2008 15:21:00 +0000 E_ALL fixes in comment preview
Mon, 07 Jul 2008 18:29:08 +0000 Signatures in HTML-formatted comments weren't XHTML compliant
Fri, 23 May 2008 10:50:51 +0000 More CSRF protection
Wed, 16 Apr 2008 11:13:36 +0000 Notification emails are plain text, so there's no need to escape the & sign
Wed, 20 Feb 2008 20:07:59 +0000 Ensure every template class has site_url, site_admin_url, layout_url and xhtml variables set. My eyes, they bleed...
Wed, 02 Jan 2008 13:00:46 +0000 Missing separator after "Parent" link
Sat, 29 Dec 2007 12:18:02 +0000 Added the title as a hidden field in commentbar.thtml so that new comments inherit their parent's title (for plugins)
Sun, 25 Nov 2007 06:59:56 +0000 XHTML optional updates
Mon, 13 Aug 2007 01:27:34 +0000 fixed template variable author_link for anonymous
Mon, 13 Aug 2007 01:21:16 +0000 fixing names of template variables, reintroducing 3-part links
Sun, 22 Apr 2007 04:49:10 +0000 fixing create_links for comment author
Sat, 21 Apr 2007 16:25:27 +0000 Fixed link to a comment author's profile
Sat, 21 Apr 2007 13:36:20 +0000 Removed "user agreement" code
Fri, 09 Mar 2007 07:04:16 +0000 implementing an optional user agreement function
Thu, 08 Feb 2007 06:38:15 +0000 fixing quotes
Thu, 08 Feb 2007 06:30:32 +0000 using COM_createLink() in lib-comment.php
Sun, 28 Jan 2007 10:15:04 +0000 Allow comments to be closed, i.e. display the existing comments but don't accept any new ones
Sun, 14 Jan 2007 16:44:49 +0000 Removed some leftover code for the (formerly built-in) polls
Sat, 13 Jan 2007 17:49:37 +0000 border is set in CSS
Sat, 09 Dec 2006 22:16:50 +0000 Last part of Mark's CAPTCHA patches: Comments
Sat, 02 Dec 2006 16:55:23 +0000 Fixed counting of comments
Sun, 12 Nov 2006 19:45:53 +0000 The comment title was not included in the spam check (reported by Laugh)