summaryrefslogtreecommitdiff
path: root/modules/gallery/views/admin_maintenance.html.php
AgeCommit message (Expand)Author
2011-04-02proposed fix for ticket #1664mamouneyya
2010-09-06Show the "view log" button for tasks that are running, in case they'reBharat Mediratta
2010-08-01Make maintenance mode a variable instead of a config. Then createBharat Mediratta
2010-07-25Move the "cancel all" running tasks button up to make it consistent with the ...Bharat Mediratta
2010-02-07Revert "Add the scheduler component to the admin maintenance screen."Tim Almdal
2010-02-07Revert "Refactor the admin maintenance screen so that events are used toTim Almdal
2010-02-02use html::purify to cleans the additional content on the admin maintence page.Tim Almdal
2010-02-02Refactor the admin maintenance screen so that events are used to pupluate the...Tim Almdal
2010-02-01Add the scheduler component to the admin maintenance screen.Tim Almdal
2009-11-15Use text::alternate() instead of hand-rolled even/odd code.Bharat Mediratta
2009-11-07Move the Remove all completed tasks back out of the th, shouldn't have put it...Chad Kieffer
2009-10-28Normalize capitalization ticket #596Tim Almdal
2009-10-18Wrap all admin views in g-block and g-block content. This provides the means ...Chad Kieffer
2009-10-04Renamed most, if not all css selectors from gName to g-name. Moved a few shar...Chad Kieffer
2009-10-03Renamed and moved gOdd/gEven CSS classes.Chad Kieffer
2009-09-30Convert gDialog and gCancel over to g-dialog and g-cancel. Refactor CSS id's ...Chad Kieffer
2009-09-30Replaced gButtonLink with g-button.Chad Kieffer
2009-09-30Floated elements in table headings should appear before anything else. Fixes ...Chad Kieffer
2009-09-30First round of CSS refactor updates. Added calls to gallery.common.css from w...Chad Kieffer
2009-09-02Fix bg images in tables bug in webkit and ie. #718Chad Kieffer
2009-08-30Finish this pass at the Admin Maintenance view. Re-introduce status icons, pu...Chad Kieffer
2009-08-29Update all code to use helper method html::clean(), html::purify(), ... inste...Andy Staudacher
2009-08-29XSS fixesAndy Staudacher
2009-08-29Merge commit 'upstream/master'Andy Staudacher
2009-08-29Update status message styles. Lighten backgrounds, don't show background on A...Chad Kieffer
2009-08-29Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...Andy Staudacher
2009-07-10Forgot to add this file when change "Done"'s to "Close"'sTim Almdal
2009-07-08Added the button formatting to the other links on the Admin Maintenance page.Tim Almdal
2009-07-07Provide some clarity on the action links by formating them as buttons onTim Almdal
2009-07-07Added a wee bit of phpDoc.Tim Almdal
2009-07-05Add task logging functionality. When a task runs, it creates a log that isTim Almdal
2009-06-12Create gallery::date_time(), gallery::date() and gallery::time()Bharat Mediratta
2009-05-31Run p::clean() on any variables that contain data entered by users.Bharat Mediratta
2009-05-27Restructure things so that the application is now just another module.Bharat Mediratta