From 503a3300c126dfa0566de29306cef52aa5dbf34c Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 23 Nov 2022 16:16:32 +0000 Subject: [PATCH] wiki: set custom wgWBClientSettings['repoSiteName'] Per: https://github.com/openstreetmap/chef/pull/523 Closes: https://github.com/openstreetmap/operations/issues/352 --- cookbooks/wiki/templates/default/mw-ext-Wikibase.inc.php.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbooks/wiki/templates/default/mw-ext-Wikibase.inc.php.erb b/cookbooks/wiki/templates/default/mw-ext-Wikibase.inc.php.erb index 0b69f5c94..6f7e8d6eb 100644 --- a/cookbooks/wiki/templates/default/mw-ext-Wikibase.inc.php.erb +++ b/cookbooks/wiki/templates/default/mw-ext-Wikibase.inc.php.erb @@ -125,6 +125,7 @@ $wgWBClientSettings['entitySources'] = [ ]; $wgWBClientSettings['namespaces'] = [ NS_MAIN ]; +$wgWBClientSettings['repoSiteName'] = 'Data Items'; // Avoid complaints that nobody seems to know the cause off... $wgWBClientSettings['entityUsagePerPageLimit'] = 500; -- 2.39.5