summaryrefslogtreecommitdiff
path: root/modules/exif/helpers/exif_event.php
AgeCommit message (Collapse)Author
2009-05-13Gee it's May already. Update copyright to 2009.Bharat Mediratta
2009-05-11Correct the reference to $item->idTim Almdal
2009-05-11Refactor the exif module to denormalize the stored data. This way weBharat Mediratta
have a single exif_record for each item instead of 1 per key. It's about 5x faster to scan photos this way.
2009-02-21Change the name of the model from exif_info to exif_record So itemTim Almdal
deletes won't fail.
2009-02-15Tweak EXIF extraction code to be more robust.Bharat Mediratta
* Create Exif_Record_Model to track whether we've scanned the EXIF data for this photo or not. This allows us to track photos that don't have EXIF data (and won't have any Exif_Keys) * Blow away old Exif_Keys when extracting, else we hit unique index constraints. * exif::_get_stats() -- before it was running the task forever
2009-02-14exif_data -> exif_keysBharat Mediratta
This was breaking delete.
2009-02-10Exif data is now collected when an image is added.Tim Almdal