summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2007-06-26Set $showprimary before calling template to include primary attachment with a...Lester Caine1-1/+1
2007-06-26Move large icons to their own sub-directoryLester Caine12-0/+0
2007-06-25Change purifystyle filter to a "store" filter so it will work with the permis...Nick Palmer2-5/+9
2007-06-25Update articles plugin to handle new getList style.Nick Palmer1-4/+4
2007-06-25Use the correct default format for preview.Nick Palmer1-5/+5
2007-06-24Large format icon spacerLester Caine1-0/+0
2007-06-24add more help regarding image processors and modify layout slightlyMax Kremmel1-4/+10
2007-06-24get liberty_clear_thumbnails to work with any image format by employing liber...Max Kremmel1-18/+32
2007-06-24rename edit_primary_attachment.tpl to an _inc fileMax Kremmel1-0/+0
2007-06-24change the layout of the primary edit fields to make it usable even with the ...Max Kremmel1-14/+29
2007-06-23don't display primary attachments for now. this is needed to NOT display the ...Max Kremmel1-2/+2