r24597 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24596‎ | r24597 | r24598 >
Date:20:44, 4 August 2007
Author:rotem
Status:old
Tags:
Comment:
Customizations should be added in LocalSettings.php, not in DefaultSettings.php.
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -1156,9 +1156,8 @@
11571157 * // Sysops can disable other sysops in an emergency, and disable bots
11581158 * $wgRemoveGroups['sysop'] = array( 'sysop', 'bot' );
11591159 */
1160 -$wgAddGroups = $wgRemoveGroups = array(); // Add customizations after this line
 1160+$wgAddGroups = $wgRemoveGroups = array();
11611161
1162 -
11631162 # Proxy scanner settings
11641163 #
11651164

Follow-up revisions

RevisionCommit summaryAuthorDate
r24631Merged revisions 24480-24600 via svnmerge from...david18:39, 6 August 2007

Status & tagging log