| Age | Commit message (Expand) | Author | Files | Lines |
| 2010-04-27 | add pImmediateRender flag to generateThumbnails and rotateImage | Christian Fowler | 1 | -5/+5 |
| 2010-04-17 | SCHEMA CHANGE - liberty_content_types - change content_description to content... | wjames5 | 1 | -3/+4 |
| 2010-04-14 | change exif_read_data to be conditional before usingPRE_CONTENTTYPE_NAME_PLURAL | Christian Fowler | 1 | -2/+4 |
| 2010-02-03 | use getTitle with FALSE default so empty title images don't get overwritten w... | Christian Fowler | 1 | -4/+1 |
| 2010-02-03 | if load fisheye_image row has empty width and height, call getImageDetails an... | Christian Fowler | 1 | -1/+14 |
| 2010-02-02 | add pDefault=TRUE tp getTitle to allow control of returning a default image t... | Christian Fowler | 1 | -8/+4 |
| 2009-08-17 | check for size set in thumb url request | Christian Fowler | 1 | -2/+2 |
| 2009-07-09 | Added option to always use filenames to name fisheye images vs. forcing use o... | Tyler Bello | 1 | -3/+3 |
| 2009-07-01 | use getContentTypeDescription with a guid in getTitle when no lc.title, as pH... | Christian Fowler | 1 | -4/+5 |
| 2009-06-26 | remove seemingly erroneous reference to 'gallery_thumbnail_url' in FisheyeImage | Christian Fowler | 1 | -9/+2 |
| 2009-06-02 | if there are errors in verify process, then check parent for errors too for a... | Tekimaki | 1 | -1/+5 |
| 2009-05-15 | actually assign a default pTitle in getDisplayLink | Christian Fowler | 1 | -2/+2 |
| 2009-05-05 | override getTitle and use default values if title is not explicitly set | Christian Fowler | 1 | -8/+24 |
| 2009-04-27 | add default title to getDisplayLink if image title is empty | Christian Fowler | 1 | -1/+6 |
| 2009-04-22 | unset mIMageId and mContentId on expunge so isValid doesn't work | Christian Fowler | 1 | -1/+3 |
| 2009-04-16 | variable typo - use exifHash['headline'] | Christian Fowler | 1 | -4/+4 |
| 2009-04-06 | trim up exifHash['IFD0']['ImageDescription'] for whitespace | Christian Fowler | 1 | -3/+5 |
| 2009-03-30 | allow a 'size' for thumbnail to be passed in via pListHash | Christian Fowler | 1 | -2/+4 |
| 2009-01-18 | typo - send in correct hash for exif inspection | Christian Fowler | 1 | -3/+5 |
| 2008-11-18 | set offline_thumbnailer up in derived content class, default to thumbnailing ... | Christian Fowler | 1 | -1/+2 |
| 2008-11-02 | only run mime functions with file upload present | Christian Fowler | 1 | -2/+2 |
| 2008-10-27 | remove debug | Max Kremmel | 1 | -2/+1 |
| 2008-10-27 | add code to create a default name, use exif to set event_time, rename antiqua... | Christian Fowler | 1 | -31/+80 |
| 2008-10-20 | BIG CHANGE: migrate p_*_edit permissions to p_*_update permission naming conv... | Christian Fowler | 1 | -2/+2 |
| 2008-09-18 | restore array merge. THIS IS CRUCIAL. | Christian Fowler | 1 | -2/+2 |
| 2008-09-17 | fix for fish and mime interaction - rushed commit cos i have to run | Max Kremmel | 1 | -6/+10 |
| 2008-09-14 | use getPreviewHash to pass into getMimeTemplate, add getThumbnailContentId pu... | Christian Fowler | 1 | -6/+9 |
| 2008-07-24 | remove some LINKED_ATTACHMENTS stuff that can easily be kept packages outside... | Max Kremmel | 1 | -2/+2 |
| 2008-07-20 | Add additional transaction wrapper around store to restore libertyattachment ... | Lester Caine | 1 | -1/+5 |
| 2008-06-23 | replace individual function parameters with an array of options when using li... | Max Kremmel | 1 | -2/+6 |
| 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 |
| 2008-06-16 | add ::getTree method to get a complete tree of a user's galleries from a give... | Christian Fowler | 1 | -1/+2 |
| 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 pListHash['recent_images... | Christian Fowler | 1 | -9/+11 |
| 2007-11-20 | default getList to distinct users if no user_id set since one user easily can... | Christian Fowler | 1 | -1/+4 |
| 2007-11-20 | change $mid to $whereSql, $join to $joinSql, add support for group_id in getL... | Christian Fowler | 1 | -10/+22 |
| 2007-09-22 | add fisheye_admin level feature for filenametoimagename to resync images to f... | Christian Fowler | 1 | -13/+3 |
| 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 attachment_ma... | Christian Fowler | 1 | -3/+2 |
| 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 LIbertyAttachable::ext... | Christian Fowler | 1 | -77/+1 |
| 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 LibertyCon... | Max Kremmel | 1 | -4/+9 |
| 2007-07-12 | don't check for additional permissions in LibertyAttachable::store. we've alr... | Max Kremmel | 1 | -1/+4 |