* Removing old and broken log entries of user groups. Neither their special page...
authorRotem Liss <rotem@users.mediawiki.org>
Tue, 20 Jun 2006 08:34:51 +0000 (08:34 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Tue, 20 Jun 2006 08:34:51 +0000 (08:34 +0000)
* Removing a wrong comment: rights log entry should not be moved to Makesysop, as it is also important for Userrights.

includes/DefaultSettings.php

index 321a767..9ef31e2 100644 (file)
@@ -1811,13 +1811,7 @@ $wgLogActions = array(
        'block/unblock'     => 'unblocklogentry',
        'protect/protect'   => 'protectedarticle',
        'protect/unprotect' => 'unprotectedarticle',
-
-       // TODO: This whole section should be moved to extensions/Makesysop/SpecialMakesysop.php
        'rights/rights'     => 'rightslogentry',
-       'rights/addgroup'   => 'addgrouplogentry',
-       'rights/rngroup'    => 'renamegrouplogentry',
-       'rights/chgroup'    => 'changegrouplogentry',
-
        'delete/delete'     => 'deletedarticle',
        'delete/restore'    => 'undeletedarticle',
        'delete/revision'   => 'revdelete-logentry',