includes/comment.php
2010-07-31 Dan Fuhry Improved display of comments from foes, and fixed some general issues with the friend and foe lists
2010-03-29 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.
2010-03-20 Dan Fixed "unapproved" status taking precedence over "spam" flag in comment submit and some display related bugs in comments.js
2010-02-01 Dan Fixed more places where author_uid wasn't right.
2009-12-18 Dan Comments (AJAX): Now paginated server side. Fixes issue 2.
2009-12-12 Dan Updated KNOWN_BUGS to point to our issue tracker
2009-08-21 Dan SECURITY: Comments: fix poor sanitization of subject on initial submit
2009-08-21 Dan Fixed some upgrade bugs; added support for choosing one's own date/time formats; rebrand as 1.1.7
2009-06-01 Dan Comments: SECURITY: Fixed IP not recorded in non-JSON submit and a few other non-security issues
2009-05-29 Dan Comments: fixed failure to supply $q to fetchrow() in JSON fetcher
2009-05-13 Dan Band-Aided user_homepage undefined index error in comments.
2009-02-16 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)
2009-01-26 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.
2009-01-04 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.
2009-01-03 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].
2008-11-21 Dan Added makeSwitchable Dynano method for textareas; enabled support for makeSwitchable in comment runtime
2008-08-12 Dan Rebranded as 1.1.5 (Caoineag alpha 5) and fixed a couple bugs related to CDN support in template_nodb and installerUI. Updated readme.
2008-07-10 Dan Added Gravatar support! And it's really configurable too.
2008-05-05 Dan Massive commit with various changes. Added user ranks system (no admin interface yet) and ability for users to have custom user titles. Made cron framework accept fractions of hours through floating-point intervals. Modifed ACL editor to use miniPrompt framework for close confirmation box. Made avatar system use a special page as opposed to fetching the files directly for caching reasons.
2008-04-14 Dan Rebrand as 1.1.4 (Caoineag alpha 4)
2008-03-18 Dan Fixed some stray version numbers (again!); added support for Diffie-Hellman logins in the normal login form (not AJAX) - even works in IE
2008-02-22 Dan Merging fixes and updates from stable branch
2008-02-02 Dan Made all captcha fields case-insensitive (thanks pkeating)
2008-02-11 Dan Rebrand as 1.1.2; made upgrade framework functional
2008-02-07 Dan Fixed some captcha bugs and made all captcha fields case-insensitive
2008-01-29 Dan Rebranded source code as 1.1.1; added TinyMCE ACL rule as per Vadi's request: http://forum.enanocms.org/viewtopic.php?f=7&t=54
2008-01-21 Dan Implemented IP logging for comments and registration
2008-01-03 Dan WiP commit for admin panel localization. All modules up to Admin:UserManager (working down the list) are localized except Admin:ThemeManager, which is due for a rewrite
2007-12-26 Dan More localization work. Resolved major issue with JSON parser not parsing files over ~50KB. Switched JSON parser to the one from the Zend Framework (BSD licensed). Forced to split enano.json into five different files.
2007-12-21 Dan Added initial avatar support. Currently rather feature complete except for admin controls for avatar.
less more (0) -30 tip