From: Ævar Arnfjörð Bjarmason Date: Thu, 20 Oct 2005 20:03:08 +0000 (+0000) Subject: * Added a TODO comment X-Git-Tag: 1.6.0~1386 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/?a=commitdiff_plain;h=ac558e693308ed8c173fae43e4309d37ad065e60;p=lhc%2Fweb%2Fwiklou.git * Added a TODO comment --- 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',