From afc43dd50cc0f87bf8b3448145a73fc96b18bc0a Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Tue, 23 Nov 2010 23:53:49 +0000 Subject: [PATCH] * Sysops now have the "suppressredirect" right by default --- RELEASE-NOTES | 1 + includes/DefaultSettings.php | 1 + 2 files changed, 2 insertions(+) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index d26b48deaf..ed521bee96 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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 diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index bdd434c20a..8318590f18 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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 -- 2.20.1