summaryrefslogtreecommitdiff
path: root/admin/comments.php
AgeCommit message (Collapse)AuthorFilesLines
2021-02-03update path for kernel/includes/setup_inc.phpmodela bitweaver1-1/+1
2010-02-08deprecate root bit_setup_inc use kernel/setup_inc.phpwjames51-1/+1
2008-06-25change display call to use a hash for display options, add display_mode to ↵Christian Fowler1-1/+1
options hash
2008-04-26new admin feature to limit editing of comments by n minutes, default 60 -- ↵wjames51-1/+1
also IMPORTANT: standardize liberty_comments table ref name as lcom, lcm cases changed to lcom so tthat we don't drive services crazy
2008-04-17move moderate comments out of liberty to its own pkgwjames51-26/+1
2008-04-17introduce options for moderating comments, e.g. screening them before they ↵wjames51-1/+26
are made public. features require moderation package and are hidden unless installed. outstanding issues remain, use of status id is effective but not fully respected in boards, all custom permissions are not fully and properly checked - a reference to root obj is needed in LibertyComments. there may be others. current sites should be completely uneffected unless they opt in and enable.
2007-06-10new feature post comments using ajax - note scroll but in IE is not a ↵wjames51-0/+5
functional problem - patch comming soon
2006-08-23add a param 'Default post textarea lines number' to have a decent textarea ↵Sylvie Greverend1-1/+1
zone when using tinymce
2006-04-11rename permissions to new standard using: p_<package>_<verb>_[<noun>]Max Kremmel1-1/+1
2006-02-08php: introduce new method: getPref( $package, $pref, $defaut ) (order is ↵Max Kremmel1-2/+2
open for discussion tpl: $gBitPref.package.pref applied package name to all saves - should make database more organised and should allow more reliable uninstalls in the future
2006-01-20merge recent changes into HEADMax Kremmel1-5/+7
2006-01-10merge recent changes into HEADMax Kremmel1-5/+5
2005-10-12merge recent changes to HEADChristian Fowler1-0/+9
2005-09-03synch recent changes from R1 to HEADMax Kremmel1-0/+33