Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-28 | Normalize capitalization ticket #596 | Tim Almdal | |
2009-10-04 | Renamed most, if not all css selectors from gName to g-name. Moved a few ↵ | Chad Kieffer | |
shared images from wind to lib. Deleted unused images in the admin_wind. This will likely break a few ajax features. | |||
2009-09-30 | Convert gDialog and gCancel over to g-dialog and g-cancel. Refactor CSS id's ↵ | Chad Kieffer | |
and classes in the login/reset password dialog. | |||
2009-09-30 | Replaced gButtonLink with g-button. | Chad Kieffer | |
2009-08-31 | Fix XSS vectors in HTML attributes (mostly t() calls) | Andy Staudacher | |
2009-08-29 | Update all code to use helper method html::clean(), html::purify(), ... ↵ | Andy Staudacher | |
instead of SafeString directly. | |||
2009-08-29 | Refactor all calls of p::clean() to SafeString::of() and p::purify() to ↵ | Andy Staudacher | |
SafeString::purify(). Removing any p::clean() calls for arguments to t() and t2() since their args are wrapped in a SafeString anyway. | |||
2009-06-19 | Add an id to the exif link anchor. | Bharat Mediratta | |
2009-05-31 | Run p::clean() on any variables that contain data entered by users. | Bharat Mediratta | |
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-12 | Change the size of the text and and some odd/even coloring. Hopefully | Tim Almdal | |
some one will be so disgusted with these colors, they will change them :-). | |||
2009-02-12 | Bag the whole idea of a tab widget containing summary and detail | Tim Almdal | |
information and just go straight to the detail. | |||
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. |