summaryrefslogtreecommitdiff
path: root/LibertyContent.php
AgeCommit message (Expand)AuthorFilesLines
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
2007-05-21Operational fixes for history page with listInfo controls for paginationLester Caine1-10/+15
2007-05-20Ensure that cache path ends in a slash. Fixes bug in expunge.Nick Palmer1-2/+3
2007-05-18Move caching out of tikiwiki format and into LibertyContent so all formatsNick Palmer1-9/+139
2007-05-17first crack at stencils. They work! woot! tidy up still needed.Christian Fowler1-2/+3
2007-05-15fix getCachePath - mkdir_p returns true only if the directory was actually cr...bitweaver.org1-5/+6
2007-05-10Fixed open_dir conflict when creating temp folders for liberty due to ambiguo...Walter Wojcik1-18/+5
2007-05-07add more content_status stuff - isDeleted methods, and add config defaults to...Christian Fowler1-19/+33
2007-05-01return default user permission setting when no content permission is setMax Kremmel1-1/+4
2007-05-01undefined variable fix. default permission setting is denied unless user has ...Max Kremmel1-5/+6
2007-05-01remove commented codeChristian Fowler1-12/+1
2007-05-01return true for global admin for content type admin - seemed busted for conte...Christian Fowler1-4/+5
2007-05-01fix getPreference for a content_idChristian Fowler1-5/+6
2007-04-15merge tp_http_request with BitSystem::fetchRemoteFile, rename function to bit...Max Kremmel1-2/+2
2007-04-15merge tp_http_request with BitSystem::fetchRemoteFile, rename function to bit...Max Kremmel1-2/+2
2007-04-10fix content perm sql to use gBitUser->mUserId, no lc.user_idwjames51-2/+5
2007-04-08Add preview functionality and ability to popup based on a content_id.Nick Palmer1-1/+24
2007-04-06Add preview function to liberty content and improve generic display_content.Nick Palmer1-1/+31
2007-04-05xing commit: disable url caching functions until they are fixedbitweaver.org1-1/+7
2007-04-04spiderr commit: fix perms to check for adminwjames51-2/+2
2007-04-04spiderr commit: Assigned content perms override the indvidual global perms, s...wjames51-21/+36
2007-03-31add missing tick mark in querywjames51-2/+2
2007-03-31add whitespace to query, use lcperm for liberty_content_permissions for consi...Max Kremmel1-14/+15
2007-03-31lots of content permissions work. tentatively added updateUserPermissions() t...Max Kremmel1-15/+21
2007-03-31add some parameter checks to storePermission() and rename uop table alias to ...Max Kremmel1-30/+34
2007-03-29remove duplicate preferences store cycleMax Kremmel1-8/+1
2007-03-23break hasUserPermission with fatal param into separate verifyPermission funct...Christian Fowler1-37/+73
2007-03-22add first pass at getContentPermissionsSqlChristian Fowler1-2/+9
2007-03-21remove deleted object_type query from expungeChristian Fowler1-3/+3
2007-03-21add liberty cache refresh link, clean up some caching issues, add method to c...Max Kremmel1-5/+20
2007-03-20rearrange function order for similar perm methodsChristian Fowler1-26/+26
2007-03-19*SCHEMA CHANGE* move object_permissions to liberty_content_permissions table,...Christian Fowler1-34/+126
2007-03-10Fix how I check if a status exists.Nick Palmer1-2/+2