summaryrefslogtreecommitdiff
path: root/modules/exif/helpers/exif.php
AgeCommit message (Expand)Author
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-03-27Centralize our encoding code into a new helpers and useBharat Mediratta
2011-02-01fixed tag brokenmomo-i
2011-01-21Update copyright to 2011.Bharat Mediratta
2010-06-27When detecting encodings, give priority to ISO-8859-1 which seems toBharat Mediratta
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2009-12-02Fix a bunch of places where we were using "= null" instead of "IS NULL".Bharat Mediratta
2009-12-02Convert more database calls over to the new formatBharat Mediratta
2009-11-26utf8::clean() is now Input::clean()Bharat Mediratta
2009-11-26Database::orwhere() is now Database_Builder::or_where()Bharat Mediratta
2009-11-26Convert all DB where() calls to take 3 arguments.Bharat Mediratta
2009-11-25Preliminary work to cut over to Kohana 2.4Bharat Mediratta
2009-10-04Renamed most, if not all css selectors from gName to g-name. Moved a few shar...Chad Kieffer
2009-09-30Convert gDialog and gCancel over to g-dialog and g-cancel. Refactor CSS id's ...Chad Kieffer
2009-08-31Rename mark_safe() to mark_clean()Andy Staudacher
2009-08-30Change all instances of SafeString::of_safe_html() to html::mark_safe() in vi...Andy Staudacher
2009-08-29Undo url helper changes - url methods no longer return a SafeString.Andy Staudacher
2009-07-11Fixes ticket #526Shai Ben-Naphtali
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-05-28Protect get() against missing records.Bharat Mediratta
2009-05-20Avoid complex inserts in available_tasks() to make admin/maintenanceBharat Mediratta
2009-05-13Gee it's May already. Update copyright to 2009.Bharat Mediratta
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-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-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-02-24File structure style fixesAndy Staudacher
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
2009-02-10Exif data is now collected when an image is added.Tim Almdal