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
2017-12-18
fix store & verify
spider@dev
1
-1
/
+1
2016-06-22
change-all-StartTrans-calls-to-BitBase-method
spider@app1
1
-2
/
+2
2016-06-21
change-class-var-to-public
spider@app1
1
-1
/
+1
2014-05-30
remove commented, deprecated method declarations
Christian Fowler
1
-6
/
+6
2013-07-11
Correction to docblock tag
lsces
1
-1
/
+1
2012-10-30
Merge locally
lsces
1
-3
/
+5
2012-10-30
Ensure $ret exists if there is not an attachment_id
lsces
1
-0
/
+1
2012-10-11
fix liberty_mime_get_source_url to return a URL and not a PATH
spiderr
1
-3
/
+5
2012-09-28
Missed static function - e_strict compliance
lsces
1
-1
/
+1
2012-07-19
rework upload files to have an option to save as original.ext, file_name is s...
spiderr
1
-11
/
+76
2012-06-08
use static::getAttachmentPreferences for non-object
spiderr
1
-1
/
+1
2012-05-06
replace all PHP4 style constructors with __construct; replace calls to base c...
spiderr
1
-10
/
+0
2012-05-02
replace self:: with static::
spiderr
1
-1
/
+1
2012-04-29
Strip extra white space
Lester Caine ext:(%22)
1
-41
/
+41
2012-04-17
Tidy up to remove 'STRICT' warnings
Lester Caine ext:(%22)
1
-19
/
+50
2011-10-15
fix pRootDir in ::getStoragePath
spiderr
1
-1
/
+1
2011-07-19
add matching liberty_mime_get_source_url function for sibling _file; use new ...
spiderr
1
-0
/
+12
2011-07-10
if no sub_dir call liberty_mime_get_storage_sub_dir_name
Christian Fowler
1
-0
/
+2
2011-07-05
file_exists and mkdir_p using full PATH in liberty_mime_get_storage_branch
spiderr
1
-1
/
+3
2011-06-30
update documentation for liberty_mime_get_storage_branch
Christian Fowler
1
-3
/
+1
2011-06-26
convert liberty_files.storage_path to liberty_files.file_name to remove all h...
Christian Fowler
1
-27
/
+57
2011-06-24
updates to complete storing only file name in liberty_files.storage_path; fix...
pre-lf-storage-path-to-file-name
Christian Fowler
1
-2
/
+2
2011-02-15
move everything used from LibertyAttachable into LibertyMime, LibertyAttachab...
spiderr
1
-3
/
+613
2010-12-28
add pDefault flag to optionally call up the hierarchy for an image... or not
spiderr
1
-3
/
+2
2010-06-09
Strip down CVS keywords.
cvs2git
1
-1
/
+1
2010-01-30
call parent::getThumbnailUrl if no default attachment
Christian Fowler
1
-2
/
+5
2009-10-29
set primary_attachment_id in mInfo from mStorage, and standardize on that in ...
Christian Fowler
1
-1
/
+8
2009-03-30
pass $this down to the mime plugins for $pStoreHash["this"] = $this; use $pSt...
Christian Fowler
1
-1
/
+3
2009-02-22
make sure thumbnail exists and add docs
Max Kremmel
1
-2
/
+12
2009-02-22
add getThumbnailUrl method that will return the primary attachment, or last a...
Christian Fowler
1
-1
/
+16
2008-12-08
use 'mime' instead of 'TRUE' and use more descriptive method name adding addi...
Max Kremmel
1
-2
/
+2
2008-12-02
make use of hits column in liberty_attachments and try a new set of header()s...
Max Kremmel
1
-1
/
+25
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
[next]