From 74d4e7d50585db230cfe07464a1a4b662c04b409 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 28 Dec 2008 10:12:41 +0000 Subject: First round of a task framework. Tasks are job definitions stored in the database. They're started with admin/maintenance/start/[task_name] which sends down some JS/HTML which regularly pings the task at admin/maintenance/start/[task_id] until its done. The UI is still very rough. It works, though! --- core/helpers/core_menu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/helpers/core_menu.php') diff --git a/core/helpers/core_menu.php b/core/helpers/core_menu.php index 0a28f21f..d6f7bc56 100644 --- a/core/helpers/core_menu.php +++ b/core/helpers/core_menu.php @@ -101,7 +101,7 @@ class core_menu_Core { ->append(Menu::factory("link") ->id("maintenance") ->label(_("Maintenance")) - ->url("#")) + ->url(url::site("admin/maintenance"))) ->append(Menu::factory("link") ->id("statistics") ->label(_("Statistics")) -- cgit v1.2.3