summaryrefslogtreecommitdiff
AgeCommit message (Collapse)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
when plugin settings are changed and perhaps some other settings.
2007-07-07move smiley parsing to a filter. this allows the use of smileys in all ↵Max Kremmel2-27/+52
format parsers
2007-07-06update commentsMax Kremmel1-7/+5
2007-07-06set up UI to work with a unison permission approach. content permissions ↵Max Kremmel3-158/+116
backend needs some more logic fixes but UI to assign and remove permissions is working nicely now
2007-07-06load permissions of person who stored the page to work out if we need to ↵Max Kremmel1-5/+21
escape html chars - this permission check might be better this way, but it's still not perfect in some odd situations.
2007-07-06SCHEMA CHANGE: slip in is_exlcuded column to handle eventual exlcusion of a ↵Christian Fowler2-1/+3
permission
2007-07-06remove updateUserPermissions function. this function was a bad idea since it ↵Max Kremmel3-41/+4
distorts user permissions for the entire site and LC::hasUserPermission has to be called manually to check for libery content permission settings. more lcp work to come shortly.
2007-07-05add pVerifyAccessControl=TRUE to ::has*Permission to allow skipping ↵Christian Fowler1-7/+9
access_control service checking
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
these icons and simplifies biticon prams. also use icon-theme icons where possible
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 ↵Christian Fowler1-2/+4
destination are the same file
2007-07-01use correct method to check for admin and edit permissions and also make ↵Max Kremmel1-4/+4
sure that $this is available before doing so.
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 ↵bitweaver.org1-2/+2
and should be fixed differently.
2007-06-30when fetching an individual thumbnail url don't return mime placeholder ↵bitweaver.org1-5/+5
unless explicitly specified
2007-06-30move png stuff to png area and ry to keep gif transparency. this doesn't ↵Max Kremmel1-14/+14
seem to work particularly well - perhaps someone else can have a go at this.
2007-06-30use PHP_Compat to ensure that we have required functions available to check ↵Max Kremmel1-4/+4
for image mimetype
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 ↵Nick Palmer1-66/+81
latest version available via the PEAR installer.
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 ↵Nick Palmer1-1/+1
{textarea} plugin.
2007-06-28proc.magickwand.php method to get $mimeExt, prevents "undefined function ↵laetzer1-2/+3
image_type_to_extension()" if GD + automatic thumbnail format
2007-06-26no offset error if no cookie setlaetzer1-3/+3
2007-06-26Set $showprimary before calling template to include primary attachment with ↵Lester Caine1-1/+1
auto-attachments
2007-06-26Move large icons to their own sub-directoryLester Caine12-0/+0
htmlpurifier has been dropped as it is 'small' version
2007-06-25Change purifystyle filter to a "store" filter so it will work with the ↵Nick Palmer2-5/+9
permissions of the right user.
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 ↵Max Kremmel1-18/+32
liberty_fetch_thumbnails to fetch thumbs that need to be removed
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
help turned off
2007-06-23don't display primary attachments for now. this is needed to NOT display the ↵Max Kremmel1-2/+2
uploaded attachment in articles when viewing the full article. in a way this makes sehse anyway since the primary attachment is special and should not be bulked in with the rest.