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
Age
Commit message (
Expand
)
Author
2009-03-05
Avoid using default task types. Require task::get_definitions() to
Bharat Mediratta
2009-03-05
Fix some table names
Bharat Mediratta
2009-02-28
Change the pattern to identify tables that need prefix substitution to
Tim Almdal
2009-02-27
This implements table prefix for all the queries in core, user, exif,
Tim Almdal
2009-02-27
This implements table prefix for all the queries in core, user, exif,
Tim Almdal
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-24
File structure style fixes
Andy Staudacher
2009-02-21
Change the name of the model from exif_info to exif_record So item
Tim Almdal
2009-02-15
Tweak EXIF extraction code to be more robust.
Bharat Mediratta
2009-02-14
exif_data -> exif_keys
Bharat Mediratta
2009-02-13
Fix error if theme item is not supplied.
Tim Almdal
2009-02-12
Add a maintenace task to extract the EXIF data from images
Tim Almdal
2009-02-11
Well, exif dialog displays and will show the summary information.
Tim Almdal
2009-02-10
Exif data is now collected when an image is added.
Tim Almdal
2009-02-07
The start of the exif module. so I can merger the exifer library
Tim Almdal