index
:
liberty
master
Bitweaver liberty package repository
lester@lsces.co.uk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
LibertyAttachable.php
Age
Commit message (
Expand
)
Author
Files
Lines
2008-05-16
Syntax Error
Christian Fowler
1
-3
/
+3
2008-05-16
remove debug
Max Kremmel
1
-2
/
+69
2008-05-15
no code changes - only cleanup and doc updates
Max Kremmel
1
-36
/
+46
2008-05-15
typo
Max Kremmel
1
-2
/
+3
2008-05-14
count position from the right of the file name to get extension
Max Kremmel
1
-2
/
+2
2008-05-13
change getStorageSubDirName to return extension when the mime type returns 'a...
Max Kremmel
1
-5
/
+9
2008-05-11
update docs and make sure mime type handed in is valid before we try to extra...
Max Kremmel
1
-3
/
+3
2008-05-11
getStorageSubDirName now returns a useful dirname based on mimetype handed in
Max Kremmel
1
-3
/
+19
2008-05-11
use dummy to avoid problems during LibertyMime testphase
Max Kremmel
1
-2
/
+4
2008-05-10
SCHEMA CHANGE: added liberty_attachment_prefs to store attachment preferences
Max Kremmel
1
-7
/
+11
2008-05-09
make LibertyAttachable::getAttachment statically accessible
Max Kremmel
1
-7
/
+5
2008-05-07
write elseif instead of else if and don't split if conditions of the lines ar...
Max Kremmel
1
-17
/
+11
2008-01-02
add missing function
Jams H Thompson
1
-1
/
+36
2007-11-30
Fix double include error when uploading a zip file with multiple images that ...
Nick Palmer
1
-2
/
+2
2007-11-19
Add ability to unset the primary as well as the ability for content to turn o...
Nick Palmer
1
-27
/
+80
2007-11-01
ini_get( 'short_open_tag' ) check because jpeg_metadata_tk REQUIRES short_tag...
Christian Fowler
1
-3
/
+3
2007-10-10
check pFile for meta data and name, not pParamHash['upload'] as it might have...
Christian Fowler
1
-13
/
+13
2007-09-26
ensure that we never try to insert a duplicate row into liberty_attachments. ...
Max Kremmel
1
-2
/
+3
2007-09-23
Changes to get ajax attachments working again. You must turn on the new stora...
Nick Palmer
1
-15
/
+8
2007-09-21
fix storing of attachment to include an update if attachment_id is provided, ...
Christian Fowler
1
-3
/
+7
2007-09-20
change check of _file_overrides to isset incase you want to pass in an empty ...
Christian Fowler
1
-2
/
+2
2007-09-20
add _files_override to LIbertyAttachable::verify to control what gets sucked ...
Christian Fowler
1
-10
/
+26
2007-09-19
Preserve keys from $_FILE in STORAGE array so that we can tell which entry in...
Nick Palmer
1
-4
/
+4
2007-09-19
remove detachment remanants
Max Kremmel
1
-13
/
+4
2007-09-17
sort by positional data if available
Max Kremmel
1
-3
/
+3
2007-09-17
the first uploaded attachment is now set as primary be default - works with s...
Max Kremmel
1
-7
/
+22
2007-09-15
make it possible to set a primary attachment with a simply radio button. U co...
Max Kremmel
1
-9
/
+46
2007-09-15
comment out primary_attachment_id to is_primary conversion crutch
Max Kremmel
1
-2
/
+2
2007-09-15
remove debug
Christian Fowler
1
-3
/
+1
2007-09-15
SCHEMA CHANGE: Major overhaul to liberty attachable by removing attachment_ma...
Christian Fowler
1
-410
/
+120
2007-08-10
optional all null args on getDisplayUri
Christian Fowler
1
-2
/
+2
2007-08-02
change include's for jpeg_metadata_tk to require_once
Christian Fowler
1
-6
/
+6
2007-08-02
move EXIF data extraction from FIsheyeIMage to generic LIbertyAttachable::ext...
Christian Fowler
1
-1
/
+85
2007-07-17
clean out crap that can make life difficult in server maintenance in file upl...
Christian Fowler
1
-3
/
+5
2007-07-12
allow permission check override when LA::store is verifying its file
Max Kremmel
1
-7
/
+20
2007-07-10
move functions not part of a class to liberty_lib.php
Max Kremmel
1
-361
/
+1
2007-07-05
avoid undefined index error
Max Kremmel
1
-6
/
+4
2007-07-01
avoid bug where 'copy' function creates a 0 byte file with source and destina...
Christian Fowler
1
-2
/
+4
2007-06-30
when fetching an individual thumbnail url don't return mime placeholder unles...
bitweaver.org
1
-5
/
+5
2007-06-24
get liberty_clear_thumbnails to work with any image format by employing liber...
Max Kremmel
1
-18
/
+32
2007-06-23
mark primary attachments with an 'is_primary' flag
Max Kremmel
1
-6
/
+10
2007-06-23
automagically select best image type that's best for the particular upladed f...
Max Kremmel
1
-27
/
+44
2007-06-21
change order of delete sequence that packages such as treasury can freely dea...
Max Kremmel
1
-32
/
+42
2007-06-21
make sure $ret is an array and arrays are camelCapsed
Max Kremmel
1
-7
/
+7
2007-06-20
Add new expungingAttachment call to LibertyAttachable to notify content that ...
Nick Palmer
1
-2
/
+33
2007-06-18
General cleanup of LibertyAttachable. Make LA::expunge() take a parameter to ...
Nick Palmer
1
-77
/
+26
2007-06-17
Move liberty_linked_attachments to LINKED_ATTACHMENTS in config_inc.php
Lester Caine
1
-3
/
+3
2007-06-17
Add 'liberty_linked_attachments' selection
Lester Caine
1
-2
/
+7
2007-06-16
finally fix the friggin image replacement bug
Max Kremmel
1
-3
/
+2
2007-06-16
Force default storage_guid to bitfile
Lester Caine
1
-13
/
+4
[next]