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