| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-05-13 | Gee it's May already. Update copyright to 2009. | Bharat Mediratta | |
| 2009-05-11 | Correct the reference to $item->id | Tim Almdal | |
| 2009-05-11 | Refactor the exif module to denormalize the stored data. This way we | Bharat 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-21 | Change the name of the model from exif_info to exif_record So item | Tim Almdal | |
| deletes won't fail. | |||
| 2009-02-15 | Tweak 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-14 | exif_data -> exif_keys | Bharat Mediratta | |
| This was breaking delete. | |||
| 2009-02-10 | Exif data is now collected when an image is added. | Tim Almdal | |
