summaryrefslogtreecommitdiff
path: root/FisheyeImage.php
AgeCommit message (Collapse)AuthorFilesLines
2008-06-23replace individual function parameters with an array of options when using ↵Max Kremmel1-2/+6
liberty thumbnail fetching functions
2008-06-20Tell LibertyMime we are processing an updateLester Caine1-1/+7
2008-06-17Converted to LibertyMimeLester Caine1-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-16add ::getTree method to get a complete tree of a user's galleries from a ↵Christian Fowler1-1/+2
given list of top level galleries - currently only ADVANCED_POSTGRESQL is supported
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 ↵Christian Fowler1-9/+11
pListHash['recent_images'] to get images from recent user truncated by day.
2007-11-20default getList to distinct users if no user_id set since one user easily ↵Christian Fowler1-1/+4
can monopolize list
2007-11-20change $mid to $whereSql, $join to $joinSql, add support for group_id in ↵Christian Fowler1-10/+22
getList pParamHash
2007-09-22add fisheye_admin level feature for filenametoimagename to resync images to ↵Christian Fowler1-13/+3
file names
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 ↵Christian Fowler1-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-13reverse array_merge to prvent overwrite of user_id in mInfoChristian Fowler1-2/+3
2007-08-02move EXIF data extraction from FIsheyeIMage to generic ↵Christian Fowler1-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-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 ↵Max Kremmel1-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-12don't check for additional permissions in LibertyAttachable::store. we've ↵Max Kremmel1-1/+4
already checked all required permissions in fisheye
2007-07-10convert file back to unix fileformat - please use a text editor that doesn't ↵Max Kremmel1-719/+719
change the fileformat
2007-07-09imageExistsInDatabase was always returning false because ->fields['count'] ↵gravyface1-716/+719
doesn't exist; changed to use GetOne;
2007-07-01move resize original on the spot for non-background thumbnail if requested ↵Christian Fowler1-1/+5
from upload_inc to FisheyeImage::store
2007-06-30pass resize value through to generateThumbnails in store() so resize on ↵Christian Fowler1-2/+3
upload works with offline thumbnailer
2007-06-23automagically select best image type that's best for the particular upladed ↵Max Kremmel1-8/+3
file, allow override of file types and use liberty thumbnail fetcher where possible
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
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-20Ignore 'storage_guid' if LibertyAttachment has not returned a valid link to ↵Lester Caine1-4/+3
image
2007-06-18General cleanup of LibertyAttachable. Make LA::expunge() take a parameter to ↵Nick Palmer1-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-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
Still need to ensure that either fisheye or bitfile are enabled - deleting both will prevent bitweaver working
2007-06-15rename bifile and the GUID to fisheye since this plugin is specific to ↵Max Kremmel1-2/+2
fisheye uploads
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 ↵Lester Caine1-4/+4
needs work
2007-06-14Select storage guid based on what is loaded.Lester Caine1-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-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
2007-03-26add Convert to Grayscale support for MagickWand processor's ↵Christian Fowler1-1/+30
liberty_magickwand_convert_colorspace function
2007-02-13check for string on pMixed in getDisplayUrlChristian Fowler1-3/+2
2007-01-22add hitsMax Kremmel1-2/+4
2007-01-06rename some methods in BitDbBase to meet bitweaver standards. all changes ↵Max Kremmel1-2/+2
backwards compatible with deprecated function call message.
2006-12-27fix image resize and image rotate on upload, make sure rotating doesn't spew ↵Max Kremmel1-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