r35510 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r35509‎ | r35510 | r35511 >
Date:19:18, 28 May 2008
Author:aaron
Status:old
Tags:
Comment:
Rename to 'suppressionlog' so it's more obvious
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -1155,7 +1155,7 @@
11561156 // To hide revisions/log items from users and Sysops
11571157 #$wgGroupPermissions['suppress']['suppressrevision'] = true;
11581158 // For private suppression log access
1159 -#$wgGroupPermissions['suppress']['suppress'] = true;
 1159+#$wgGroupPermissions['suppress']['suppressionlog'] = true;
11601160
11611161 /**
11621162 * The developer group is deprecated, but can be activated if need be
@@ -2512,7 +2512,7 @@
25132513 * Logs should remain non-transcludable
25142514 */
25152515 $wgLogRestrictions = array(
2516 - 'suppress' => 'suppress'
 2516+ 'suppress' => 'suppressionlog'
25172517 );
25182518
25192519 /**

Follow-up revisions

RevisionCommit summaryAuthorDate
r35511Per r35510: here tooialex19:23, 28 May 2008
r35512Per r35510: Rename right message tooraymond19:24, 28 May 2008

Status & tagging log