index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
gallery
/
views
/
admin_maintenance.html.php
Age
Commit message (
Expand
)
Author
2009-10-18
Wrap all admin views in g-block and g-block content. This provides the means ...
Chad Kieffer
2009-10-04
Renamed most, if not all css selectors from gName to g-name. Moved a few shar...
Chad Kieffer
2009-10-03
Renamed and moved gOdd/gEven CSS classes.
Chad Kieffer
2009-09-30
Convert gDialog and gCancel over to g-dialog and g-cancel. Refactor CSS id's ...
Chad Kieffer
2009-09-30
Replaced gButtonLink with g-button.
Chad Kieffer
2009-09-30
Floated elements in table headings should appear before anything else. Fixes ...
Chad Kieffer
2009-09-30
First round of CSS refactor updates. Added calls to gallery.common.css from w...
Chad Kieffer
2009-09-02
Fix bg images in tables bug in webkit and ie. #718
Chad Kieffer
2009-08-30
Finish this pass at the Admin Maintenance view. Re-introduce status icons, pu...
Chad Kieffer
2009-08-29
Update all code to use helper method html::clean(), html::purify(), ... inste...
Andy Staudacher
2009-08-29
XSS fixes
Andy Staudacher
2009-08-29
Merge commit 'upstream/master'
Andy Staudacher
2009-08-29
Update status message styles. Lighten backgrounds, don't show background on A...
Chad Kieffer
2009-08-29
Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...
Andy Staudacher
2009-07-10
Forgot to add this file when change "Done"'s to "Close"'s
Tim Almdal
2009-07-08
Added the button formatting to the other links on the Admin Maintenance page.
Tim Almdal
2009-07-07
Provide some clarity on the action links by formating them as buttons on
Tim Almdal
2009-07-07
Added a wee bit of phpDoc.
Tim Almdal
2009-07-05
Add task logging functionality. When a task runs, it creates a log that is
Tim Almdal
2009-06-12
Create gallery::date_time(), gallery::date() and gallery::time()
Bharat Mediratta
2009-05-31
Run p::clean() on any variables that contain data entered by users.
Bharat Mediratta
2009-05-27
Restructure things so that the application is now just another module.
Bharat Mediratta