| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2007-08-02 | move EXIF data extraction from FIsheyeIMage to generic ↵ | Christian Fowler | 1 | -1/+85 | |
| LIbertyAttachable::extractMetaData, which currently only supports jpeg files, but could be chopped up to support more. Default title to file name for attachable content if no title is present. remove event_time data duplication as last_modified | |||||
| 2007-07-17 | clean out crap that can make life difficult in server maintenance in file ↵ | Christian Fowler | 1 | -3/+5 | |
| upload names | |||||
| 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 ↵ | Christian Fowler | 1 | -2/+4 | |
| destination are the same file | |||||
| 2007-06-30 | when fetching an individual thumbnail url don't return mime placeholder ↵ | bitweaver.org | 1 | -5/+5 | |
| unless explicitly specified | |||||
| 2007-06-24 | get liberty_clear_thumbnails to work with any image format by employing ↵ | Max Kremmel | 1 | -18/+32 | |
| liberty_fetch_thumbnails to fetch thumbs that need to be removed | |||||
| 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 ↵ | Max Kremmel | 1 | -27/+44 | |
| file, allow override of file types and use liberty thumbnail fetcher where possible | |||||
| 2007-06-21 | change order of delete sequence that packages such as treasury can freely ↵ | Max Kremmel | 1 | -32/+42 | |
| deal with attachment expunge data without constraints, leave data in tables for as long as possible that things like 'load' can still work. | |||||
| 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 | |
| an attachment it is connected to is dying. Restore delete to edit_storage_list gated by a new permission. Ensure that fisheye and treasury delete when their attachments delete. | |||||
| 2007-06-18 | General cleanup of LibertyAttachable. Make LA::expunge() take a parameter to ↵ | Nick Palmer | 1 | -77/+26 | |
| actually expunge. Default is now to detach. Make fisheye delete on expunge. Make treasury use expungeAttachment() to do the work so we can hook that to notify other content. | |||||
| 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 | |
| This will force content_id, attachment_id and file_id to use a single generator The setting of this MUST not be changed once a database is in use! | |||||
| 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 | |
| 2007-06-16 | don't throw error when attachment_id give is set to 0. this can happen when ↵ | Max Kremmel | 1 | -2/+2 | |
| you save a wiki page and it will mess with page save. | |||||
| 2007-06-16 | remove common_storage_plugin stuff completely. recent modificaions would ↵ | Max Kremmel | 1 | -13/+12 | |
| have rendered plugin selection in LAtt non-functional - this hasn't been in use yet so we'll remove it. also change the order of plugins chosen in LibertyAttachmnt. when we upload a regular file, the fisheye plugin should NOT be the one we pick first due to its dependence on fisheye. | |||||
| 2007-06-16 | return TRUE on success | Max Kremmel | 1 | -2/+6 | |
| 2007-06-15 | Check for png files first if png_thumbnail set | Lester Caine | 1 | -6/+11 | |
| ( This prevents older files being used by mistake when a later .png has been loaded ) | |||||
| 2007-06-15 | Commit non debug version | Lester Caine | 1 | -2/+1 | |
| 2007-06-15 | liberty_fetch_thumbnail_url to get attachment thumbnails | Lester Caine | 1 | -2/+19 | |
| 2007-06-15 | Select alternate storage plugins as a falback and generate error if not found. | Lester Caine | 1 | -4/+19 | |
| The error message is not displayed in some upload pages. | |||||
| 2007-06-15 | trailing whitespaces... | Max Kremmel | 1 | -54/+52 | |
| 2007-06-15 | make storePrimaryAttachmentId() accessible statically and allow passing of ↵ | Max Kremmel | 1 | -6/+15 | |
| attachment_id in the more intuitive primary_attachment_id hashkey | |||||
| 2007-06-14 | Use hard coded default for 'common_storage_plugin', but we need to get this ↵ | Lester Caine | 1 | -2/+2 | |
| value set and editable. | |||||
| 2007-06-14 | Bypass extension checking in windows. Have php_fileinfo loaded, but need to ↵ | Lester Caine | 1 | -3/+6 | |
| sort the dtabase before it will work on windows. | |||||
| 2007-06-13 | Send back to preview when user attempts upload without permission. Only ↵ | Nick Palmer | 1 | -5/+6 | |
| check if user is uploading. | |||||
| 2007-06-12 | SCHEMA CHANGE! Added constraint on primary_attachment_id and added support ↵ | Nick Palmer | 1 | -13/+62 | |
| for it to LibertyAttachable. Added new edit_primary_attachment.tpl for editing this new field. | |||||
| 2007-06-12 | Error in SQL corrected | Lester Caine | 1 | -2/+2 | |
| 2007-06-10 | So sorry. I solemnly swear to no commit while exhausted and to test better. ↵ | Nick Palmer | 1 | -3/+2 | |
| I suck! | |||||
| 2007-06-10 | Putting it back how it was... | Nick Palmer | 1 | -4/+2 | |
