summaryrefslogtreecommitdiff
path: root/modules/gallery/controllers/admin_maintenance.php
AgeCommit message (Expand)Author
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-01-21Update copyright to 2011.Bharat Mediratta
2010-12-28Use db::expr instead of "new Database_Expression". Resolves #1560.Bharat Mediratta
2010-09-18The Kohana folks removed the cache cleanup code back inBharat Mediratta
2010-08-01Make maintenance mode a variable instead of a config. Then createBharat Mediratta
2010-07-31Full pass over all the JSON encoding and JS dialog code. We now abideBharat Mediratta
2010-07-31More patches as part of #1225. Change the 'core' modules to use the json::replyTim Almdal
2010-07-06Fix for ticket #1181. Use $.getJSON to retrieve the json contents of the dial...Tim Almdal
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-02-28First step towards fixing ticket #1038: Allowing for custom page <title> in a...Andy Staudacher
2010-02-21Fix progress bar / maintenance tasks for locales that use comma as decimal se...Andy Staudacher
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-02Refactor the admin maintenance screen so that events are used to pupluate the...Tim Almdal
2010-02-01Refactor starting a task into the task helper so we can call it multiple times.Tim Almdal
2010-02-01Add the scheduler component to the admin maintenance screen.Tim Almdal
2010-01-28Cast the SafeString $task->status to (string) so that it doesn't comeBharat Mediratta
2010-01-20Fix maintenance tasks / language admin for bug introduced earlier by no longe...Andy Staudacher
2009-12-02Convert more database calls over to the new formatBharat Mediratta
2009-11-26Convert all DB where() calls to take 3 arguments.Bharat Mediratta
2009-11-25ORM::orderby -> ORM::order_byBharat Mediratta
2009-11-25Preliminary work to cut over to Kohana 2.4Bharat Mediratta
2009-08-31XSS review fixes (mostly adding missing html::mark_clean()) calls.Andy Staudacher
2009-07-07Added a wee bit of phpDoc.Tim Almdal
2009-07-06Cleanup remove task processing. Change Task_Model::delete to call parent::deleteTim Almdal
2009-07-05Add task logging functionality. When a task runs, it creates a log that isTim Almdal
2009-06-10Fix log links. html::anchor() implicitly calls url::site(), callingBharat Mediratta
2009-05-27Restructure things so that the application is now just another module.Bharat Mediratta