From: Sam Reed Date: Tue, 23 Nov 2010 23:53:49 +0000 (+0000) Subject: * Sysops now have the "suppressredirect" right by default X-Git-Tag: 1.31.0-rc.0~33750 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=afc43dd50cc0f87bf8b3448145a73fc96b18bc0a;p=lhc%2Fweb%2Fwiklou.git * Sysops now have the "suppressredirect" right by default --- 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