summaryrefslogtreecommitdiff
path: root/LibertyContent.php
AgeCommit message (Expand)AuthorFilesLines
2007-07-13large update to how data plugins are parsed. data plugin parsing is not done ...Max Kremmel1-6/+18
2007-07-11don't muddle with getUserPerms in hasUserPerm since it now returns only non-r...Christian Fowler1-20/+3
2007-07-11SCHEMA CHANGE: (minor) rename is_excluded to a more intuitive is_revoked for ...Christian Fowler1-16/+18
2007-07-10move isAjaxRequest() and isJavascriptEnabled() calls to BitThemes and only al...Max Kremmel1-61/+1
2007-07-09fix userPermission static cache by storing in mContentId subhash. this is req...Max Kremmel1-9/+7
2007-07-08add basic method to fetch all content with custom content permissionsMax Kremmel1-3/+25
2007-07-07fix hasUserPermissions to properly handled is_excluded, as well as handle def...Christian Fowler1-21/+37
2007-07-07move liberty_cache feature check to expunge functionMax Kremmel1-11/+14
2007-07-07add expungeCache method to remove all cache files at once. this will be used ...Max Kremmel1-1/+21
2007-07-06set up UI to work with a unison permission approach. content permissions back...Max Kremmel1-43/+50
2007-07-06remove updateUserPermissions function. this function was a bad idea since it ...Max Kremmel1-30/+1
2007-07-05add pVerifyAccessControl=TRUE to ::has*Permission to allow skipping access_co...Christian Fowler1-7/+9
2007-07-03move postGetList to BitBaseChristian Fowler1-93/+1
2007-07-02remove ancient, commented content type constantsChristian Fowler1-5/+1
2007-07-01move content_status_id checks in prepGetList from LibertyBase to LibertyContentChristian Fowler1-1/+22
2007-06-30check to see if $pParseHash['edit'] is emptyMax Kremmel1-3/+7
2007-06-30fix typo parseHash for default_content_guidChristian Fowler1-2/+2
2007-06-30add missing semi-colons to default format getConfig'sChristian Fowler1-4/+4
2007-06-29simplify code by making use of default result when using getConfig()Max Kremmel1-19/+7
2007-06-29Avoid common problems with inserting content history.Nick Palmer1-3/+20
2007-06-28Ensure that parseData always has a fromat_guid set.Nick Palmer1-1/+10
2007-06-25Change purifystyle filter to a "store" filter so it will work with the permis...Nick Palmer1-1/+4
2007-06-22fix links to user pagesMax Kremmel1-4/+15
2007-06-20make it possible to call loadPreferences staticallyMax Kremmel1-4/+12
2007-06-19Doh! Don't know how these got missed with the displayPreview fixes from yeste...Nick Palmer1-4/+4
2007-06-18remove large cunks of commented codeMax Kremmel1-88/+1
2007-06-15fix gatekeeper listing, isAdvancedPostgresEnabled still kerhorked in fisheye ...Christian Fowler1-5/+1
2007-06-14Fix up pdf to use getPreview and fix getPreview results for some content types.Nick Palmer1-4/+2
2007-06-14Add ability to tell content to turn off the header and icons on preview and s...Nick Palmer1-2/+4
2007-06-13fix hit counter, was counting some admin hits and not counting guest hitswjames51-2/+2
2007-06-13add mEditContentPerm var initiation for completenessMax Kremmel1-2/+3
2007-06-13only include … when split has_moreMax Kremmel1-2/+2
2007-06-12set default position of split to 500Max Kremmel1-2/+2
2007-06-12better trailing junk removal regexMax Kremmel1-2/+2
2007-06-11Moved purification method to filter where it belongs - code needs to be moved...Max Kremmel1-28/+29
2007-06-10make it possible to call parseData staticallyMax Kremmel1-3/+3
2007-06-10keep status functions groupedMax Kremmel1-7/+7
2007-06-10check mInfo as well as mPrefs for allow_commentsMax Kremmel1-4/+11
2007-06-10typoMax Kremmel1-2/+2
2007-06-10new feature post comments using ajax - note scroll but in IE is not a functio...wjames51-1/+9
2007-06-10add optional trailing \n char to split regexMax Kremmel1-2/+2
2007-06-10lots of work with respect to the recent addition of filters. pre and post spl...Max Kremmel1-66/+63
2007-06-09update comment regarding options for filter stages: pre, post, presplit, post...Max Kremmel1-2/+2
2007-06-09update returned variable when filter has been appliedMax Kremmel1-2/+2
2007-06-09update parseHash['data'] with parsed data for post filtersMax Kremmel1-1/+2
2007-06-09make sure data is returned when no filter is activeMax Kremmel1-2/+2
2007-06-09add method to filter data and tentatively added hooks in parseData()Max Kremmel1-6/+32
2007-06-01use isOwner()Max Kremmel1-2/+2
2007-05-30improvement to LibertyStructures editing - separate Add Content with Mochikit...Christian Fowler1-1/+21
2007-05-21content_description is already translated (i think)Max Kremmel1-2/+2