summaryrefslogtreecommitdiff
path: root/core/controllers/admin_maintenance.php
AgeCommit message (Expand)Author
2009-04-02Completely task-ify the localization scanning code and restore theBharat Mediratta
2009-04-02Continuation of r20518. Remove all the cases were the csrf values inTim Almdal
2009-03-27Put csrf token into Admin_View and Theme_View by default, then use itBharat Mediratta
2009-03-21Refactor all translation strings that have ambiguous placeholders.Andy Staudacher
2009-03-11Refine the task api but removing the optional parameters on theTim Almdal
2009-03-11Get rid of stray 'type' argument to task::get_definitions()Bharat Mediratta
2009-03-09Add a 'cancel all' link tooBharat Mediratta
2009-03-09More tasks cleanup.Bharat Mediratta
2009-03-05Avoid using default task types. Require task::get_definitions() toBharat Mediratta
2009-03-05A little task restructuringBharat Mediratta
2009-02-28Change the pattern to identify tables that need prefix substitution toTim Almdal
2009-02-27* Refactor task management methods from admin_maintenance.php toTim Almdal
2009-02-22Standardize to uppercase DESC in the order by method callsTim Almdal
2009-01-16Rename Task to Task_Definition to avoid confusion with Task_Model.Bharat Mediratta
2009-01-16Rename Change xxx_task::available() to xxx_task::available_tasks()Bharat Mediratta
2009-01-16Break task definitions out into the <module>_task helper and create aBharat Mediratta
2009-01-15Changing t() placeholder syntax from {{replace_me}} to %replace_me.Andy Staudacher
2009-01-15Simplifying the way t() is called. Refactoring localization function t($messa...Andy Staudacher
2009-01-08i18n refactoring: Rename all _() (reserved by gettext) calls to t().Andy Staudacher
2008-12-29Return the task on success so that our UI can show it at 100%Bharat Mediratta
2008-12-28Expand on the maintenance code to make it more robust and give theBharat Mediratta
2008-12-28First round of a task framework. Tasks are job definitions stored inBharat Mediratta