summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-02-11move service def into pkgPRE_LIBERTYSYS_SERVICE_UPDATEwjames51-3/+1
2010-02-10update javascript to use BitBase namespaceChristian Fowler1-4/+4
2010-02-10update javascript to use BitBase namespaceChristian Fowler2-3/+3
2010-02-09no sense in these includes calling setup after setup has already been calledwjames52-5/+3
2010-02-08deprecate root bit_setup_inc use kernel/setup_inc.phpwjames526-43/+43
2010-02-02add pDefault=TRUE tp getTitle to allow control of returning a default image ↵pre_deprecate_bit_setup_incPRE_BIT_SETUP_CHANGEChristian Fowler1-3/+3
title
2010-01-30change display_url to show all comments, and add second direct_url to ↵Christian Fowler1-6/+6
getComments hash that returns a link showing content and *just* comment desired
2010-01-30return pkg icon as thumbnail URL by defaultChristian Fowler1-3/+11
2010-01-30call parent::getThumbnailUrl if no default attachmentChristian Fowler1-2/+5
2010-01-30add View linkChristian Fowler1-3/+7
2010-01-30add center commentsChristian Fowler2-0/+69
2010-01-29fix root_content_type_guid array in getListTyler Bello1-9/+8
2010-01-27remove aliases on DeleteChristian Fowler1-1/+4
2010-01-13call deleteComment->expunge to nuke entire thread. calling deleteComment ↵Christian Fowler1-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-12-30allow passing of max_records through to get_content_listChristian Fowler1-2/+2
2009-11-10fix commentR270wjames51-2/+2
2009-11-10fix commentwjames51-2/+2
2009-11-10fix commentwjames51-2/+2
2009-11-10typowjames51-2/+2
2009-10-29set primary_attachment_id in mInfo from mStorage, and standardize on that in ↵Christian Fowler2-2/+9
edit tpls
2009-10-29add isAdmin check in 'visible' flag for getAllGroups to make sure admins can ↵Christian Fowler1-2/+2
see all groups
2009-10-29remove unnecessary additional params from perm check, func doesnt event ↵wjames51-7/+7
support three params anymore - way to go php
2009-10-29roll back, whatever the limit on groups to be loaded was supposed to address ↵wjames51-3/+3
completely disables an administrators ability to adjust custom content permissions, which is the primary purpose of this.
2009-10-23make sure a width is always assigned so we don't have leftovers from ↵Christian Fowler1-5/+5
previous attachments in the same parse data
2009-10-23make sure a height is always assigned so we don't have leftovers from ↵Christian Fowler1-5/+4
previous attachments in the same parse data
2009-10-23default wrapper style as span inline-blockChristian Fowler1-2/+2
2009-10-21captialize query reserverd words for consistencyChristian Fowler1-4/+5
2009-10-20Limit perm name to adminsTyler Bello1-1/+1
2009-10-20content_permissions now only shows groups that you own or that are publicTyler Bello1-3/+3
2009-10-20Fixes for Deprecated features in PHP 5.3.x (ereg and split)John Turner2-5/+5
2009-10-20Fix pathing to bit_setup_inc.phpTyler Bello3-6/+6
2009-10-20Added user_id, content_id filtering to getActionLogs()John Turner1-1/+13
2009-10-16default to <span style='display:inline-block'> for att-pluging wrapper. This ↵Christian Fowler1-2/+2
insures maximum compatibility in all browsers, and allow att's to line up horizontally. (read up on span and inline-block for details why it must be this combo
2009-10-15sorround description in div tag so it doesnt break inline elements like the ↵Tyler Bello1-1/+1
<p> :P
2009-10-15sorround description in p tag so it doesnt break inline elements like the <br/>Tyler Bello1-1/+2
2009-10-15Add width and height attributes to image in mime attachment tpl so that they ↵Tyler Bello3-18/+16
actually respect the size that was passed in
2009-10-08make sure comment format prefs happen in all comment caseswjames51-9/+9
2009-10-08check all 3 comment flagswjames51-1/+1
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-08loose check if we are editing a comment or content so we can check the right ↵wjames51-9/+24
objects format guid
2009-10-06comment out dynvars since there is no way to turn them offChristian Fowler1-1/+3
2009-10-01remove ref to non-existant copyright.txt filewjames526-67/+67
2009-10-01fix LGPL license ref from non-existant license.txt file to lgpl urlwjames526-67/+67
2009-09-25add convenience func for decoding html requestswjames51-1/+12
2009-09-24Fix to content_guid setting in storeComment. Didnt allow for alternate guids ↵Tyler Bello1-2/+3
of derived types
2009-09-17reduce clutter in tpl - remove excess verbage, and remove table columnChristian Fowler1-18/+14
2009-09-15limit duplicate post check to the same content_id (root_id)Christian Fowler1-3/+3
2009-09-15improve description of format, use vernacularwjames51-2/+2
2009-09-15if we have a single format in the liberty hash use it - this lets us get the ↵wjames51-1/+7
meta data so we can let user know the format type in effect, otherwise use default.
2009-09-15remove unused perm p_liberty_vote_comments -- moderation and rating packages ↵wjames51-1/+0
can handle this