summaryrefslogtreecommitdiff
path: root/FisheyeImage.php
AgeCommit message (Expand)AuthorFilesLines
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
2007-06-20Add new expungingAttachment call to LibertyAttachable to notify content that ...Nick Palmer1-3/+11
2007-06-20Ignore 'storage_guid' if LibertyAttachment has not returned a valid link to i...Lester Caine1-4/+3
2007-06-18General cleanup of LibertyAttachable. Make LA::expunge() take a parameter to ...Nick Palmer1-2/+2
2007-06-16Restore using deafult storage_guidLester Caine1-11/+3
2007-06-15Only use bitfile as a fall back if loadedLester Caine1-2/+4
2007-06-15Actually USE new fisheye plugin.Lester Caine1-2/+2
2007-06-15rename bifile and the GUID to fisheye since this plugin is specific to fishey...Max Kremmel1-2/+2
2007-06-15make it possible to call FisheyeImage::getDisplayUrl staticallyMax Kremmel1-10/+18
2007-06-15readabilityMax Kremmel1-2/+9
2007-06-15migrate gatekeeper list SQL to new service functionChristian Fowler1-19/+1
2007-06-14Switch to liberty_process_queue so no table not exist errors, but still needs...Lester Caine1-4/+4
2007-06-14Select storage guid based on what is loaded.Lester Caine1-4/+6
2007-06-13Make sure order by clause comes last in the query.Nick Palmer1-3/+4
2007-06-13Fix liberty_get_function.Nick Palmer1-2/+3
2007-06-11add isCommentable() to FisheyeImage.Max Kremmel1-2/+27
2007-05-30update getThumbnailUrl implementation override from LibContentChristian Fowler1-5/+11
2007-04-23liberty_attachments updatebitweaver.org1-3/+4