summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2010-04-08New LC plugin to make using Google's embeddable PDF viewer really simpleDaniel Sutcliffe1-0/+81
2010-04-03Tweak for PHP5.3 compatibility - I suspect my thumbnail generation problem is...Lester Caine2-6/+6
2010-04-02check to see if last editor has ability to admin content, if so, ease up on t...Christian Fowler1-59/+82
2010-03-23add basic video data plugin to display flv filesChristian Fowler1-0/+106
2010-03-19MagickSetImageProfile with a default CMYK icc which is necessary on ImageMagi...Christian Fowler1-3/+3
2010-03-16replace split with preg_splitChristian Fowler1-2/+2
2010-03-13alternative method using ffmpeg in the absence of ffmpeg-php to fetch source ...Max Kremmel1-2/+14
2010-03-11add link=download optionMax Kremmel1-5/+9
2010-03-04update deprecated split with preg_splitChristian Fowler1-2/+2
2010-02-14remove broken, problematic and somewhat illogical permission check on parsing...Max Kremmel1-21/+3
2010-02-12jesus can htmlpur change their plugin syntax with a little more frequency - w...wjames51-14/+14
2010-02-12no crusty b or i tags in default allowed htmwjames51-3/+3
2009-10-23make sure a width is always assigned so we don't have leftovers from previous...Christian Fowler1-5/+5
2009-10-23make sure a height is always assigned so we don't have leftovers from previou...Christian Fowler1-5/+4
2009-10-15Add width and height attributes to image in mime attachment tpl so that they ...Tyler Bello1-8/+10
2009-10-06comment out dynvars since there is no way to turn them offChristian Fowler1-1/+3
2009-10-01remove ref to non-existant copyright.txt filewjames520-54/+54
2009-10-01fix LGPL license ref from non-existant license.txt file to lgpl urlwjames520-54/+54
2009-09-15improve description of format, use vernacularwjames51-2/+2
2009-07-01commit for legacy purposesTyler Bello1-1/+2
2009-05-27tidy up filters related to later versions and hanlde cnbc filter on legacy ve...wjames51-10/+13
2009-05-27add cnbc plugin for htmlpurewjames51-2/+12
2009-04-29remove treasury refwjames55-15/+15
2009-04-07Per Habile: necessary to fix Unterminated string constant in IEChristian Fowler1-3/+3
2009-03-31phpdoc updateLester Caine1-1/+4
2009-03-30pass $this down to the mime plugins for $pStoreHash["this"] = $this; use $pSt...Christian Fowler1-3/+3
2009-03-25if no func then dont try to run falseTekimaki1-3/+3
2009-03-18quote Content-Disposition: attachment so spaced filenames workChristian Fowler1-3/+3
2009-03-14bug #2686661: fix deletion of obsolete links in liberty_content_linksMax Kremmel1-2/+2
2009-02-24move data.dbreport.php to a non distro packageChristian Fowler1-1696/+0
2009-02-21If no external database connection string supplied fall back to local database.Lester Caine1-8/+14
2009-02-21Tidy dbreport_direct and dbreport_manage - still need to add tools to create ...Lester Caine1-7/+4
2009-02-21Move to liberty - plugin will be used from other packagesLester Caine1-0/+1693
2009-02-06hush up exif_read_data which can be noisy due to crappy files, e.g. "Incorrec...Christian Fowler1-3/+4
2009-01-27Help text fixesDaniel Sutcliffe2-4/+4
2009-01-24provide a full list of accepted styling methods.Max Kremmel1-3/+3
2009-01-23disable by defaultMax Kremmel1-2/+2
2009-01-16undefined variable fixMax Kremmel1-3/+3
2009-01-15add option to use swftools to convert pdfs to swf and display the PDF inlineMax Kremmel1-0/+181
2009-01-15use is_executable() instead of unreliable and cumbersome shell_exec()Max Kremmel1-4/+4
2009-01-04undefined index fix and some code cleanupMax Kremmel1-6/+6
2009-01-04use a better motion estimation method for encoding mp4 files. keep an eye on ...Max Kremmel1-4/+4
2009-01-03force a maximum quality of 75 to reduce panoramic image download size and pro...Max Kremmel1-2/+22
2009-01-03if we specify output=thumbnail, we can force the use of thumbnail display for...Max Kremmel1-6/+7
2009-01-03allow the user to specify the default compression setting for thumbnailsMax Kremmel3-13/+13
2009-01-02rename 'flv' to 'video', clean up code and fix the use of MP4Box when fixing ...Max Kremmel2-67/+82
2009-01-02calculate the maximum possible vertical movement based on the aspect ratio of...Max Kremmel1-2/+20
2009-01-02remove image flop. no need for that anymore with new pano viewerMax Kremmel1-25/+22
2009-01-01if a description is given, we parse it and we use the unparsed stuff for the ...Max Kremmel1-15/+17
2008-12-30Trim extra semicolonLester Caine1-3/+3