summaryrefslogtreecommitdiff
path: root/modules/exif/helpers
AgeCommit message (Expand)Author
2009-06-01Don't bomb if there are no exif_records for the given item.Bharat Mediratta
2009-05-28Protect get() against missing records.Bharat Mediratta
2009-05-26clean up whitespace errors introduced in last commitBharat Mediratta
2009-05-26Restructure the module lifecycle.Bharat Mediratta
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-11Correct the reference to $item->idTim Almdal
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-10Use a clearer query syntax for deleting extra search and exif records (thanks...Bharat 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-27Update value size to 1536 chars because I had an image which went over 1024 c...Bharat Mediratta
2009-04-25Drop the item_id key; we don't need this level of strictness in mostBharat Mediratta
2009-04-25Change the value column to varbinary so that we can handle the occasional bin...Bharat Mediratta
2009-04-25Fix status math.Bharat Mediratta
2009-04-25Extract as many records as we can in a secondBharat Mediratta
2009-04-25Add a key on item_id so that our query to find missing exif records is efficientBharat Mediratta
2009-04-21Remove duplicate word from status messageTim Almdal
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-03-27Put csrf token into Admin_View and Theme_View by default, then use itBharat Mediratta
2009-03-13Make the exif_key value size 1kBharat Mediratta
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-27This implements table prefix for all the queries in core, user, exif,Tim Almdal
2009-02-26Replace ORM->select(count(*)) with a call to Database::count_recordsTim Almdal
2009-02-26Implement fix for ticket #103. If there is no exif data, don'tTim Almdal
2009-02-24File structure style fixesAndy Staudacher
2009-02-21Change the name of the model from exif_info to exif_record So itemTim Almdal
2009-02-15Tweak EXIF extraction code to be more robust.Bharat Mediratta
2009-02-14exif_data -> exif_keysBharat Mediratta
2009-02-13Fix error if theme item is not supplied.Tim Almdal
2009-02-12Add a maintenace task to extract the EXIF data from imagesTim Almdal
2009-02-11Well, exif dialog displays and will show the summary information. Tim Almdal
2009-02-10Exif data is now collected when an image is added.Tim Almdal
2009-02-07The start of the exif module. so I can merger the exifer libraryTim Almdal