Give "mergehistory" to sysops
authorAaron Schulz <aschulz@wikimedia.org>
Wed, 9 Jul 2014 00:22:27 +0000 (17:22 -0700)
committerKrinkle <krinklemail@gmail.com>
Wed, 9 Jul 2014 17:36:56 +0000 (17:36 +0000)
Follows-up cf8e994053af and 9b070bf461ddf1 (r27823).

Bug: 66155
Change-Id: Iaaa30afbdc834faf0fb5f68bc82c7d8aef8fcec8

RELEASE-NOTES-1.24
includes/DefaultSettings.php

index 3ce182e..70f6084 100644 (file)
@@ -32,6 +32,7 @@ production.
 * $wgCountTotalSearchHits has been removed. If you're concerned about efficiency
   of search, you should use something like CirrusSearch instead of built in
   search.
+* Users in the 'sysop' group have access to Special:MergeHistory by default.
 
 === New features in 1.24 ===
 * Added a new hook, "WhatLinksHereProps", to allow extensions to annotate
index 05c7696..51ebd57 100644 (file)
@@ -4397,7 +4397,7 @@ $wgGroupPermissions['sysop']['unblockself'] = true;
 $wgGroupPermissions['sysop']['suppressredirect'] = true;
 #$wgGroupPermissions['sysop']['pagelang'] = true;
 #$wgGroupPermissions['sysop']['upload_by_url'] = true;
-#$wgGroupPermissions['sysop']['mergehistory'] = true;
+$wgGroupPermissions['sysop']['mergehistory'] = true;
 
 // Permission to change users' group assignments
 $wgGroupPermissions['bureaucrat']['userrights'] = true;