summaryrefslogtreecommitdiff
path: root/LibertyComment.php
AgeCommit message (Expand)AuthorFilesLines
2009-08-25move transaction completion outside of if checkTyler Bello1-5/+5
2009-07-15add gBitUser to global in loadCommentChristian Fowler1-2/+2
2009-06-18call mime laod if we're allowing attachments or admin to populate mStoragewjames51-1/+6
2009-06-17Mime is parent - comment out weird call to expungeMetaData until can be explo...wjames51-4/+15
2009-05-15add TODO comment to for expunge comment attachment_idChristian Fowler1-1/+2
2009-05-05user userCanUpdate, and make sure to check for valid pRootContentChristian Fowler1-4/+4
2009-05-01use is_editable, which comes from userCanEdit which should take all of the re...Christian Fowler1-2/+2
2009-03-26tidy ifelse to reduce redundant linesTekimaki1-11/+7
2009-03-25typoTekimaki1-2/+2
2009-03-25fine tune verify for passing in root and parent ids directlyTekimaki1-3/+5
2009-03-17upgrade Comments to LiberytMime to support attaching files to comments. big m...wjames51-8/+68
2009-02-06when checking for a general user perm you call hasPermission on gBitUser, not...Tekimaki1-2/+2
2009-02-04fix comments getDisplayUrl - gets url based on root_id - related fix boards t...Tekimaki1-3/+8
2009-02-03more robust getDisplayUrlTekimaki1-1/+4
2008-11-19always sort comments on created date since its critical to following the conv...wjames51-10/+10
2008-11-18add userCanUpdate, and remove root object stuff in userCanEdit since it was s...Christian Fowler1-25/+15
2008-09-15add feature to limit number of links that can be posted in a content. only su...Christian Fowler1-3/+4
2008-06-15fix typo in config nameJams H Thompson1-3/+2
2008-05-20expunge tmp comment, not single deleteCommentChristian Fowler1-2/+2
2008-04-30new post-store service for comments - model for future post-derivative class ...wjames51-1/+4
2008-04-28woops remove copy by ref left in by accident and some debug junkwjames51-9/+2
2008-04-28new param to LibertyComments mRootObj for perm checking in userCanEdit, and m...wjames51-2/+27
2008-04-26new admin feature to limit editing of comments by n minutes, default 60 -- al...wjames51-17/+33
2008-04-21set flags in comment list requests so services know if we're asking for a raw...wjames51-2/+3
2008-04-21brute force call in getNumComments to liberty_content_list_sql for status enf...wjames51-3/+35
2008-04-21fix service call on load to load_sql from list_sqlwjames51-2/+2
2008-04-19fix typo in message_guid column nameChristian Fowler1-2/+2
2008-04-19change message_id column to message_guid, and add store method in LibertyComm...Christian Fowler1-1/+9
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 ar...wjames51-1/+26
2008-03-06pass param hash into list_sql servicewjames51-2/+3
2008-03-04Fix verification of comment and content id.Nick Palmer1-2/+2
2008-02-13add back the commented deleteComment method as the standard expunge which wil...Christian Fowler1-38/+38
2008-02-02Remove assumption about form of content urls.Nick Palmer1-27/+17
2007-11-30fix root_content_title loadingMax Kremmel1-2/+2
2007-11-25add support for an array of content_type_guids to getListChristian Fowler1-24/+46
2007-10-25Change comment deletion to only delete one comment instead of the comment and...Jams H Thompson1-10/+50
2007-09-22Add ability to filter last comment module on a pigeonhole and display full co...Nick Palmer1-2/+5
2007-06-10new feature post comments using ajax - note scroll but in IE is not a functio...wjames51-2/+2
2007-05-21add a last comment module. this is similar to last cahnges but it's possible ...Max Kremmel1-8/+9
2007-05-21add option to filter based on parent_content_type_guidMax Kremmel1-3/+11
2007-05-07fix deleting of boards topicsChristian Fowler1-4/+9
2007-03-06return the link...Max Kremmel1-3/+3
2007-03-06allow the use of an anchor when creating a link using LibertyContent::getDisp...Max Kremmel1-2/+10
2007-03-02return date as title if no title is setMax Kremmel1-1/+25
2007-01-06rename some methods in BitDbBase to meet bitweaver standards. all changes bac...Max Kremmel1-3/+3
2006-09-20remove debugChristian Fowler1-2/+1
2006-09-17quiet verifyCaptcha call if spam bot is submitting dumbass _POSTChristian Fowler1-2/+2
2006-09-17prevent empty posts and duplicate posts from same user & ipbitweaver.org1-1/+13
2006-09-17fix commentStore - typo of pStorageHash with pParamHash - converted everythin...bitweaver.org1-22/+23