summaryrefslogtreecommitdiff
path: root/modules/exif/lib
AgeCommit message (Collapse)Author
2010-06-06Updated to ExiferBharat Mediratta
2009-09-22Updated to Exifer r4477. Fixes ticket #763.Tim Almdal
2009-09-22Implement the updated version of gallery3-vendor/exifer which has gettext ↵Tim Almdal
replaced with calls to the gallery t method to provide translation. Fixes ticket 672.
2009-07-01Updated to Exifer r4159Tim Almdal
2009-07-01Reapply c65bfb5a10b125b2cf04ebd5c5d1b58051281f8c without extraBharat Mediratta
whitespace changes.
2009-07-01Revert "Fix for ticket #437"Bharat Mediratta
This change had unintentional whitespace changes. Reverting for now, will reapply it. This reverts commit c65bfb5a10b125b2cf04ebd5c5d1b58051281f8c.
2009-07-01Fix for ticket #437Tim Almdal
Tracking vendor ticket: http://bit.ly/16b7Zj
2009-06-20Updated to Exifer r4107Bharat Mediratta
2009-05-18Update preamble to avoid extra opening php blockBharat Mediratta
2009-05-11Update exif lib to upstream r3901 which resolves the following tickets:Bharat Mediratta
http://www.zenphoto.org/trac/ticket/1117 http://www.zenphoto.org/trac/ticket/1118
2009-05-11Reinstate abortCount code, originally added to exifer in G2:Bharat Mediratta
http://gallery.svn.sourceforge.net/viewvc/gallery?view=rev&revision=13422 it was commented out in the ZenPhoto version. Filed upstream ticket about this: http://www.zenphoto.org/trac/ticket/1118
2009-05-11Add a cache in intel2Moto(). Because of the duplicate nature of theBharat Mediratta
calls to this function, this is a 1-2x order of magnitude performance improvement.
2009-04-28Update upstream to to r3835 which resolves upstream ticket #1108Bharat Mediratta
svn merge -r20638:20640 vendor/exifer/modified trunk/modules/exif/lib
2009-04-27Fix an edge case with GPS data handling that results in this error:Bharat Mediratta
fread: Length parameter must be greater than 0 in file modules/exif/lib/makers/gps.php on line 197 Filed upstream as: http://www.zenphoto.org/trac/ticket/1108
2009-02-07Merged /gallery3/vendor/exifer/modified:r20011Bharat Mediratta
Now we have the Gallery3 preamble on all exifer files.
2009-02-07Adding exifer libraryTim Almdal