From: Rotem Liss Date: Tue, 20 Jun 2006 08:34:51 +0000 (+0000) Subject: * Removing old and broken log entries of user groups. Neither their special page... X-Git-Tag: 1.31.0-rc.0~56735 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=54495eebeab8fb1fa8449d66448e2d04400be849;p=lhc%2Fweb%2Fwiklou.git * Removing old and broken log entries of user groups. Neither their special page nor their messages exist anymore. * Removing a wrong comment: rights log entry should not be moved to Makesysop, as it is also important for Userrights. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 321a767506..9ef31e28ff 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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',