summaryrefslogtreecommitdiff
path: root/modules/exif
AgeCommit message (Expand)Author
2009-07-16Non-trivial changes to the event handling code:Bharat Mediratta
2009-07-13Add quotes around all values that contain spaces in them, and add aBharat Mediratta
2009-07-11Fixes ticket #526Shai Ben-Naphtali
2009-07-10Reference exif consistently as EXIF ticket #526.Tim Almdal
2009-07-08Add Task logging to the Extract EXIF data taskTim Almdal
2009-07-01Updated to Exifer r4159Tim Almdal
2009-07-01Reapply c65bfb5a10b125b2cf04ebd5c5d1b58051281f8c without extraBharat Mediratta
2009-07-01Revert "Fix for ticket #437"Bharat Mediratta
2009-07-01Fix for ticket #437Tim Almdal
2009-06-30Update Exif_test to match change made in 4943103700332a11f16319496e485cfd7fd9...Bharat Mediratta
2009-06-30Fix for #437. Use Exposure Time instead of Shutter Speed as suggested byTim Almdal
2009-06-23Refactor the install/upgrade code to be more flexible.Bharat Mediratta
2009-06-20Updated to Exifer r4107Bharat Mediratta
2009-06-19Add an id to the exif link anchor.Bharat Mediratta
2009-06-01Don't bomb if there are no exif_records for the given item.Bharat Mediratta
2009-05-31Run p::clean() on any variables that contain data entered by users.Bharat Mediratta
2009-05-28Tweak path slightlyBharat 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-18Update preamble to avoid extra opening php blockBharat 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-11Update exif lib to upstream r3901 which resolves the following tickets: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-11Reinstate abortCount code, originally added to exifer in G2:Bharat Mediratta
2009-05-11Don't use ORM to delete old exif_keys.. it's too inefficientBharat Mediratta
2009-05-11Add a cache in intel2Moto(). Because of the duplicate nature of theBharat 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-28Update upstream to to r3835 which resolves upstream ticket #1108Bharat Mediratta
2009-04-27Update value size to 1536 chars because I had an image which went over 1024 c...Bharat Mediratta
2009-04-27Fix an edge case with GPS data handling that results in this error: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