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