| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2008-06-15 | fix typo in config name | Jams H Thompson | 1 | -3/+2 | |
| 2008-05-20 | expunge tmp comment, not single deleteComment | Christian Fowler | 1 | -2/+2 | |
| 2008-04-30 | new post-store service for comments - model for future post-derivative class ↵ | wjames5 | 1 | -1/+4 | |
| store services | |||||
| 2008-04-28 | woops remove copy by ref left in by accident and some debug junk | wjames5 | 1 | -9/+2 | |
| 2008-04-28 | new param to LibertyComments mRootObj for perm checking in userCanEdit, and ↵ | wjames5 | 1 | -2/+27 | |
| make use of editible property in tpl | |||||
| 2008-04-26 | new admin feature to limit editing of comments by n minutes, default 60 -- ↵ | wjames5 | 1 | -17/+33 | |
| 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-21 | set flags in comment list requests so services know if we're asking for a ↵ | wjames5 | 1 | -2/+3 | |
| raw list or if we are asking for a list in context of a content object. | |||||
| 2008-04-21 | brute force call in getNumComments to liberty_content_list_sql for status ↵ | wjames5 | 1 | -3/+35 | |
| enforcement | |||||
| 2008-04-21 | fix service call on load to load_sql from list_sql | wjames5 | 1 | -2/+2 | |
| 2008-04-19 | fix typo in message_guid column name | Christian Fowler | 1 | -2/+2 | |
| 2008-04-19 | change message_id column to message_guid, and add store method in ↵ | Christian Fowler | 1 | -1/+9 | |
| LibertyComments | |||||
| 2008-04-17 | move moderate comments out of liberty to its own pkg | wjames5 | 1 | -26/+1 | |
| 2008-04-17 | introduce options for moderating comments, e.g. screening them before they ↵ | wjames5 | 1 | -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. | |||||
| 2008-03-06 | pass param hash into list_sql service | wjames5 | 1 | -2/+3 | |
| 2008-03-04 | Fix verification of comment and content id. | Nick Palmer | 1 | -2/+2 | |
| 2008-02-13 | add back the commented deleteComment method as the standard expunge which ↵ | Christian Fowler | 1 | -38/+38 | |
| will entirely nuke comment tree, call that during content expunge to make sure all foreign keys are properly removed | |||||
| 2008-02-02 | Remove assumption about form of content urls. | Nick Palmer | 1 | -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-30 | fix root_content_title loading | Max Kremmel | 1 | -2/+2 | |
| 2007-11-25 | add support for an array of content_type_guids to getList | Christian Fowler | 1 | -24/+46 | |
| 2007-10-25 | Change comment deletion to only delete one comment instead of the comment ↵ | Jams H Thompson | 1 | -10/+50 | |
| and all of its children, also fix loss of comment viewing preferences that occured when adding, deleting, or editing comments | |||||
| 2007-09-22 | Add ability to filter last comment module on a pigeonhole and display full ↵ | Nick Palmer | 1 | -2/+5 | |
| comment. Make sure link shows the comment properly. | |||||
| 2007-06-10 | new feature post comments using ajax - note scroll but in IE is not a ↵ | wjames5 | 1 | -2/+2 | |
| functional problem - patch comming soon | |||||
| 2007-05-21 | add a last comment module. this is similar to last cahnges but it's possible ↵ | Max Kremmel | 1 | -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-21 | add option to filter based on parent_content_type_guid | Max Kremmel | 1 | -3/+11 | |
| 2007-05-07 | fix deleting of boards topics | Christian Fowler | 1 | -4/+9 | |
| 2007-03-06 | return the link... | Max Kremmel | 1 | -3/+3 | |
| 2007-03-06 | allow the use of an anchor when creating a link using ↵ | Max Kremmel | 1 | -2/+10 | |
| LibertyContent::getDisplayLink() | |||||
| 2007-03-02 | return date as title if no title is set | Max Kremmel | 1 | -1/+25 | |
| 2007-01-06 | rename some methods in BitDbBase to meet bitweaver standards. all changes ↵ | Max Kremmel | 1 | -3/+3 | |
| backwards compatible with deprecated function call message. | |||||
| 2006-09-20 | remove debug | Christian Fowler | 1 | -2/+1 | |
| 2006-09-17 | quiet verifyCaptcha call if spam bot is submitting dumbass _POST | Christian Fowler | 1 | -2/+2 | |
| 2006-09-17 | prevent empty posts and duplicate posts from same user & ip | bitweaver.org | 1 | -1/+13 | |
| 2006-09-17 | fix commentStore - typo of pStorageHash with pParamHash - converted ↵ | bitweaver.org | 1 | -22/+23 | |
| everything to standard pParamHash to prevent such bugs from happening again. | |||||
| 2006-09-16 | massive captcha cleanup, centralised captcha verification, added option to ↵ | Max Kremmel | 1 | -7/+9 | |
| use freecap (settings in liberty admin screen), only one captcha verification needed per session | |||||
| 2006-09-15 | add captcha to liberty comments | Christian Fowler | 1 | -28/+32 | |
| 2006-09-06 | initialize return value in case nothing comes back | Christian Fowler | 1 | -1/+2 | |
| 2006-08-22 | missing an include | Sylvie Greverend | 1 | -1/+2 | |
| 2006-08-21 | fix missing global | Hash9 | 1 | -1/+2 | |
| 2006-08-21 | fixes for hiding anon_name from registered users | Hash9 | 1 | -1/+4 | |
| 2006-08-04 | fixing some upgrader problems | Max Kremmel | 1 | -4/+3 | |
| 2006-07-29 | fix comments editing check | Hash9 | 1 | -3/+3 | |
| 2006-07-27 | remove {renderer}'s dependency on BitBoards, Add reply with quote feature to ↵ | Hash9 | 1 | -2/+8 | |
| comments that works cleanly for all formats | |||||
| 2006-07-26 | add anon name, and cleanup code | Hash9 | 1 | -93/+35 | |
| 2006-07-12 | use LibertyAttachable::expunge to delete a liberty_content - to be sure not ↵ | Sylvie Greverend | 1 | -11/+20 | |
| to forget additionnal information | |||||
| 2006-05-17 | `user` to `create_user` to remove reserved words used as aliases | Lester Caine | 1 | -2/+2 | |
| 2006-04-12 | to have the content_type_guid and title of the parent if the list if for a ↵ | Sylvie Greverend | 1 | -3/+7 | |
| list of objects | |||||
| 2006-04-12 | optionally pass on custom object to getServicesSql for stuff like comments ↵ | Max Kremmel | 1 | -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-12 | nicify code somewhat | Max Kremmel | 1 | -8/+6 | |
| 2006-03-28 | clean up query to respect pMaxComments | Christian Fowler | 1 | -3/+3 | |
| 2006-03-28 | revert query -> getAll | Christian Fowler | 1 | -2/+2 | |
