Alex Monk has uploaded a new change for review. https://gerrit.wikimedia.org/r/227273
Change subject: Re-add default=wikipedia lines to wgCanonicalServer and wgSitename ...................................................................... Re-add default=wikipedia lines to wgCanonicalServer and wgSitename It turns out some important code depends on this. TODO: Revert this per T104088 Bug: T106963 Change-Id: I34533c121d855e3c2f3b9dd053fccd0afe524a22 --- M wmf-config/InitialiseSettings.php 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/73/227273/1 diff --git a/wmf-config/InitialiseSettings.php b/wmf-config/InitialiseSettings.php index 8ee2162..1feab08 100644 --- a/wmf-config/InitialiseSettings.php +++ b/wmf-config/InitialiseSettings.php @@ -1384,6 +1384,7 @@ // This is the same as wgServer but with a protocol, so if wgServer is //foo.com this must be http://foo.com # wgCanonicalServer @{ 'wgCanonicalServer' => array( + 'default' => 'https://$lang.wikipedia.org', // TODO: Get rid of this, see T104088 and T106963 // Projects 'wikipedia' => 'https://$lang.wikipedia.org', 'wikibooks' => 'https://$lang.wikibooks.org', @@ -1474,6 +1475,7 @@ # wgSitename @{ 'wgSitename' => array( + 'default' => 'Wikipedia', // TODO: Get rid of this, see T104088 and T106963 // Projects 'wikipedia' => 'Wikipedia', 'wikibooks' => 'Wikibooks', -- To view, visit https://gerrit.wikimedia.org/r/227273 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I34533c121d855e3c2f3b9dd053fccd0afe524a22 Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Alex Monk <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
