summaryrefslogtreecommitdiff
path: root/modules/exif/helpers/exif_task.php
AgeCommit message (Expand)Author
2009-05-20Avoid complex inserts in available_tasks() to make admin/maintenanceBharat Mediratta
2009-05-20Avoid doing an expensive insert in available_tasks(). Partial fix for ticket...Bharat Mediratta
2009-05-13Gee it's May already. Update copyright to 2009.Bharat Mediratta
2009-05-12Don't divide by zero if there are no photos in the Gallery.Bharat Mediratta
2009-05-11Refactor the exif module to denormalize the stored data. This way weBharat Mediratta
2009-05-10Use a clearer query syntax for deleting extra search and exif records (thanks...Bharat Mediratta
2009-04-25Fix status math.Bharat Mediratta
2009-04-25Extract as many records as we can in a secondBharat Mediratta
2009-04-21Remove duplicate word from status messageTim Almdal
2009-03-09Get rid of Task_Definition types: they're not necessary. ThisBharat Mediratta
2009-03-05Avoid using default task types. Require task::get_definitions() toBharat Mediratta
2009-03-05Fix some table namesBharat Mediratta
2009-02-28Change the pattern to identify tables that need prefix substitution toTim Almdal
2009-02-27This implements table prefix for all the queries in core, user, exif,Tim Almdal
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