summaryrefslogtreecommitdiff
path: root/modules/exif/helpers/exif_theme.php
AgeCommit message (Expand)Author
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-01-21Update copyright to 2011.Bharat Mediratta
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2009-11-26Convert Database::instance() -> db::build()Bharat Mediratta
2009-11-26Convert all DB where() calls to take 3 arguments.Bharat Mediratta
2009-06-01Don't bomb if there are no exif_records for the given item.Bharat Mediratta
2009-05-13Gee it's May already. Update copyright to 2009.Bharat Mediratta
2009-05-11Refactor the exif module to denormalize the stored data. This way weBharat Mediratta
2009-03-27Put csrf token into Admin_View and Theme_View by default, then use itBharat Mediratta
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-13Fix error if theme item is not supplied.Tim Almdal
2009-02-11Well, exif dialog displays and will show the summary information. Tim Almdal