| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2008-12-25 | simplify and clean up validation function by using realpath | Max Kremmel | 1 | -10/+5 | |
| 2008-11-05 | fix fold | Max Kremmel | 1 | -2/+2 | |
| 2008-10-25 | if verify fails anywhere along the class chain then process parent verify ↵ | wjames5 | 1 | -1/+6 | |
| checks so we get all errors in one shot - saving the user much headaches. also introduce verify service so services can report verification errors | |||||
| 2008-10-19 | add @deprecated doc tags where appropriate | Max Kremmel | 1 | -1/+6 | |
| 2008-10-08 | no code changes except for scanForAttachmentUsage() has been removed - we ↵ | Max Kremmel | 1 | -374/+357 | |
| have an attachment filter that takes care of that now. group related methods, fix comments, add (commented) deprecated notes to methods that have been replaced by methods in LibertyMime. | |||||
| 2008-07-24 | update some docs | Max Kremmel | 1 | -4/+3 | |
| 2008-07-24 | add notes to methods that are outdated | Max Kremmel | 1 | -2/+17 | |
| 2008-06-29 | clean up LibertySystem loading: don't create gLibertySystem in class file - ↵ | Max Kremmel | 1 | -2/+1 | |
| we create it where it's first called: bit_setup_inc. LibertyAttachable doesn't need load LibertySystem. this is done in bit_setup_inc.php | |||||
| 2008-06-27 | fix logic to not throw errors when we can't find an attachment_id and update ↵ | Max Kremmel | 1 | -6/+13 | |
| users_users <image>_attachment_id columns when needed. contraints on these columns might cause problems when expunging attachments. | |||||
| 2008-06-27 | move LibertyMime::getPluginFunction into LibertySystem where it belongs | Max Kremmel | 1 | -6/+5 | |
| 2008-06-24 | use the LM getPluginFunction to allow for fallback to default mime handler. | Max Kremmel | 1 | -2/+2 | |
| 2008-06-08 | don't insert empty lines and make expungeMetaData statically available | Max Kremmel | 1 | -4/+8 | |
| 2008-06-06 | add method to nuke meta data for an attachment | Max Kremmel | 1 | -2/+15 | |
| 2008-05-28 | update docs | Max Kremmel | 1 | -1/+2 | |
| 2008-05-26 | make sure LibertyMime is available even when it hasn't been included from ↵ | Max Kremmel | 1 | -12/+22 | |
| any package. this is a very dirty hack and will eventually be removed when we have migrated everything to LibertyMime. | |||||
| 2008-05-25 | quick hack to calm LibertyMime during this development time | wjames5 | 1 | -2/+6 | |
| 2008-05-23 | rename liberty_meta_data to liberty_attachment_meta_data for clarity, add ↵ | Max Kremmel | 1 | -9/+9 | |
| indexes, update upgrade script to create correct tables | |||||
| 2008-05-23 | update meta functions to latest version - associated schema change will be ↵ | Max Kremmel | 1 | -44/+187 | |
| committed shortly. add method to confirm a path is valid - used before deleting a file to avoid problems | |||||
| 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 ↵ | Max Kremmel | 1 | -5/+9 | |
| 'application' | |||||
| 2008-05-11 | update docs and make sure mime type handed in is valid before we try to ↵ | Max Kremmel | 1 | -3/+3 | |
| extract subdir | |||||
| 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 | |
| introducing a new layer on top LibertyAttachments to deal with file uploads supporting mimetype based plugins - ported from treasury | |||||
| 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 ↵ | Max Kremmel | 1 | -17/+11 | |
| aren't long to improve ledgibility | |||||
| 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 | |
| have photoshop data in them. | |||||
| 2007-11-19 | Add ability to unset the primary as well as the ability for content to turn ↵ | Nick Palmer | 1 | -27/+80 | |
| off the auto_primary setting behavior. | |||||
| 2007-11-01 | ini_get( 'short_open_tag' ) check because jpeg_metadata_tk REQUIRES ↵ | Christian Fowler | 1 | -3/+3 | |
| short_tags because that is the way it was written. feel free to fix something. XOXO spiderr | |||||
| 2007-10-10 | check pFile for meta data and name, not pParamHash['upload'] as it might ↵ | Christian Fowler | 1 | -13/+13 | |
| have been over-ridden | |||||
| 2007-09-26 | ensure that we never try to insert a duplicate row into liberty_attachments. ↵ | Max Kremmel | 1 | -2/+3 | |
| this is needed for the user portrait / avatar / logo storage. perhaps there's a cleaner way of doing this, but i can't think of one just now | |||||
| 2007-09-23 | Changes to get ajax attachments working again. You must turn on the new ↵ | Nick Palmer | 1 | -15/+8 | |
| storage.existing plugin to get them to work. | |||||
| 2007-09-21 | fix storing of attachment to include an update if attachment_id is provided, ↵ | Christian Fowler | 1 | -3/+7 | |
| also check for valid BitBase::verifyId( $storeRow[attachment_id] before inserting | |||||
| 2007-09-20 | change check of _file_overrides to isset incase you want to pass in an empty ↵ | Christian Fowler | 1 | -2/+2 | |
| array to avoid storing and avoid gobbling up _FILES | |||||
| 2007-09-20 | add _files_override to LIbertyAttachable::verify to control what gets sucked ↵ | Christian Fowler | 1 | -10/+26 | |
| up as an upload. fixes archive extraction in fisheye, and other obscure reasons to manually stuff a file upload hash | |||||
| 2007-09-19 | Preserve keys from $_FILE in STORAGE array so that we can tell which entry ↵ | Nick Palmer | 1 | -4/+4 | |
| in $_FILE got what attachment_id if we need to. | |||||
| 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 ↵ | Max Kremmel | 1 | -7/+22 | |
| single and multiple attachment uploads | |||||
| 2007-09-15 | make it possible to set a primary attachment with a simply radio button. U ↵ | Max Kremmel | 1 | -9/+46 | |
| comment attachment browser for now as well. UI needs lots more work but we will probably have to discuss on what we want to have visible and what wethe attachments tab is supposed to do | |||||
| 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 ↵ | Christian Fowler | 1 | -410/+120 | |
| attachment_map and only allow attachments to be wired to a single piece of content. removed attachment_map, single and multiple attachments are working, ajax code was removed, and should be put in a separate library/class to handle what to do with 'floating' files waiting for a store | |||||
| 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 | |
