summaryrefslogtreecommitdiff
path: root/ajax_comments.php
AgeCommit message (Collapse)AuthorFilesLines
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine1-0/+1
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-26Namespace changeslsces1-3/+4
2025-08-27Kernel functions changes to cover uninitialized variables and style changes ↵lsces1-6/+8
for PHP8.4
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 ↵spiderr1-3/+1
->getParsedData & ::filterDataHash
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
( simply ignoring is causing problems with comment merging )
2012-04-17Tidy up to remove 'STRICT' warningsLester Caine ext:(%22)1-1/+1
Split static and dynamic use of getDisplayUrl Create getContentUrl as the instantiated version parameters need to be identical across all classes getAttachment augmented by a static loadAttachment
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 ↵wjames51-3/+3
gBitUser->hasPermission checks to gContent->hasUserPermission checks where gContent is a reference to the comment tree root. This brings comments into line with content permissions model and lets services effect comment permissions.
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
override of ajax comments settings
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 ↵wjames51-0/+30
functional problem - patch comming soon