]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/mediawiki/templates/default/LocalSettings.php.erb
mediawiki: fix $wgExtraNamespaces[NS_PROPOSAL_TALK]
[chef.git] / cookbooks / mediawiki / templates / default / LocalSettings.php.erb
index af915be2242715bb9d4e0cafab15c6ead348dbb3..0382bb22ede6cada29fd559ca50c40d023349020 100644 (file)
@@ -361,7 +361,7 @@ $wgExtraNamespaces[NS_PROPOSAL] = 'Proposal';
 $wgNamespacesWithSubpages[NS_PROPOSAL] = TRUE;
 $wgContentNamespaces[] = NS_PROPOSAL;
 define('NS_PROPOSAL_TALK', 3001);
-$wgExtraNamespaces[NS_PROPOSAL_TALK] = 'Proposal talk';
+$wgExtraNamespaces[NS_PROPOSAL_TALK] = 'Proposal_talk';
 $wgNamespacesWithSubpages[NS_PROPOSAL_TALK] = TRUE;
 
 $wgNamespacesToBeSearchedDefault[NS_LANG_DE] = TRUE;
@@ -423,4 +423,4 @@ unset( $wgGroupsRemoveFromSelf['autoconfirmed'] );
 # Increase curl timeout to allow parsoid requests to heavy pages like Map Features
 # Mediawiki 1.38 has fix to allow this to be set by $wgVirtualRestConfig
 # https://phabricator.wikimedia.org/T285478
-$wgHTTPTimeout = 60;
+$wgHTTPTimeout = 90;