summaryrefslogtreecommitdiff
path: root/LibertyMime.php
AgeCommit message (Expand)AuthorFilesLines
2017-12-18fix store & verifyspider@dev1-1/+1
2016-06-22change-all-StartTrans-calls-to-BitBase-methodspider@app11-2/+2
2016-06-21change-class-var-to-publicspider@app11-1/+1
2014-05-30remove commented, deprecated method declarationsChristian Fowler1-6/+6
2013-07-11Correction to docblock taglsces1-1/+1
2012-10-30Merge locallylsces1-3/+5
2012-10-30Ensure $ret exists if there is not an attachment_idlsces1-0/+1
2012-10-11fix liberty_mime_get_source_url to return a URL and not a PATHspiderr1-3/+5
2012-09-28Missed static function - e_strict compliancelsces1-1/+1
2012-07-19rework upload files to have an option to save as original.ext, file_name is s...spiderr1-11/+76
2012-06-08use static::getAttachmentPreferences for non-objectspiderr1-1/+1
2012-05-06replace all PHP4 style constructors with __construct; replace calls to base c...spiderr1-10/+0
2012-05-02replace self:: with static::spiderr1-1/+1
2012-04-29Strip extra white spaceLester Caine ext:(%22)1-41/+41
2012-04-17Tidy up to remove 'STRICT' warningsLester Caine ext:(%22)1-19/+50
2011-10-15fix pRootDir in ::getStoragePathspiderr1-1/+1
2011-07-19add matching liberty_mime_get_source_url function for sibling _file; use new ...spiderr1-0/+12
2011-07-10if no sub_dir call liberty_mime_get_storage_sub_dir_nameChristian Fowler1-0/+2
2011-07-05file_exists and mkdir_p using full PATH in liberty_mime_get_storage_branchspiderr1-1/+3
2011-06-30update documentation for liberty_mime_get_storage_branchChristian Fowler1-3/+1
2011-06-26convert liberty_files.storage_path to liberty_files.file_name to remove all h...Christian Fowler1-27/+57
2011-06-24updates to complete storing only file name in liberty_files.storage_path; fix...pre-lf-storage-path-to-file-nameChristian Fowler1-2/+2
2011-02-15move everything used from LibertyAttachable into LibertyMime, LibertyAttachab...spiderr1-3/+613
2010-12-28add pDefault flag to optionally call up the hierarchy for an image... or notspiderr1-3/+2
2010-06-09Strip down CVS keywords.cvs2git1-1/+1
2010-01-30call parent::getThumbnailUrl if no default attachmentChristian Fowler1-2/+5
2009-10-29set primary_attachment_id in mInfo from mStorage, and standardize on that in ...Christian Fowler1-1/+8
2009-03-30pass $this down to the mime plugins for $pStoreHash["this"] = $this; use $pSt...Christian Fowler1-1/+3
2009-02-22make sure thumbnail exists and add docsMax Kremmel1-2/+12
2009-02-22add getThumbnailUrl method that will return the primary attachment, or last a...Christian Fowler1-1/+16
2008-12-08use 'mime' instead of 'TRUE' and use more descriptive method name adding addi...Max Kremmel1-2/+2
2008-12-02make use of hits column in liberty_attachments and try a new set of header()s...Max Kremmel1-1/+25
2008-11-29Fix screwed up transaction start introduced in version 1.32 so that weTekimaki1-2/+2
2008-11-19use continue instead of breakMax Kremmel1-2/+3
2008-11-18set offline_thumbnailer up in derived content class, default to thumbnailing ...Christian Fowler1-1/+4
2008-10-25if verify fails anywhere along the class chain then process parent verify che...wjames51-1/+7
2008-10-13fix logic with installer force when updating pre 2.1 bitweaver and create mis...Max Kremmel1-2/+2
2008-10-08fix chicken-egg problem with installer and LibertyMime loading attachment pre...Max Kremmel1-3/+5
2008-09-27check this->hasUserPermission( 'p_liberty_attach_attachments' ) during store ...Christian Fowler1-2/+2
2008-07-20Move transaction wrap back inside store loop.Lester Caine1-8/+8
2008-07-20Correctly wrap storage transaction. Was leaving liberty_content incomplete re...Lester Caine1-8/+8
2008-07-15remove old and deprecated code. all instances of this method call should have...Max Kremmel1-16/+1
2008-07-12LIBERTY_DEFAULT_MIME_HANDLER definition now set in LibertySystem.php since it...Max Kremmel1-4/+1
2008-07-11finally found a decent solution to handle plugin updates centrally.Max Kremmel1-2/+17
2008-07-06add check for empty results - oddly this is needed when upgrading bitweaver f...Max Kremmel1-3/+5
2008-07-04allow users to define their own LIBERTY_DEFAULT_MIME_HANDLER elsewhereMax Kremmel1-2/+4
2008-07-01letting LibertyMime handle attachment parameter update is tricky since we som...Max Kremmel1-8/+1
2008-07-01allow empty paramhash when updating attachmentsMax Kremmel1-3/+3
2008-06-27make sure hash passed in by reference is updated according to changes made by...Max Kremmel1-4/+7
2008-06-27move LibertyMime::getPluginFunction into LibertySystem where it belongsMax Kremmel1-13/+10