summaryrefslogtreecommitdiff
path: root/LibertyAttachable.php
AgeCommit message (Expand)AuthorFilesLines
2012-05-06replace all PHP4 style calls to LibertyContent base constructors with parent:...spiderr1-1/+1
2012-04-29Can't use getAttachment statically so added loadAttachment trimming the $this...Lester Caine ext:(%22)1-1/+1
2012-04-29Strip extra white spaceLester Caine ext:(%22)1-11/+11
2012-04-17Tidy up to remove 'STRICT' warningsLester Caine ext:(%22)1-1/+1
2011-06-28removed commented debugChristian Fowler1-1/+0
2011-06-27change dest_path to dest_branch to follow convention and avoid confusionChristian Fowler1-1/+1
2011-02-15move everything used from LibertyAttachable into LibertyMime, LibertyAttachab...spiderr1-551/+0
2010-06-09Strip down CVS keywords.cvs2git1-1/+1
2010-03-03remove deprecated split and ereg callsChristian Fowler1-4/+4
2009-10-01remove ref to non-existant copyright.txt filewjames51-2/+2
2009-10-01fix LGPL license ref from non-existant license.txt file to lgpl urlwjames51-2/+2
2009-05-26fix in getStorageBranch, incorrect split call leading to double slashes at en...Tyler Bello1-14/+17
2008-12-25simplify and clean up validation function by using realpathMax Kremmel1-10/+5
2008-11-05fix foldMax Kremmel1-2/+2
2008-10-25if verify fails anywhere along the class chain then process parent verify che...wjames51-1/+6
2008-10-19add @deprecated doc tags where appropriateMax Kremmel1-1/+6
2008-10-08no code changes except for scanForAttachmentUsage() has been removed - we hav...Max Kremmel1-374/+357
2008-07-24update some docsMax Kremmel1-4/+3
2008-07-24add notes to methods that are outdatedMax Kremmel1-2/+17
2008-06-29clean up LibertySystem loading: don't create gLibertySystem in class file - w...Max Kremmel1-2/+1
2008-06-27fix logic to not throw errors when we can't find an attachment_id and update ...Max Kremmel1-6/+13
2008-06-27move LibertyMime::getPluginFunction into LibertySystem where it belongsMax Kremmel1-6/+5
2008-06-24use the LM getPluginFunction to allow for fallback to default mime handler.Max Kremmel1-2/+2
2008-06-08don't insert empty lines and make expungeMetaData statically availableMax Kremmel1-4/+8
2008-06-06add method to nuke meta data for an attachmentMax Kremmel1-2/+15
2008-05-28update docsMax Kremmel1-1/+2
2008-05-26make sure LibertyMime is available even when it hasn't been included from any...Max Kremmel1-12/+22
2008-05-25quick hack to calm LibertyMime during this development timewjames51-2/+6
2008-05-23rename liberty_meta_data to liberty_attachment_meta_data for clarity, add ind...Max Kremmel1-9/+9
2008-05-23update meta functions to latest version - associated schema change will be co...Max Kremmel1-44/+187
2008-05-16Syntax ErrorChristian Fowler1-3/+3
2008-05-16remove debugMax Kremmel1-2/+69
2008-05-15no code changes - only cleanup and doc updatesMax Kremmel1-36/+46
2008-05-15typoMax Kremmel1-2/+3
2008-05-14count position from the right of the file name to get extensionMax Kremmel1-2/+2
2008-05-13change getStorageSubDirName to return extension when the mime type returns 'a...Max Kremmel1-5/+9
2008-05-11update docs and make sure mime type handed in is valid before we try to extra...Max Kremmel1-3/+3
2008-05-11getStorageSubDirName now returns a useful dirname based on mimetype handed inMax Kremmel1-3/+19
2008-05-11use dummy to avoid problems during LibertyMime testphaseMax Kremmel1-2/+4
2008-05-10SCHEMA CHANGE: added liberty_attachment_prefs to store attachment preferencesMax Kremmel1-7/+11
2008-05-09make LibertyAttachable::getAttachment statically accessibleMax Kremmel1-7/+5
2008-05-07write elseif instead of else if and don't split if conditions of the lines ar...Max Kremmel1-17/+11
2008-01-02add missing functionJams H Thompson1-1/+36
2007-11-30Fix double include error when uploading a zip file with multiple images that ...Nick Palmer1-2/+2
2007-11-19Add ability to unset the primary as well as the ability for content to turn o...Nick Palmer1-27/+80
2007-11-01ini_get( 'short_open_tag' ) check because jpeg_metadata_tk REQUIRES short_tag...Christian Fowler1-3/+3
2007-10-10check pFile for meta data and name, not pParamHash['upload'] as it might have...Christian Fowler1-13/+13
2007-09-26ensure that we never try to insert a duplicate row into liberty_attachments. ...Max Kremmel1-2/+3
2007-09-23Changes to get ajax attachments working again. You must turn on the new stora...Nick Palmer1-15/+8
2007-09-21fix storing of attachment to include an update if attachment_id is provided, ...Christian Fowler1-3/+7