From ac558e693308ed8c173fae43e4309d37ad065e60 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Thu, 20 Oct 2005 20:03:08 +0000 Subject: [PATCH] * Added a TODO comment --- includes/LogPage.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/includes/LogPage.php b/includes/LogPage.php index e9706b4f65..6d28ba319d 100644 --- a/includes/LogPage.php +++ b/includes/LogPage.php @@ -150,10 +150,13 @@ class LogPage { 'block/unblock' => 'unblocklogentry', 'protect/protect' => 'protectedarticle', 'protect/unprotect' => 'unprotectedarticle', + + // TODO: This whole section should be moved to extensions/Makesysop/SpecialMakesysop.php 'rights/rights' => 'bureaucratlogentry', 'rights/addgroup' => 'addgrouplogentry', 'rights/rngroup' => 'renamegrouplogentry', 'rights/chgroup' => 'changegrouplogentry', + 'delete/delete' => 'deletedarticle', 'delete/restore' => 'undeletedarticle', 'upload/upload' => 'uploadedimage', -- 2.20.1