* Sysops now have the "suppressredirect" right by default
authorSam Reed <reedy@users.mediawiki.org>
Tue, 23 Nov 2010 23:53:49 +0000 (23:53 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Tue, 23 Nov 2010 23:53:49 +0000 (23:53 +0000)
RELEASE-NOTES
includes/DefaultSettings.php

index d26b48d..ed521be 100644 (file)
@@ -88,6 +88,7 @@ LocalSettings.php. The specific bugs are listed below in the general notes.
 * $wgSecureLogin & $wgSecureLoginStickHTTPS to optionaly login using HTTPS
 * (bug 25728) Added $wgPasswordSenderName to allow customise the name associed
   with $wgPasswordSender
+* Sysops now have the "suppressredirect" right by default
 
 === New features in 1.17 ===
 * (bug 10183) Users can now add personal styles and scripts to all skins via
index bdd434c..8318590 100644 (file)
@@ -3173,6 +3173,7 @@ $wgGroupPermissions['sysop']['browsearchive']    = true;
 $wgGroupPermissions['sysop']['noratelimit']      = true;
 $wgGroupPermissions['sysop']['movefile']         = true;
 $wgGroupPermissions['sysop']['unblockself']      = true;
+$wgGroupPermissions['sysop']['suppressredirect'] = true;
 #$wgGroupPermissions['sysop']['mergehistory']     = true;
 
 // Permission to change users' group assignments