public_html/comment.php
Sat, 17 Oct 2009 14:09:44 +0200 Don't display the comment form for a story when comments aren't enabled for it (bug #0000994)
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:30:21 +0200 E_ALL fix
Sat, 30 May 2009 13:21:42 +0200 E_ALL fixes
Sun, 19 Apr 2009 16:57:27 +0200 Experimental feature: Optionally compress output before sending it to the browser (disabled by default)
Mon, 13 Apr 2009 10:52:56 +0200 Nicer handling of comment unsubcriptions
Sun, 12 Apr 2009 23:16:52 +0200 Fixed unfiltered GET parameter when unsubscribing from comments
Sun, 12 Apr 2009 19:56:19 +0200 Fixed wrong username display when editing someone else's comments; also fixed some E_ALL errors
Fri, 10 Apr 2009 18:59:22 +0200 Display "thank you" message when url_rewrite is enabled
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, 15 Mar 2009 21:54:28 +0100 phpDocumentor messes up obfuscated email addresses in angle brackets, so use a different style
Sun, 22 Feb 2009 12:21:35 +0100 Allow comment indexing but disallow indexing the "post a comment" form
Mon, 02 Feb 2009 09:41:18 +0100 Added missing page title when viewing a single comment
Tue, 12 Aug 2008 19:15:37 +0000 Fixed issue where you can post a comment to an unpublished story (bug
Fri, 23 May 2008 10:50:51 +0000 More CSRF protection
Sun, 28 Oct 2007 16:48:42 +0000 Prevent posting to closed comments (Thanks, Mark!)
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
Mon, 11 Dec 2006 11:49:18 +0000 Patches for MS SQL related bugs #620, #621, and #624, provided by Randy Kolenko
Sat, 02 Dec 2006 16:46:09 +0000 Fixed counting of comments
Sun, 26 Nov 2006 08:40:39 +0000 Added a blank - not required but makes the SQL requst more readable :-)
Sat, 07 Oct 2006 08:38:24 +0000 Don't return / display comments for stories that have comments disabled (bug #597)
Mon, 02 Oct 2006 19:04:24 +0000 Removed wrong first parameter in call to CMT_commentForm (bug #591)
Sun, 01 Oct 2006 19:30:40 +0000 Fixed warnings
Sat, 09 Sep 2006 12:52:06 +0000 Removed global declarations for superglobals
Sat, 22 Jul 2006 18:58:50 +0000 "Fix for the fix" changes and preparations for 1.3.11sr7-1
Sat, 15 Jul 2006 19:41:04 +0000 Ported $_POST filtering over from HEAD
Sat, 08 Jul 2006 21:15:43 +0000 Fixed a warning
Sat, 08 Jul 2006 19:58:43 +0000 Use page titles where appropriate
Sat, 20 May 2006 08:09:48 +0000 Fixed warnings
Mon, 15 May 2006 04:10:38 +0000 Bunches of tiny bug fixes
Sun, 14 May 2006 20:25:43 +0000 Security: Possible XSS vectors and SQL insertion vectors closed.
Sun, 11 Dec 2005 09:46:01 +0000 Ported Vinny's fixes over from the trunk
Tue, 06 Dec 2005 05:03:15 +0000 Fixed missing check permissions check in comment.php when saving comments. Note that you can still bring up a form for a story you don't have access to, but the behavior is the same as if the story did not exist.
Sat, 19 Nov 2005 03:56:08 +0000 Cleaned up some uninitialized comments
Thu, 29 Sep 2005 02:19:45 +0000 Fixed Bug #174 - Quotes in titles are turned into double htmlentitles
Mon, 26 Sep 2005 08:49:46 +0000 Copied improved spam protection over from the trunk
Mon, 19 Sep 2005 16:38:38 +0000 Missing global $LANG_ACCESS
Mon, 19 Sep 2005 14:37:53 +0000 Removed remaining poll comment code
Tue, 09 Aug 2005 14:04:20 +0000 removed unused code for polls
Thu, 21 Jul 2005 14:05:47 +0000 Removed dynamic comments (didn't work well enough)
Fri, 01 Jul 2005 22:50:58 +0000 update for polls plugin
Fri, 01 Jul 2005 20:44:00 +0000 update for polls plugin
Mon, 07 Feb 2005 05:17:45 +0000 Forgot a couple of '$ret ='. Found by Blaine.
Sat, 05 Feb 2005 05:04:18 +0000 Checking in dynamic comments
Fri, 28 Jan 2005 04:49:10 +0000 Checkin comment refactoring for plugins.
Tue, 25 Jan 2005 04:04:15 +0000 Comment form ready (including plugins), comment bar fixes, minor (though
Mon, 24 Jan 2005 06:00:09 +0000 saveComment and deleteComment overhaul.
Fri, 21 Jan 2005 23:31:45 +0000 Moved comment functions into lib-comment.php.
Thu, 16 Dec 2004 11:09:52 +0000 Update comment count in Older Stories block when a new comment is posted (bug #317) and optimized code to update the Older Stories block.
Sat, 13 Nov 2004 21:41:59 +0000 Links in plain text comments are now made "clickable" when the comment is saved (not when it's displayed).
Sat, 13 Nov 2004 17:18:56 +0000 Added call to used htmlentities on comment TITLE for link - Quotes were messing it up.
Sun, 31 Oct 2004 03:04:39 +0000 Fixed incorrect variable 'grab' for handling of plugin comments.
Tue, 26 Oct 2004 02:03:13 +0000 Hopefully fixed problems with plugins using comments. UNTESTED.
Sat, 23 Oct 2004 10:25:51 +0000 Hard-coded the English word 'delete' in the URL to delete a comment.
Sat, 23 Oct 2004 10:03:36 +0000 Fixed comment ID in comment notification emails.
Thu, 07 Oct 2004 20:14:52 +0000 Don't allow posting comments on stories or polls where comment posting has been disabled.
Thu, 07 Oct 2004 19:44:15 +0000 Don't use $topic in the language files (use %s instead).
Sun, 03 Oct 2004 18:39:31 +0000 Added call to new PLG_checkforSpam API
Sat, 25 Sep 2004 20:16:14 +0000 Forgot to take polls and plugins into account. Now will use correct permissions