summaryrefslogtreecommitdiff
path: root/modules/exif
AgeCommit message (Collapse)Author
2009-03-13Make the exif_key value size 1kBharat Mediratta
2009-03-09Get rid of Task_Definition types: they're not necessary. ThisBharat Mediratta
incidentally fixes the the problem that admin/maintenance tasks have been broken.
2009-03-05Avoid using default task types. Require task::get_definitions() toBharat Mediratta
specify a single type and ask for it appropriately in admin_maintenance. Specify a type for every existing task.
2009-03-05Fix some table namesBharat Mediratta
2009-02-28Change the pattern to identify tables that need prefix substitution toTim Almdal
mirror the drupal pattern of using braces {}.
2009-02-27This implements table prefix for all the queries in core, user, exif,Tim Almdal
tag, search, comment and notification modules (Ticket #68) (missed this one)
2009-02-27This implements table prefix for all the queries in core, user, exif,Tim Almdal
tag, search, comment and notification modules (Ticket #68)
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
display the "Show more Information Button".
2009-02-24File structure style fixesAndy Staudacher
2009-02-21Change the name of the model from exif_info to exif_record So itemTim Almdal
deletes won't fail.
2009-02-15Tweak EXIF extraction code to be more robust.Bharat Mediratta
* Create Exif_Record_Model to track whether we've scanned the EXIF data for this photo or not. This allows us to track photos that don't have EXIF data (and won't have any Exif_Keys) * Blow away old Exif_Keys when extracting, else we hit unique index constraints. * exif::_get_stats() -- before it was running the task forever
2009-02-14exif_data -> exif_keysBharat Mediratta
This was breaking delete.
2009-02-13Fix error if theme item is not supplied.Tim Almdal
2009-02-12Add a maintenace task to extract the EXIF data from imagesTim Almdal
Changed exif to EXIF in comments
2009-02-12Change the size of the text and and some odd/even coloring. HopefullyTim Almdal
some one will be so disgusted with these colors, they will change them :-).
2009-02-12Bag the whole idea of a tab widget containing summary and detailTim Almdal
information and just go straight to the detail.
2009-02-11Well, exif dialog displays and will show the summary information. Tim Almdal
However, The text needs to be scaled or the size of the box needs to be managed such that there is nowrapping. The columns need to be styled for odd and even. And I can't get tabbing to work. If you click on details tab nothing happens and i don't know what I've done wrong. Addition input is appreciated.
2009-02-10Exif data is now collected when an image is added.Tim Almdal
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
2009-02-07The start of the exif module. so I can merger the exifer libraryTim Almdal