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
/
core
/
controllers
/
admin_maintenance.php
Age
Commit message (
Expand
)
Author
2009-02-28
Change the pattern to identify tables that need prefix substitution to
Tim Almdal
2009-02-27
* Refactor task management methods from admin_maintenance.php to
Tim Almdal
2009-02-22
Standardize to uppercase DESC in the order by method calls
Tim Almdal
2009-01-16
Rename Task to Task_Definition to avoid confusion with Task_Model.
Bharat Mediratta
2009-01-16
Rename Change xxx_task::available() to xxx_task::available_tasks()
Bharat Mediratta
2009-01-16
Break task definitions out into the <module>_task helper and create a
Bharat Mediratta
2009-01-15
Changing t() placeholder syntax from {{replace_me}} to %replace_me.
Andy Staudacher
2009-01-15
Simplifying the way t() is called. Refactoring localization function t($messa...
Andy Staudacher
2009-01-08
i18n refactoring: Rename all _() (reserved by gettext) calls to t().
Andy Staudacher
2008-12-29
Return the task on success so that our UI can show it at 100%
Bharat Mediratta
2008-12-28
Expand on the maintenance code to make it more robust and give the
Bharat Mediratta
2008-12-28
First round of a task framework. Tasks are job definitions stored in
Bharat Mediratta