summaryrefslogtreecommitdiff
path: root/modules/exif/helpers/exif.php
AgeCommit message (Expand)Author
2009-05-28Protect get() against missing records.Bharat Mediratta
2009-05-20Avoid complex inserts in available_tasks() to make admin/maintenanceBharat Mediratta
2009-05-13Gee it's May already. Update copyright to 2009.Bharat Mediratta
2009-05-11Don't accept negative capture dates from EXIF, they're probably just crap data.Bharat Mediratta
2009-05-11Refactor the exif module to denormalize the stored data. This way weBharat Mediratta
2009-05-11Don't use ORM to delete old exif_keys.. it's too inefficientBharat Mediratta
2009-05-08Don't try to use mb_detect_encoding if the module isn't loaded. Not sure if ...Bharat Mediratta
2009-05-07Don't try to use the exif/iptc values if we couldn't extract them cleanly.Bharat Mediratta
2009-05-07Grab photo capture date and captions from EXIF/IPTC data.Bharat Mediratta
2009-05-05Detect input encodings from EXIF/IPTC data and convert to utf-8 asBharat Mediratta
2009-04-05Don't try to insert exif keys if there aren't any.Bharat Mediratta
2009-04-05Optimization: add all exif/iptc keys in a single insert, instead ofBharat Mediratta
2009-02-24File structure style fixesAndy Staudacher
2009-02-15Tweak EXIF extraction code to be more robust.Bharat Mediratta
2009-02-12Add a maintenace task to extract the EXIF data from imagesTim Almdal
2009-02-10Exif data is now collected when an image is added.Tim Almdal