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_installer.php
Age
Commit message (
Expand
)
Author
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2009-08-27
Remove 'ENGINE=InnoDB' specification from tables that we create. Use
Bharat Mediratta
2009-06-23
Refactor the install/upgrade code to be more flexible.
Bharat Mediratta
2009-05-26
clean up whitespace errors introduced in last commit
Bharat Mediratta
2009-05-26
Restructure the module lifecycle.
Bharat Mediratta
2009-05-20
Avoid complex inserts in available_tasks() to make admin/maintenance
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-05-05
Detect input encodings from EXIF/IPTC data and convert to utf-8 as
Bharat Mediratta
2009-04-27
Update value size to 1536 chars because I had an image which went over 1024 c...
Bharat Mediratta
2009-04-25
Drop the item_id key; we don't need this level of strictness in most
Bharat Mediratta
2009-04-25
Change the value column to varbinary so that we can handle the occasional bin...
Bharat Mediratta
2009-04-25
Add a key on item_id so that our query to find missing exif records is efficient
Bharat Mediratta
2009-04-05
Optimization: add all exif/iptc keys in a single insert, instead of
Bharat Mediratta
2009-03-13
Make the exif_key value size 1k
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-15
Tweak EXIF extraction code to be more robust.
Bharat Mediratta
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