summaryrefslogtreecommitdiff
path: root/modules/exif/controllers/exif.php
AgeCommit message (Collapse)Author
2009-05-13Gee it's May already. Update copyright to 2009.Bharat Mediratta
2009-04-05Optimization: add all exif/iptc keys in a single insert, instead ofBharat Mediratta
many separate queries. In the process, rip out the summary column, we weren't using it. Clean up the test, and drop the exif_records database on uninstall.
2009-02-12Add a maintenace task to extract the EXIF data from imagesTim Almdal
Changed exif to EXIF in comments
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.