Odder has uploaded a new change for review.
https://gerrit.wikimedia.org/r/106911
Change subject: Set $wgExportFromNamespaces to true on MediaWiki.org
......................................................................
Set $wgExportFromNamespaces to true on MediaWiki.org
This patch sets the $wgExportFromNamespaces setting
to true on MediaWiki.org while keeping it as false
for the rest of our wikis.
Please feel free to burninate this with fire if it
has potential for disaster, or even just for fun.
Bug: 59947
Change-Id: I684cab04df8d8fcd0d055bb2e63df64b5c91f0db
---
M wmf-config/InitialiseSettings.php
1 file changed, 9 insertions(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config
refs/changes/11/106911/1
diff --git a/wmf-config/InitialiseSettings.php
b/wmf-config/InitialiseSettings.php
index 1ed02f4..f677266 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -8932,11 +8932,19 @@
'enwiki' => 15,
),
-'wgExportAllowHistory' => array( 'default' => true ),
+'wgExportAllowHistory' => array(
+ 'default' => true
+),
+
'wgExportMaxHistory' => array(
'default' => 1000, # changed from 100 -- brion 2008-07-10
),
+'wgExportFromNamespaces => array( // bug 59947
+ 'default' => false,
+ 'mediawikiwiki' => true,
+),
+
'wgParserCacheExpireTime' => array(
'default' => 86400 * 30,
),
--
To view, visit https://gerrit.wikimedia.org/r/106911
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I684cab04df8d8fcd0d055bb2e63df64b5c91f0db
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Odder <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits