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
2011-04-02
proposed fix for ticket #1664
mamouneyya
2010-09-06
Show the "view log" button for tasks that are running, in case they're
Bharat Mediratta
2010-08-01
Make maintenance mode a variable instead of a config. Then create
Bharat Mediratta
2010-07-25
Move the "cancel all" running tasks button up to make it consistent with the ...
Bharat Mediratta
2010-02-07
Revert "Add the scheduler component to the admin maintenance screen."
Tim Almdal
2010-02-07
Revert "Refactor the admin maintenance screen so that events are used to
Tim Almdal
2010-02-02
use html::purify to cleans the additional content on the admin maintence page.
Tim Almdal
2010-02-02
Refactor the admin maintenance screen so that events are used to pupluate the...
Tim Almdal
2010-02-01
Add the scheduler component to the admin maintenance screen.
Tim Almdal
2009-11-15
Use text::alternate() instead of hand-rolled even/odd code.
Bharat Mediratta
2009-11-07
Move the Remove all completed tasks back out of the th, shouldn't have put it...
Chad Kieffer
2009-10-28
Normalize capitalization ticket #596
Tim Almdal
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