summaryrefslogtreecommitdiff
path: root/LibertyAttachable.php
AgeCommit message (Expand)AuthorFilesLines
2007-03-09Replaced function_exists with $gLibertySystem->getPluginFunctionLee L Bell1-4/+4
2007-03-03use get_temp_dir() function defined in preflight to get valid temp dirMax Kremmel1-2/+2
2007-02-26make better use of gThumbSizes, add generic thumbnail fetch function that sho...Max Kremmel1-15/+37
2007-02-25remove antiqueated site_upload_dir preference and use STORAGE defines. previo...TekiMaki1-20/+6
2007-02-24fix 'seperate' spelling mistakesMax Kremmel1-2/+2
2007-02-23some code cleanup, readability improvementsMax Kremmel1-14/+15
2007-02-16Changes to allow PNG thumbnailing and to preserve transparency with gd when p...Nick Palmer1-3/+16
2007-02-16move liberty_thumbnail_queue from fisheye schema_inc.php to liberty, and add ...Christian Fowler1-3/+8
2007-02-07check for loaded 'gd' since that is the default processor, and config might n...Christian Fowler1-3/+3
2007-01-31fix case where foreign_id = 0 and DB has a bogus corresponding rowJams H Thompson1-5/+16
2007-01-11add function that scans for attachment usage in content and add some generic ...Max Kremmel1-7/+99
2007-01-11only load attachemnt when there is a function to load the plugin withMax Kremmel1-3/+4
2007-01-02default image processor to gdChristian Fowler1-2/+2
2007-01-02fix image processor include syntax errorChristian Fowler1-2/+2
2006-12-26make sure we only spew an error when we actually uploaded a fileMax Kremmel1-2/+2
2006-12-26throw error when a zero byte file is 'upload'edChristian Fowler1-3/+10
2006-12-23no need to initialise same variable twiceMax Kremmel1-2/+1
2006-12-22move image processors to individual plugin filesMax Kremmel1-381/+57
2006-12-21check for empty thumbnail_sizes in magickwand_resizeChristian Fowler1-2/+2
2006-12-03condense and clean out generate_thumbnails function to be more flexible with ...Christian Fowler1-66/+33
2006-11-27fix call to gBitUserMax Kremmel1-2/+2
2006-11-26move getAttachmentList function to LibertyAttachable, where it belongs and ad...Max Kremmel1-1/+59
2006-11-09check for passed in storage_guidChristian Fowler1-2/+2
2006-10-31add colorspace conversion for magicwand thumbnailing to properly handle CMYKChristian Fowler1-4/+28
2006-09-11force mime type 'text/plain' when someone uploads evil sh!te.Max Kremmel1-1/+2
2006-08-23can use a param thumbsizes to limit the thumbnails (memory exhaustion is happ...Sylvie Greverend1-1/+4
2006-07-31ensure lower case mime type splitChristian Fowler1-2/+2
2006-07-11remove unnecessary liberty_get_function() callMax Kremmel1-2/+1
2006-07-08include icon in clear thumbnail clear functionMax Kremmel1-2/+2
2006-07-08make original size opitonal as wellMax Kremmel1-3/+6
2006-07-04remove default value for site_temp_dir from schema_inc.php. default values we...Max Kremmel1-21/+19
2006-07-03more docsMax Kremmel1-8/+22
2006-07-03allow option to only create specific thumbnail sizesMax Kremmel1-31/+47
2006-07-03translate error messageMax Kremmel1-2/+2
2006-06-20fix hash keyMax Kremmel1-2/+2
2006-06-13added permissions tweaks for all supported gd image typesJerry Russell1-1/+9
2006-06-13Add chmod 644 to newly uploaded and resized images to allow some wonky hostin...Jerry Russell1-1/+8
2006-06-11fix proper handling of pMoveFile in process_genericChristian Fowler1-3/+4
2006-06-05add option to override root path to enable absolute paths - makes it possible...Max Kremmel1-10/+15
2006-06-05fix liberty_process_generic so it doesn't nuke the original file any more dur...Christian Fowler1-10/+10
2006-06-04add some sanity checks before processingMax Kremmel1-1/+7
2006-05-18try to get liberty_process_archive working againMax Kremmel1-3/+19
2006-05-18revert very important process_archive logic back so subdirs get processed pro...Christian Fowler1-6/+3
2006-05-18return directory if passed a directory in liberty_process_archiveChristian Fowler1-1/+5
2006-05-08remove requirement for files to be uploaded via form. file processing can now...Max Kremmel1-8/+7
2006-05-03make getStoragePath/Url/Branch calls availabe with static callsMax Kremmel1-8/+13
2006-05-02get xupload working and make changes to liberty and fisheye to allow the use ...Max Kremmel1-11/+13
2006-04-19more kernel_config renamesMax Kremmel1-5/+5
2006-03-01move BitSystem:: preferences methods to get/set/load/storeConfig to avoid con...Christian Fowler1-4/+4
2006-02-06unify defined package constantsMax Kremmel1-8/+8