summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-07-08add basic method to fetch all content with custom content permissionsMax Kremmel1-3/+25
2007-07-08update rss cache filename and don't check for unrelated permissionMax Kremmel1-43/+38
2007-07-08use better labelsMax Kremmel1-1/+2
2007-07-08only display cache refresh icon if users are generally allowed to view icons ...Max Kremmel1-1/+1
2007-07-08clean up templateMax Kremmel1-38/+22
2007-07-08pass content_id into isCached query that we can refresh items in lists as wellMax Kremmel1-1/+1
2007-07-07fix hasUserPermissions to properly handled is_excluded, as well as handle def...Christian Fowler1-21/+37
2007-07-07add cool new interface for sites with more than 10 groupsMax Kremmel1-27/+115
2007-07-07remove unused features, use more spreadout timespans for liberty cache settin...Max Kremmel2-33/+22
2007-07-07replace header with bit_redirect and remove unnecessary multiple page reloads...Max Kremmel1-9/+1
2007-07-07move liberty_cache feature check to expunge functionMax Kremmel2-15/+16
2007-07-07remove liberty cache when plugin settings have been modifiedMax Kremmel1-4/+9
2007-07-07add expungeCache method to remove all cache files at once. this will be used ...Max Kremmel1-1/+21
2007-07-07move smiley parsing to a filter. this allows the use of smileys in all format...Max Kremmel2-27/+52
2007-07-06update commentsMax Kremmel1-7/+5
2007-07-06set up UI to work with a unison permission approach. content permissions back...Max Kremmel3-158/+116
2007-07-06load permissions of person who stored the page to work out if we need to esca...Max Kremmel1-5/+21
2007-07-06SCHEMA CHANGE: slip in is_exlcuded column to handle eventual exlcusion of a p...Christian Fowler2-1/+3
2007-07-06remove updateUserPermissions function. this function was a bad idea since it ...Max Kremmel3-41/+4
2007-07-05add pVerifyAccessControl=TRUE to ::has*Permission to allow skipping access_co...Christian Fowler1-7/+9
2007-07-05avoid undefined index errorMax Kremmel1-6/+4
2007-07-05directly load file using primary attachment idMax Kremmel1-5/+3
2007-07-05directly load treasury item using primary attachment idMax Kremmel1-6/+4
2007-07-05use ilocation=quicktag for quicktag icons. this gives us better control over ...Max Kremmel6-17/+17
2007-07-04fix flashvideo pluginMax Kremmel1-14/+11
2007-07-04{textarea} Escapes as required! Please do not double escape!Nick Palmer1-1/+1
2007-07-04Fix bad hack so multiple attachments and ajax attachments work again.Nick Palmer1-28/+26
2007-07-03move postGetList to BitBaseChristian Fowler1-93/+1
2007-07-02remove ancient, commented content type constantsChristian Fowler1-5/+1
2007-07-02initialize empty to empty array() to avoid warnings on foreachChristian Fowler1-3/+3
2007-07-01move content_status_id checks in prepGetList from LibertyBase to LibertyContentChristian Fowler2-21/+23
2007-07-01avoid bug where 'copy' function creates a 0 byte file with source and destina...Christian Fowler1-2/+4
2007-07-01use correct method to check for admin and edit permissions and also make sure...Max Kremmel1-4/+4
2007-07-01Ignore min_content_status_id if not logged inLester Caine1-2/+2
2007-07-01use $_SESSION to store gd version to avoid unnecessary overheadMax Kremmel1-4/+8
2007-07-01fix jpg image resizing and use gd_info instead of wonky chgd2() functionMax Kremmel1-17/+112
2007-07-01wrap output with ~np~ to avoid parsing by tw parser - this is very annoying a...bitweaver.org1-2/+2
2007-06-30when fetching an individual thumbnail url don't return mime placeholder unles...bitweaver.org1-5/+5
2007-06-30move png stuff to png area and ry to keep gif transparency. this doesn't seem...Max Kremmel1-14/+14
2007-06-30use PHP_Compat to ensure that we have required functions available to check f...Max Kremmel1-4/+4
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-29Update to use HTMLPurifier installed via PEAR and to use features of the late...Nick Palmer1-66/+81
2007-06-28Ensure that parseData always has a fromat_guid set.Nick Palmer1-1/+10
2007-06-28Make FCKEditor only latch onto text areas that are created with the smarty {t...Nick Palmer1-1/+1
2007-06-28proc.magickwand.php method to get $mimeExt, prevents "undefined function imag...laetzer1-2/+3
2007-06-26no offset error if no cookie setlaetzer1-3/+3