| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-05-13 | Gee it's May already. Update copyright to 2009. | Bharat Mediratta | |
| 2009-05-12 | Don't divide by zero if there are no photos in the Gallery. | Bharat Mediratta | |
| 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-05-10 | Use a clearer query syntax for deleting extra search and exif records ↵ | Bharat Mediratta | |
| (thanks Romain LE DISEZ) | |||
| 2009-04-25 | Fix status math. | Bharat Mediratta | |
| 2009-04-25 | Extract as many records as we can in a second | Bharat Mediratta | |
| 2009-04-21 | Remove duplicate word from status message | Tim Almdal | |
| 2009-03-09 | Get rid of Task_Definition types: they're not necessary. This | Bharat Mediratta | |
| incidentally fixes the the problem that admin/maintenance tasks have been broken. | |||
| 2009-03-05 | Avoid using default task types. Require task::get_definitions() to | Bharat Mediratta | |
| specify a single type and ask for it appropriately in admin_maintenance. Specify a type for every existing task. | |||
| 2009-03-05 | Fix some table names | Bharat Mediratta | |
| 2009-02-28 | Change the pattern to identify tables that need prefix substitution to | Tim Almdal | |
| mirror the drupal pattern of using braces {}. | |||
| 2009-02-27 | This implements table prefix for all the queries in core, user, exif, | Tim Almdal | |
| tag, search, comment and notification modules (Ticket #68) (missed this one) | |||
| 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-12 | Add a maintenace task to extract the EXIF data from images | Tim Almdal | |
| Changed exif to EXIF in comments | |||
