summaryrefslogtreecommitdiff
path: root/comments_inc.php
AgeCommit message (Collapse)AuthorFilesLines
2009-10-08make sure comment format prefs happen in all comment caseswjames51-9/+9
2009-10-08remove false setting of comment content id and introduce temporary check for ↵wjames51-4/+9
lcconfig since comments does not have edit service
2009-10-01remove ref to non-existant copyright.txt filewjames51-3/+3
2009-10-01fix LGPL license ref from non-existant license.txt file to lgpl urlwjames51-3/+3
2009-06-18on expunge make sure we're loaded upwjames51-2/+4
2009-03-17upgrade Comments to LiberytMime to support attaching files to comments. big ↵wjames51-86/+41
move also of comment storage hash verification into LComm::verifyComment, everything else is support. new liberty admin option to enabled attachments on comments. boards and tickters verification bits move into verification services
2009-03-12add todos to move specific package crap out of here and into services this ↵wjames51-2/+12
stuff is getting out of control
2009-02-25check for \!anon_post before logging in(auto-fill can hork things up)Christian Fowler1-3/+4
2009-02-25add inline login with comment postingChristian Fowler1-14/+22
2009-01-25tweak switchboard messageChristian Fowler1-3/+3
2009-01-25send switchboard 'new comment' eventChristian Fowler1-2/+14
2009-01-11more code cleanupMax Kremmel1-111/+115
2008-12-28Use plugin to show history. Code cleanup.Tomasz Kalkosinski1-3/+14
2008-11-18add userCanUpdate, and remove root object stuff in userCanEdit since it was ↵Christian Fowler1-6/+6
so query and CPU intensive to completely load root objects on every row in getList call. change 'editable' hash_key to 'is_editable'
2008-05-07re-indent file and remove EOL whitespaceMax Kremmel1-26/+20
2008-04-28IMPORTANT PREMISSIONS UPDATE: this migrates comments from ↵wjames51-8/+9
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.
2008-04-28new param to LibertyComments mRootObj for perm checking in userCanEdit, and ↵wjames51-2/+6
make use of editible property in tpl
2008-04-17move moderate comments out of liberty to its own pkgwjames51-34/+2
2008-04-17introduce options for moderating comments, e.g. screening them before they ↵wjames51-2/+34
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.
2008-02-05revert to libertypagination because function.pagination.php seems completely ↵Christian Fowler1-6/+21
broken for many situations
2008-02-03convert last remaining uses of libertypagination to pagination functionJams H Thompson1-19/+20
2008-01-25fix signiture_content typos with proper speelingChristian Fowler1-4/+4
2007-12-03append ? to comments_return_url if it does not have one alreadyChristian Fowler1-3/+4
2007-11-24Fix for warning with new $comments_on_separate_page.Nick Palmer1-3/+4
2007-11-23fixes for out of range pagination requestsJams H Thompson1-7/+17
2007-10-25Change comment deletion to only delete one comment instead of the comment ↵Jams H Thompson1-6/+26
and all of its children, also fix loss of comment viewing preferences that occured when adding, deleting, or editing comments
2007-08-19fix comment flat mode displayJams H Thompson1-9/+14
2007-07-14edit help is now taken care of by services. this means that there is no need ↵Max Kremmel1-6/+2
for inclusion of edit help anywhere as long as services are called on edit pages and service tabs are included in edit tpl. help is included when {textarea} is in use. if you need to disable it set: display_help_tab=0 when calling the service tabs. edit help has also undergone a facelift.
2007-07-10move loadAjax() to BitThemesMax Kremmel1-3/+3
2007-07-10move isAjaxRequest() and isJavascriptEnabled() calls to BitThemes and only ↵Max Kremmel1-5/+10
allow ajax comments if javascript is enabled. also, move some old external page caching functions to a filter that needs a wee bit of attention before it can graduate.
2007-07-02initialize empty to empty array() to avoid warnings on foreachChristian Fowler1-3/+3
2007-06-25Use the correct default format for preview.Nick Palmer1-5/+5
2007-06-13check if js is enabled when using ajax comments - also guard against mixed ↵wjames51-4/+13
information during unique preview cases
2007-06-11make ajax comments work with catpcha - preview comment if captcha is wrongwjames51-2/+3
2007-06-11make sure gCotent is setMax Kremmel1-3/+3
2007-06-10new feature post comments using ajax - note scroll but in IE is not a ↵wjames51-4/+31
functional problem - patch comming soon
2007-03-31Fixed pagination of comments with pretty_urls on and direct pagination.Nick Palmer1-3/+3
2006-09-25preview must respect fornat choiceSylvie Greverend1-3/+3
2006-09-23only set anon_name when presentChristian Fowler1-3/+5
2006-09-15add captcha to liberty commentsChristian Fowler1-9/+19
2006-09-06initialize return value in case nothing comes backChristian Fowler1-4/+4
2006-08-21fixes for hiding anon_name from registered usersHash91-4/+8
2006-07-27remove {renderer}'s dependency on BitBoards, Add reply with quote feature to ↵Hash91-6/+8
comments that works cleanly for all formats
2006-07-26add anon name, and cleanup codeHash91-5/+11
2006-07-22add signitures that can be written in any format and stored in a comment ↵Hash91-2/+9
which can have any content type
2006-07-21add support for topic reply notification and locked topicsHash91-14/+42
2006-07-12adapt comments so it can be used with boardsHash91-3/+5
2006-07-12need the list of format_guid to know the format_guid value if only one if ↵Sylvie Greverend1-3/+7
available
2006-07-11add the format choice for a comment - as the comments are parsed - to have ↵Sylvie Greverend1-2/+5
the correctly parsed if the only format is html and not tw
2006-07-06to have tinymce displaying its bar in the commentSylvie Greverend1-2/+3