summaryrefslogtreecommitdiff
path: root/LibertyMime.php
AgeCommit message (Expand)AuthorFilesLines
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
2008-06-25make it possible for mime plugins to not require uploads - this allows plugin...Max Kremmel1-32/+61
2008-06-24use LMs getPluginFunction() that fallback to default worksMax Kremmel1-3/+2
2008-06-20allow override to prevent LC store - for ajax uploads so we dont damage exist...wjames51-2/+2
2008-06-18Move @Note to @todoLester Caine1-3/+3
2008-06-14move getMimeTemplate to new home in LibertySystem and add new method to fetch...Max Kremmel1-22/+1
2008-06-14set default guidMax Kremmel1-3/+3
2008-06-08add expungeAttachmentPreferences methodMax Kremmel1-4/+23
2008-06-05if called staticly we need to make sure were a subclass before referencing 't...wjames51-2/+2
2008-06-02remove code that doesn't workMax Kremmel1-6/+1
2008-05-31deal with primary attachmentsMax Kremmel1-42/+56
2008-05-30be explicite in returning nullwjames51-1/+3
2008-05-30prevent infinit loopswjames51-2/+2
2008-05-29lots of updates, make it possible to update multiple attachments at once, bet...Max Kremmel1-8/+51
2008-05-27fix problems when displaying error and add dirty hack to ensure that default ...Max Kremmel1-2/+7
2008-05-26moved getAttachment to LibertyAttachmentMax Kremmel1-35/+1
2008-05-23fix error return and make sure we don't attempt to use plugins when we don't ...Max Kremmel1-4/+8
2008-05-20call verifyAttachment staticallyMax Kremmel1-2/+2
2008-05-15copy $upload by reference to ensure that the miem type is updatedMax Kremmel1-2/+4
2008-05-15remove obsolete commentMax Kremmel1-2/+1
2008-05-11fix loadAttachmentPreferences bug where prefs were not transferred to mStorag...Max Kremmel1-3/+4
2008-05-10SCHEMA CHANGE: added liberty_attachment_prefs to store attachment preferencesMax Kremmel1-0/+403