r73963 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r73962‎ | r73963 | r73964 >
Date:18:00, 29 September 2010
Author:kaldari
Status:ok
Tags:
Comment:
moving meta-specific settings out of CentralNotice config
Modified paths:
  • /trunk/extensions/CentralNotice/CentralNotice.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralNotice/CentralNotice.php
@@ -28,10 +28,11 @@
2929 $wgNoticeInfrastructure = true;
3030
3131 // The name of the database which hosts the centralized campaign data
32 -$wgCentralDBname = 'metawiki';
 32+$wgCentralDBname = '';
3333
3434 // The path to Special Pages on the wiki that hosts the CentralNotice infrastructure
35 -$wgCentralPagePath = 'http://meta.wikimedia.org/wiki/';
 35+// For example 'http://meta.wikimedia.org/wiki/'
 36+$wgCentralPagePath = '';
3637
3738 // Enable the loader itself
3839 // Allows to control the loader visibility, without destroying infrastructure

Status & tagging log