index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
exif
/
helpers
/
exif_theme.php
Age
Commit message (
Expand
)
Author
2013-01-21
Update copyright to 2013. Fixes #1953.
Bharat Mediratta
2012-02-27
Update copyright to 2012. #1822
Bharat Mediratta
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2009-11-26
Convert Database::instance() -> db::build()
Bharat Mediratta
2009-11-26
Convert all DB where() calls to take 3 arguments.
Bharat Mediratta
2009-06-01
Don't bomb if there are no exif_records for the given item.
Bharat Mediratta
2009-05-13
Gee it's May already. Update copyright to 2009.
Bharat Mediratta
2009-05-11
Refactor the exif module to denormalize the stored data. This way we
Bharat Mediratta
2009-03-27
Put csrf token into Admin_View and Theme_View by default, then use it
Bharat Mediratta
2009-02-26
Replace ORM->select(count(*)) with a call to Database::count_records
Tim Almdal
2009-02-26
Implement fix for ticket #103. If there is no exif data, don't
Tim Almdal
2009-02-13
Fix error if theme item is not supplied.
Tim Almdal
2009-02-11
Well, exif dialog displays and will show the summary information.
Tim Almdal