summaryrefslogtreecommitdiff
path: root/FisheyeImage.php
AgeCommit message (Expand)AuthorFilesLines
2009-07-09Added option to always use filenames to name fisheye images vs. forcing use o...Tyler Bello1-3/+3
2009-07-01use getContentTypeDescription with a guid in getTitle when no lc.title, as pH...Christian Fowler1-4/+5
2009-06-26remove seemingly erroneous reference to 'gallery_thumbnail_url' in FisheyeImageChristian Fowler1-9/+2
2009-06-02if there are errors in verify process, then check parent for errors too for a...Tekimaki1-1/+5
2009-05-15actually assign a default pTitle in getDisplayLinkChristian Fowler1-2/+2
2009-05-05override getTitle and use default values if title is not explicitly setChristian Fowler1-8/+24
2009-04-27add default title to getDisplayLink if image title is emptyChristian Fowler1-1/+6
2009-04-22unset mIMageId and mContentId on expunge so isValid doesn't workChristian Fowler1-1/+3
2009-04-16variable typo - use exifHash['headline']Christian Fowler1-4/+4
2009-04-06trim up exifHash['IFD0']['ImageDescription'] for whitespaceChristian Fowler1-3/+5
2009-03-30allow a 'size' for thumbnail to be passed in via pListHashChristian Fowler1-2/+4
2009-01-18typo - send in correct hash for exif inspectionChristian Fowler1-3/+5
2008-11-18set offline_thumbnailer up in derived content class, default to thumbnailing ...Christian Fowler1-1/+2
2008-11-02only run mime functions with file upload presentChristian Fowler1-2/+2
2008-10-27remove debugMax Kremmel1-2/+1
2008-10-27add code to create a default name, use exif to set event_time, rename antiqua...Christian Fowler1-31/+80
2008-10-20BIG CHANGE: migrate p_*_edit permissions to p_*_update permission naming conv...Christian Fowler1-2/+2
2008-09-18restore array merge. THIS IS CRUCIAL.Christian Fowler1-2/+2
2008-09-17fix for fish and mime interaction - rushed commit cos i have to runMax Kremmel1-6/+10
2008-09-14use getPreviewHash to pass into getMimeTemplate, add getThumbnailContentId pu...Christian Fowler1-6/+9
2008-07-24remove some LINKED_ATTACHMENTS stuff that can easily be kept packages outside...Max Kremmel1-2/+2
2008-07-20Add additional transaction wrapper around store to restore libertyattachment ...Lester Caine1-1/+5
2008-06-23replace individual function parameters with an array of options when using li...Max Kremmel1-2/+6
2008-06-20Tell LibertyMime we are processing an updateLester Caine1-1/+7
2008-06-17Converted to LibertyMimeLester Caine1-44/+52
2008-06-16add ::getTree method to get a complete tree of a user's galleries from a give...Christian Fowler1-1/+2
2008-03-29remove debugChristian Fowler1-6/+2
2008-03-29add support for query_cache_timeChristian Fowler1-4/+7
2008-03-19quiet exif_read to prevent mass NOTICE's in error_logChristian Fowler1-2/+2
2007-11-21undefined index and variable fixesMax Kremmel1-3/+3
2007-11-20fore obscure DISTINCT ON + ORDER BY limitations, add pListHash['recent_images...Christian Fowler1-9/+11
2007-11-20default getList to distinct users if no user_id set since one user easily can...Christian Fowler1-1/+4
2007-11-20change $mid to $whereSql, $join to $joinSql, add support for group_id in getL...Christian Fowler1-10/+22
2007-09-22add fisheye_admin level feature for filenametoimagename to resync images to f...Christian Fowler1-13/+3
2007-09-22fix 'thumbnail' flag to use new _files_overrideChristian Fowler1-7/+7
2007-09-22add removed default title code back to verifyChristian Fowler1-2/+17
2007-09-15SCHEMA CHANGE: Major overhaul to liberty attachable by removing attachment_ma...Christian Fowler1-3/+2
2007-09-13reverse array_merge to prvent overwrite of user_id in mInfoChristian Fowler1-2/+3
2007-08-02move EXIF data extraction from FIsheyeIMage to generic LIbertyAttachable::ext...Christian Fowler1-77/+1
2007-08-02add code to extract EXIF title, ImageDescription, time of photoChristian Fowler1-1/+62
2007-07-26typo in hash to check for error on resizefuncChristian Fowler1-2/+2
2007-07-16Add m(Admin|Edit|View)ContentPermission to various classes. update LibertyCon...Max Kremmel1-4/+9
2007-07-12don't check for additional permissions in LibertyAttachable::store. we've alr...Max Kremmel1-1/+4
2007-07-10convert file back to unix fileformat - please use a text editor that doesn't ...Max Kremmel1-719/+719
2007-07-09imageExistsInDatabase was always returning false because ->fields['count'] do...gravyface1-716/+719
2007-07-01move resize original on the spot for non-background thumbnail if requested fr...Christian Fowler1-1/+5
2007-06-30pass resize value through to generateThumbnails in store() so resize on uploa...Christian Fowler1-2/+3
2007-06-23automagically select best image type that's best for the particular upladed f...Max Kremmel1-8/+3
2007-06-22Remove subpackage tag from class - phpdoc 1.3.2 handles correctly nowLester Caine1-2/+1
2007-06-21fix resizeOriginal for background thumbnailer to use processor_parameters columnChristian Fowler1-3/+3