* Added a TODO comment
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Thu, 20 Oct 2005 20:03:08 +0000 (20:03 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Thu, 20 Oct 2005 20:03:08 +0000 (20:03 +0000)
includes/LogPage.php

index e9706b4..6d28ba3 100644 (file)
@@ -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',