| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-02-02 | move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants | modela bitweaver | 1 | -368/+0 | |
| 2021-02-01 | move classes to includes/classes and use PKG_CLASS/INCLUDE_PATH constants | modela bitweaver | 1 | -1/+1 | |
| 2021-01-31 | PHP7 clean up dual static + object use of parseData, and create ↵ | spiderr | 1 | -2/+2 | |
| ->getParsedData & ::filterDataHash | |||||
| 2021-01-21 | PHP7 warnings and deprecations | spiderr | 1 | -1/+1 | |
| 2020-08-06 | use ['error'][] for all errors | spiderr | 1 | -2/+2 | |
| 2016-02-07 | Move from Smarty2 to Smarty3 function style | lsces | 1 | -7/+7 | |
| 2014-08-01 | mass reworking of structure editing | Christian Fowler | 1 | -5/+0 | |
| 2013-05-09 | add gBitThemes to comments_inc | Christian Fowler | 1 | -1/+1 | |
| 2013-04-07 | more clean up for Smarty 3.0 and another pass at cleaning the top menus | Christian Fowler | 1 | -3/+1 | |
| 2012-05-26 | Need to switch all of these to static really, but this cleans up error short ↵ | "Lester Caine ext:(%22) | 1 | -1/+1 | |
| term | |||||
| 2012-04-29 | Strip extra white space | Lester Caine ext:(%22) | 1 | -2/+2 | |
| ( simply ignoring is causing problems with comment merging ) | |||||
| 2011-07-08 | empty checking in failed comment output | spiderr | 1 | -2/+2 | |
| 2010-06-09 | Strip down CVS keywords. | cvs2git | 1 | -2/+2 | |
| 2010-03-18 | Make the p_liberty_read_comments permission actually be required to see comments | Daniel Sutcliffe | 1 | -128/+132 | |
| 2010-01-13 | call deleteComment->expunge to nuke entire thread. calling deleteComment ↵ | Christian Fowler | 1 | -3/+4 | |
| with either fail (on real databases) or leave unaccounted orphans. There is no code to rebuild the materialized paths if a parent is deleted and children and wanted to be kept | |||||
| 2009-10-29 | remove unnecessary additional params from perm check, func doesnt event ↵ | wjames5 | 1 | -7/+7 | |
| support three params anymore - way to go php | |||||
| 2009-10-08 | make sure comment format prefs happen in all comment cases | wjames5 | 1 | -9/+9 | |
| 2009-10-08 | remove false setting of comment content id and introduce temporary check for ↵ | wjames5 | 1 | -4/+9 | |
| lcconfig since comments does not have edit service | |||||
| 2009-10-01 | remove ref to non-existant copyright.txt file | wjames5 | 1 | -3/+3 | |
| 2009-10-01 | fix LGPL license ref from non-existant license.txt file to lgpl url | wjames5 | 1 | -3/+3 | |
| 2009-06-18 | on expunge make sure we're loaded up | wjames5 | 1 | -2/+4 | |
| 2009-03-17 | upgrade Comments to LiberytMime to support attaching files to comments. big ↵ | wjames5 | 1 | -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-12 | add todos to move specific package crap out of here and into services this ↵ | wjames5 | 1 | -2/+12 | |
| stuff is getting out of control | |||||
| 2009-02-25 | check for \!anon_post before logging in(auto-fill can hork things up) | Christian Fowler | 1 | -3/+4 | |
| 2009-02-25 | add inline login with comment posting | Christian Fowler | 1 | -14/+22 | |
| 2009-01-25 | tweak switchboard message | Christian Fowler | 1 | -3/+3 | |
| 2009-01-25 | send switchboard 'new comment' event | Christian Fowler | 1 | -2/+14 | |
| 2009-01-11 | more code cleanup | Max Kremmel | 1 | -111/+115 | |
| 2008-12-28 | Use plugin to show history. Code cleanup. | Tomasz Kalkosinski | 1 | -3/+14 | |
| 2008-11-18 | add userCanUpdate, and remove root object stuff in userCanEdit since it was ↵ | Christian Fowler | 1 | -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-07 | re-indent file and remove EOL whitespace | Max Kremmel | 1 | -26/+20 | |
| 2008-04-28 | IMPORTANT PREMISSIONS UPDATE: this migrates comments from ↵ | wjames5 | 1 | -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-28 | new param to LibertyComments mRootObj for perm checking in userCanEdit, and ↵ | wjames5 | 1 | -2/+6 | |
| make use of editible property in tpl | |||||
| 2008-04-17 | move moderate comments out of liberty to its own pkg | wjames5 | 1 | -34/+2 | |
| 2008-04-17 | introduce options for moderating comments, e.g. screening them before they ↵ | wjames5 | 1 | -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-05 | revert to libertypagination because function.pagination.php seems completely ↵ | Christian Fowler | 1 | -6/+21 | |
| broken for many situations | |||||
| 2008-02-03 | convert last remaining uses of libertypagination to pagination function | Jams H Thompson | 1 | -19/+20 | |
| 2008-01-25 | fix signiture_content typos with proper speeling | Christian Fowler | 1 | -4/+4 | |
| 2007-12-03 | append ? to comments_return_url if it does not have one already | Christian Fowler | 1 | -3/+4 | |
| 2007-11-24 | Fix for warning with new $comments_on_separate_page. | Nick Palmer | 1 | -3/+4 | |
| 2007-11-23 | fixes for out of range pagination requests | Jams H Thompson | 1 | -7/+17 | |
| 2007-10-25 | Change comment deletion to only delete one comment instead of the comment ↵ | Jams H Thompson | 1 | -6/+26 | |
| and all of its children, also fix loss of comment viewing preferences that occured when adding, deleting, or editing comments | |||||
| 2007-08-19 | fix comment flat mode display | Jams H Thompson | 1 | -9/+14 | |
| 2007-07-14 | edit help is now taken care of by services. this means that there is no need ↵ | Max Kremmel | 1 | -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-10 | move loadAjax() to BitThemes | Max Kremmel | 1 | -3/+3 | |
| 2007-07-10 | move isAjaxRequest() and isJavascriptEnabled() calls to BitThemes and only ↵ | Max Kremmel | 1 | -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-02 | initialize empty to empty array() to avoid warnings on foreach | Christian Fowler | 1 | -3/+3 | |
| 2007-06-25 | Use the correct default format for preview. | Nick Palmer | 1 | -5/+5 | |
| 2007-06-13 | check if js is enabled when using ajax comments - also guard against mixed ↵ | wjames5 | 1 | -4/+13 | |
| information during unique preview cases | |||||
| 2007-06-11 | make ajax comments work with catpcha - preview comment if captcha is wrong | wjames5 | 1 | -2/+3 | |
