Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-21 | Update copyright to 2013. Fixes #1953. | Bharat Mediratta | |
2012-02-27 | Update copyright to 2012. #1822 | Bharat Mediratta | |
2011-01-21 | Update copyright to 2011. | Bharat Mediratta | |
2010-03-03 | Update the copyright to 2010. It's only 3 months into the year :-) | Bharat Mediratta | |
2009-11-26 | Convert Database::instance() -> db::build() | Bharat Mediratta | |
2009-11-26 | Convert all DB where() calls to take 3 arguments. | Bharat Mediratta | |
Convert all open_paren() calls to and_open() or or_open() as appropriate. | |||
2009-06-01 | Don't bomb if there are no exif_records for the given item. | 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 | |
have a single exif_record for each item instead of 1 per key. It's about 5x faster to scan photos this way. | |||
2009-03-27 | Put csrf token into Admin_View and Theme_View by default, then use it | Bharat Mediratta | |
directly wherever possible instead of access::csrf_token(). | |||
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 | |
display the "Show more Information Button". | |||
2009-02-13 | Fix error if theme item is not supplied. | Tim Almdal | |
2009-02-11 | Well, 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. |