includes/comment.php
Fri, 30 Jul 2010 21:32:05 -0400 Dan Fuhry Improved display of comments from foes, and fixed some general issues with the friend and foe lists
Sun, 28 Mar 2010 23:10:46 -0400 Dan Going ahead with the switch to tabs. This is a major coding standards change! If any unusual parser bugs show up, check this changeset. Converted all .php, .js, .tpl, .css, and .json files and did basic testing.
Sat, 20 Mar 2010 16:05:38 -0400 Dan Fixed "unapproved" status taking precedence over "spam" flag in comment submit and some display related bugs in comments.js
Mon, 01 Feb 2010 02:15:04 -0500 Dan Fixed more places where author_uid wasn't right.
Fri, 18 Dec 2009 05:12:02 -0500 Dan Comments (AJAX): Now paginated server side. Fixes issue 2.
Sat, 12 Dec 2009 16:45:52 -0500 Dan Updated KNOWN_BUGS to point to our issue tracker
Fri, 21 Aug 2009 11:47:26 -0400 Dan SECURITY: Comments: fix poor sanitization of subject on initial submit
Thu, 20 Aug 2009 20:01:55 -0400 Dan Fixed some upgrade bugs; added support for choosing one's own date/time formats; rebrand as 1.1.7
Sun, 31 May 2009 23:26:05 -0400 Dan Comments: SECURITY: Fixed IP not recorded in non-JSON submit and a few other non-security issues
Fri, 29 May 2009 16:37:32 -0400 Dan Comments: fixed failure to supply $q to fetchrow() in JSON fetcher
Wed, 13 May 2009 09:46:54 -0400 Dan Band-Aided user_homepage undefined index error in comments.
Mon, 16 Feb 2009 16:17:25 -0500 Dan Major redesign of rendering pipeline that separates pages saved with MCE from pages saved with the plaintext editor (full description in long commit message)
Sun, 25 Jan 2009 21:18:05 -0500 Dan Added (very basic) spam filtering plugin support. Plugins can mark a message as spam by hooking into the spam check API, which is documented in functions.php. No spam checking functionality is built-in.
Sun, 04 Jan 2009 00:55:40 -0500 Dan Two big commits in one day I know, but redid password storage to use HMAC-SHA1. Consolidated much AES processing to three core methods in session that should handle everything automagically. Installation works; upgrades should. Rebranded as 1.1.6.
Sat, 03 Jan 2009 18:11:18 -0500 Dan Major underlying changes to namespace handling. Each namespace is handled by its own class which extends Namespace_Default. Much greater customization/pluggability potential, at the possible expense of some code reusing (though code reusing has been avoided thus far). Also a bit better handling of page passwords [SECURITY].
less more (0) -15 tip