| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2008-06-23 | replace individual function parameters with an array of options when using ↵ | Max Kremmel | 1 | -2/+6 | |
| liberty thumbnail fetching functions | |||||
| 2008-06-20 | Tell LibertyMime we are processing an update | Lester Caine | 1 | -1/+7 | |
| 2008-06-17 | Converted to LibertyMime | Lester Caine | 1 | -44/+52 | |
| image_data 'flattened' into mInfo for compatability with treasury/mime templates simple_list view added to gallery options. parallels addig grids to treasury, but different ways of managing galleries are not compatible. | |||||
| 2008-06-16 | add ::getTree method to get a complete tree of a user's galleries from a ↵ | Christian Fowler | 1 | -1/+2 | |
| given list of top level galleries - currently only ADVANCED_POSTGRESQL is supported | |||||
| 2008-03-29 | remove debug | Christian Fowler | 1 | -6/+2 | |
| 2008-03-29 | add support for query_cache_time | Christian Fowler | 1 | -4/+7 | |
| 2008-03-19 | quiet exif_read to prevent mass NOTICE's in error_log | Christian Fowler | 1 | -2/+2 | |
| 2007-11-21 | undefined index and variable fixes | Max Kremmel | 1 | -3/+3 | |
| 2007-11-20 | fore obscure DISTINCT ON + ORDER BY limitations, add ↵ | Christian Fowler | 1 | -9/+11 | |
| pListHash['recent_images'] to get images from recent user truncated by day. | |||||
| 2007-11-20 | default getList to distinct users if no user_id set since one user easily ↵ | Christian Fowler | 1 | -1/+4 | |
| can monopolize list | |||||
| 2007-11-20 | change $mid to $whereSql, $join to $joinSql, add support for group_id in ↵ | Christian Fowler | 1 | -10/+22 | |
| getList pParamHash | |||||
| 2007-09-22 | add fisheye_admin level feature for filenametoimagename to resync images to ↵ | Christian Fowler | 1 | -13/+3 | |
| file names | |||||
| 2007-09-22 | fix 'thumbnail' flag to use new _files_override | Christian Fowler | 1 | -7/+7 | |
| 2007-09-22 | add removed default title code back to verify | Christian Fowler | 1 | -2/+17 | |
| 2007-09-15 | SCHEMA CHANGE: Major overhaul to liberty attachable by removing ↵ | Christian Fowler | 1 | -3/+2 | |
| 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-09-13 | reverse array_merge to prvent overwrite of user_id in mInfo | Christian Fowler | 1 | -2/+3 | |
| 2007-08-02 | move EXIF data extraction from FIsheyeIMage to generic ↵ | Christian Fowler | 1 | -77/+1 | |
| 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-08-02 | add code to extract EXIF title, ImageDescription, time of photo | Christian Fowler | 1 | -1/+62 | |
| 2007-07-26 | typo in hash to check for error on resizefunc | Christian Fowler | 1 | -2/+2 | |
| 2007-07-16 | Add m(Admin|Edit|View)ContentPermission to various classes. update ↵ | Max Kremmel | 1 | -4/+9 | |
| LibertyContent::has(Admin|Edit|View)Permission to work with new values. To make use of these new permission checks simply use $gContent->hasEditPermission(). Please check to see if i inserted the correct permissions in all classes. new admin permission added to treasury. | |||||
| 2007-07-12 | don't check for additional permissions in LibertyAttachable::store. we've ↵ | Max Kremmel | 1 | -1/+4 | |
| already checked all required permissions in fisheye | |||||
| 2007-07-10 | convert file back to unix fileformat - please use a text editor that doesn't ↵ | Max Kremmel | 1 | -719/+719 | |
| change the fileformat | |||||
| 2007-07-09 | imageExistsInDatabase was always returning false because ->fields['count'] ↵ | gravyface | 1 | -716/+719 | |
| doesn't exist; changed to use GetOne; | |||||
| 2007-07-01 | move resize original on the spot for non-background thumbnail if requested ↵ | Christian Fowler | 1 | -1/+5 | |
| from upload_inc to FisheyeImage::store | |||||
| 2007-06-30 | pass resize value through to generateThumbnails in store() so resize on ↵ | Christian Fowler | 1 | -2/+3 | |
| upload works with offline thumbnailer | |||||
| 2007-06-23 | automagically select best image type that's best for the particular upladed ↵ | Max Kremmel | 1 | -8/+3 | |
| file, allow override of file types and use liberty thumbnail fetcher where possible | |||||
| 2007-06-22 | Remove subpackage tag from class - phpdoc 1.3.2 handles correctly now | Lester Caine | 1 | -2/+1 | |
| 2007-06-21 | fix resizeOriginal for background thumbnailer to use processor_parameters column | Christian Fowler | 1 | -3/+3 | |
| 2007-06-20 | Add new expungingAttachment call to LibertyAttachable to notify content that ↵ | Nick Palmer | 1 | -3/+11 | |
| 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-20 | Ignore 'storage_guid' if LibertyAttachment has not returned a valid link to ↵ | Lester Caine | 1 | -4/+3 | |
| image | |||||
| 2007-06-18 | General cleanup of LibertyAttachable. Make LA::expunge() take a parameter to ↵ | Nick Palmer | 1 | -2/+2 | |
| 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-16 | Restore using deafult storage_guid | Lester Caine | 1 | -11/+3 | |
| 2007-06-15 | Only use bitfile as a fall back if loaded | Lester Caine | 1 | -2/+4 | |
| 2007-06-15 | Actually USE new fisheye plugin. | Lester Caine | 1 | -2/+2 | |
| Still need to ensure that either fisheye or bitfile are enabled - deleting both will prevent bitweaver working | |||||
| 2007-06-15 | rename bifile and the GUID to fisheye since this plugin is specific to ↵ | Max Kremmel | 1 | -2/+2 | |
| fisheye uploads | |||||
| 2007-06-15 | make it possible to call FisheyeImage::getDisplayUrl statically | Max Kremmel | 1 | -10/+18 | |
| 2007-06-15 | readability | Max Kremmel | 1 | -2/+9 | |
| 2007-06-15 | migrate gatekeeper list SQL to new service function | Christian Fowler | 1 | -19/+1 | |
| 2007-06-14 | Switch to liberty_process_queue so no table not exist errors, but still ↵ | Lester Caine | 1 | -4/+4 | |
| needs work | |||||
| 2007-06-14 | Select storage guid based on what is loaded. | Lester Caine | 1 | -4/+6 | |
| Either bitfiles or bitimage MUST be loaded for fisheye to work ( Need better way of identifying plugin without having to use it's name ) | |||||
| 2007-06-13 | Make sure order by clause comes last in the query. | Nick Palmer | 1 | -3/+4 | |
| 2007-06-13 | Fix liberty_get_function. | Nick Palmer | 1 | -2/+3 | |
| 2007-06-11 | add isCommentable() to FisheyeImage. | Max Kremmel | 1 | -2/+27 | |
| 2007-05-30 | update getThumbnailUrl implementation override from LibContent | Christian Fowler | 1 | -5/+11 | |
| 2007-04-23 | liberty_attachments update | bitweaver.org | 1 | -3/+4 | |
| 2007-03-26 | add Convert to Grayscale support for MagickWand processor's ↵ | Christian Fowler | 1 | -1/+30 | |
| liberty_magickwand_convert_colorspace function | |||||
| 2007-02-13 | check for string on pMixed in getDisplayUrl | Christian Fowler | 1 | -3/+2 | |
| 2007-01-22 | add hits | Max Kremmel | 1 | -2/+4 | |
| 2007-01-06 | rename some methods in BitDbBase to meet bitweaver standards. all changes ↵ | Max Kremmel | 1 | -2/+2 | |
| backwards compatible with deprecated function call message. | |||||
| 2006-12-27 | fix image resize and image rotate on upload, make sure rotating doesn't spew ↵ | Max Kremmel | 1 | -11/+37 | |
| errors when image type doesn't have exif data, remove original after resize if it wasn't a jpg to start off with | |||||
