index
:
liberty
master
Bitweaver liberty package repository
lester@lsces.co.uk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
LibertyMime.php
Age
Commit message (
Expand
)
Author
Files
Lines
2008-11-29
Fix screwed up transaction start introduced in version 1.32 so that we
Tekimaki
1
-2
/
+2
2008-11-19
use continue instead of break
Max Kremmel
1
-2
/
+3
2008-11-18
set offline_thumbnailer up in derived content class, default to thumbnailing ...
Christian Fowler
1
-1
/
+4
2008-10-25
if verify fails anywhere along the class chain then process parent verify che...
wjames5
1
-1
/
+7
2008-10-13
fix logic with installer force when updating pre 2.1 bitweaver and create mis...
Max Kremmel
1
-2
/
+2
2008-10-08
fix chicken-egg problem with installer and LibertyMime loading attachment pre...
Max Kremmel
1
-3
/
+5
2008-09-27
check this->hasUserPermission( 'p_liberty_attach_attachments' ) during store ...
Christian Fowler
1
-2
/
+2
2008-07-20
Move transaction wrap back inside store loop.
Lester Caine
1
-8
/
+8
2008-07-20
Correctly wrap storage transaction. Was leaving liberty_content incomplete re...
Lester Caine
1
-8
/
+8
2008-07-15
remove old and deprecated code. all instances of this method call should have...
Max Kremmel
1
-16
/
+1
2008-07-12
LIBERTY_DEFAULT_MIME_HANDLER definition now set in LibertySystem.php since it...
Max Kremmel
1
-4
/
+1
2008-07-11
finally found a decent solution to handle plugin updates centrally.
Max Kremmel
1
-2
/
+17
2008-07-06
add check for empty results - oddly this is needed when upgrading bitweaver f...
Max Kremmel
1
-3
/
+5
2008-07-04
allow users to define their own LIBERTY_DEFAULT_MIME_HANDLER elsewhere
Max Kremmel
1
-2
/
+4
2008-07-01
letting LibertyMime handle attachment parameter update is tricky since we som...
Max Kremmel
1
-8
/
+1
2008-07-01
allow empty paramhash when updating attachments
Max Kremmel
1
-3
/
+3
2008-06-27
make sure hash passed in by reference is updated according to changes made by...
Max Kremmel
1
-4
/
+7
2008-06-27
move LibertyMime::getPluginFunction into LibertySystem where it belongs
Max Kremmel
1
-13
/
+10
2008-06-25
make it possible for mime plugins to not require uploads - this allows plugin...
Max Kremmel
1
-32
/
+61
2008-06-24
use LMs getPluginFunction() that fallback to default works
Max Kremmel
1
-3
/
+2
2008-06-20
allow override to prevent LC store - for ajax uploads so we dont damage exist...
wjames5
1
-2
/
+2
2008-06-18
Move @Note to @todo
Lester Caine
1
-3
/
+3
2008-06-14
move getMimeTemplate to new home in LibertySystem and add new method to fetch...
Max Kremmel
1
-22
/
+1
2008-06-14
set default guid
Max Kremmel
1
-3
/
+3
2008-06-08
add expungeAttachmentPreferences method
Max Kremmel
1
-4
/
+23
2008-06-05
if called staticly we need to make sure were a subclass before referencing 't...
wjames5
1
-2
/
+2
2008-06-02
remove code that doesn't work
Max Kremmel
1
-6
/
+1
2008-05-31
deal with primary attachments
Max Kremmel
1
-42
/
+56
2008-05-30
be explicite in returning null
wjames5
1
-1
/
+3
2008-05-30
prevent infinit loops
wjames5
1
-2
/
+2
2008-05-29
lots of updates, make it possible to update multiple attachments at once, bet...
Max Kremmel
1
-8
/
+51
2008-05-27
fix problems when displaying error and add dirty hack to ensure that default ...
Max Kremmel
1
-2
/
+7
2008-05-26
moved getAttachment to LibertyAttachment
Max Kremmel
1
-35
/
+1
2008-05-23
fix error return and make sure we don't attempt to use plugins when we don't ...
Max Kremmel
1
-4
/
+8
2008-05-20
call verifyAttachment statically
Max Kremmel
1
-2
/
+2
2008-05-15
copy $upload by reference to ensure that the miem type is updated
Max Kremmel
1
-2
/
+4
2008-05-15
remove obsolete comment
Max Kremmel
1
-2
/
+1
2008-05-11
fix loadAttachmentPreferences bug where prefs were not transferred to mStorag...
Max Kremmel
1
-3
/
+4
2008-05-10
SCHEMA CHANGE: added liberty_attachment_prefs to store attachment preferences
Max Kremmel
1
-0
/
+403