r67045 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r67044‎ | r67045 | r67046 >
Date:17:58, 29 May 2010
Author:reedy
Status:ok
Tags:
Comment:
Remove versiondetail from sysop rights as per IRC, being identified as not used
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)
  • /trunk/phase3/maintenance/language/messages.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/messages.inc
@@ -1081,7 +1081,6 @@
10821082 'right-siteadmin',
10831083 'right-reset-passwords',
10841084 'right-override-export-depth',
1085 - 'right-versiondetail',
10861085 'right-sendemail',
10871086 ),
10881087 'rightslog' => array(
Index: trunk/phase3/includes/DefaultSettings.php
@@ -1453,7 +1453,6 @@
14541454 $wgGroupPermissions['sysop']['apihighlimits'] = true;
14551455 $wgGroupPermissions['sysop']['browsearchive'] = true;
14561456 $wgGroupPermissions['sysop']['noratelimit'] = true;
1457 -$wgGroupPermissions['sysop']['versiondetail'] = true;
14581457 $wgGroupPermissions['sysop']['movefile'] = true;
14591458 $wgGroupPermissions['sysop']['unblockself'] = true;
14601459 #$wgGroupPermissions['sysop']['mergehistory'] = true;

Follow-up revisions

RevisionCommit summaryAuthorDate
r67047Follow-up r67045. Delete it from the English message file too....raymond18:19, 29 May 2010

Status & tagging log