summaryrefslogtreecommitdiff
path: root/LibertyComment.php
AgeCommit message (Collapse)AuthorFilesLines
2008-02-13add back the commented deleteComment method as the standard expunge which ↵Christian Fowler1-38/+38
will entirely nuke comment tree, call that during content expunge to make sure all foreign keys are properly removed
2008-02-02Remove assumption about form of content urls.Nick Palmer1-27/+17
Call content_list_sql_function when listing comments so services can protect comments and such. Remove useless sort on a count(*) query that was bombing out sometimes anyway.
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 ↵Jams H Thompson1-10/+50
and all of its children, also fix loss of comment viewing preferences that occured when adding, deleting, or editing comments
2007-09-22Add ability to filter last comment module on a pigeonhole and display full ↵Nick Palmer1-2/+5
comment. Make sure link shows the comment properly.
2007-06-10new feature post comments using ajax - note scroll but in IE is not a ↵wjames51-2/+2
functional problem - patch comming soon
2007-05-21add a last comment module. this is similar to last cahnges but it's possible ↵Max Kremmel1-8/+9
to gate comment list based on parent content_type_guid and it will display the title of the parent the comment belongs to
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 ↵Max Kremmel1-2/+10
LibertyContent::getDisplayLink()
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 ↵Max Kremmel1-3/+3
backwards compatible with deprecated function call message.
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 ↵bitweaver.org1-22/+23
everything to standard pParamHash to prevent such bugs from happening again.
2006-09-16massive captcha cleanup, centralised captcha verification, added option to ↵Max Kremmel1-7/+9
use freecap (settings in liberty admin screen), only one captcha verification needed per session
2006-09-15add captcha to liberty commentsChristian Fowler1-28/+32
2006-09-06initialize return value in case nothing comes backChristian Fowler1-1/+2
2006-08-22missing an includeSylvie Greverend1-1/+2
2006-08-21fix missing globalHash91-1/+2
2006-08-21fixes for hiding anon_name from registered usersHash91-1/+4
2006-08-04fixing some upgrader problemsMax Kremmel1-4/+3
2006-07-29fix comments editing checkHash91-3/+3
2006-07-27remove {renderer}'s dependency on BitBoards, Add reply with quote feature to ↵Hash91-2/+8
comments that works cleanly for all formats
2006-07-26add anon name, and cleanup codeHash91-93/+35
2006-07-12use LibertyAttachable::expunge to delete a liberty_content - to be sure not ↵Sylvie Greverend1-11/+20
to forget additionnal information
2006-05-17`user` to `create_user` to remove reserved words used as aliasesLester Caine1-2/+2
2006-04-12to have the content_type_guid and title of the parent if the list if for a ↵Sylvie Greverend1-3/+7
list of objects
2006-04-12optionally pass on custom object to getServicesSql for stuff like comments ↵Max Kremmel1-15/+23
where they get loaded from within an object. add servicesSql stuff to comments for things like stars to work with comments.
2006-04-12nicify code somewhatMax Kremmel1-8/+6
2006-03-28clean up query to respect pMaxCommentsChristian Fowler1-3/+3
2006-03-28revert query -> getAllChristian Fowler1-2/+2
2006-03-28to get the comments of an array of contentIdSylvie Greverend1-12/+22
2006-03-24only return maxComments comments + can use a random sortSylvie Greverend1-10/+8
2006-03-01move BitSystem:: preferences methods to get/set/load/storeConfig to avoid ↵Christian Fowler1-2/+2
conflict with new content preferences
2006-02-24remove 'user' reserved word AS alias since it causes hell with no quotes.Christian Fowler1-8/+5
2006-02-18add comments 'level' to hash simply by counting '.' in mat pathChristian Fowler1-2/+3
2006-02-18left outer join on root so updater worksbitweaver.org1-3/+3
2006-02-16update aliases, join to root content_id to get root_title when getting list ↵Christian Fowler1-39/+43
of comments. fix comments listing by root content_type_guid
2006-02-16new API for parseData(); please view ApiChangeLog for detailsMax Kremmel1-3/+3
2006-02-13Materialized Path updates for Liberty CommentsJams H Thompson1-64/+160
2006-02-06more preference standardisationMax Kremmel1-2/+2
2006-02-02detikify sequence namesMax Kremmel1-2/+2
2006-02-01detikify libertyMax Kremmel1-19/+19
2006-01-25Added uspport for multiple database backend support. This necessitates ↵Christian Fowler1-10/+7
removal of all use of ->EOF and ->fields on the result sets. Also, queries that snag a single row and then use $rs->fields should revert to the simpler getRow() funciton in the BitDb classes. BitDb.php was broken into kernel/BitDbBase.php and kernel/BitDbAdodb.php. kernel/BitDbPear.php was added wiht functionality for Pear::DB Also, the bitweavercore cvs module now works. So you can install a total barebones bitweaver - even without the wiki package. The main fix was to insure pageExists was only executing if wiki package was active so it would not select from non-existant tables
2005-12-26merge recent changes into HEADMax Kremmel1-4/+4
2005-08-07merge recent changes from R1 to HEADMax Kremmel1-20/+18