summaryrefslogtreecommitdiff
path: root/ajax_comments.php
AgeCommit message (Expand)AuthorFilesLines
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine1-0/+1
2026-03-26Namespace changeslsces1-3/+4
2025-08-27Kernel functions changes to cover uninitialized variables and style changes f...lsces1-6/+8
2021-02-03update path for kernel/includes/setup_inc.phpmodela bitweaver1-1/+1
2021-02-02move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constantsmodela bitweaver1-1/+1
2021-01-31PHP7 clean up dual static + object use of parseData, and create ->getParsedDa...spiderr1-3/+1
2013-04-06major clean up for Smarty 3.0 and another pass at cleaning the top menusspiderr1-1/+1
2012-04-29Strip extra white spaceLester Caine ext:(%22)1-3/+3
2012-04-17Tidy up to remove 'STRICT' warningsLester Caine ext:(%22)1-1/+1
2010-06-09Strip down CVS keywords.cvs2git1-1/+1
2010-02-08deprecate root bit_setup_inc use kernel/setup_inc.phpwjames51-2/+2
2009-01-11clean up code.Max Kremmel1-26/+32
2008-05-06need to check global perm for comments post permwjames51-2/+2
2008-04-28IMPORTANT PREMISSIONS UPDATE: this migrates comments from gBitUser->hasPermis...wjames51-3/+3
2007-07-26update comments to relay root_id to ajax commentswjames51-2/+2
2007-07-24force on ajax comments if ajax comments was requested - accounts for package ...wjames51-1/+7
2007-06-22Add phpdoc comment blocksLester Caine1-1/+5
2007-06-11make ajax comments work with catpcha - preview comment if captcha is wrongwjames51-8/+47
2007-06-11do a permission check and return correct error depnding on what happenedMax Kremmel1-10/+9
2007-06-10new feature post comments using ajax - note scroll but in IE is not a functio...wjames51-0/+30