Aude has uploaded a new change for review.
https://gerrit.wikimedia.org/r/81703
Change subject: Enable use of wikidata wb_property_info table
......................................................................
Enable use of wikidata wb_property_info table
(also enable use of wb_terms term weight column in client,
although doesn't do much at all in client)
Change-Id: Ie818e920b85c4ec191e08d5ed527f6d8acd641bc
---
M wmf-config/CommonSettings.php
1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config
refs/changes/03/81703/1
diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 5b0d8d9..518c4fe 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -2530,7 +2530,7 @@
'wikivoyage'
);
- $wgWBRepoSettings['usePropertyInfoTable'] = false;
+ $wgWBRepoSettings['usePropertyInfoTable'] = true;
if ( $wgDBname === 'testwikidatawiki' ) {
// there is no cronjob dispatcher yet, this will do nothing
@@ -2583,8 +2583,8 @@
'wikivoyage'
);
- $wgWBClientSettings['withoutTermWeight'] = true;
- $wgWBClientSettings['usePropertyInfoTable'] = false;
+ $wgWBClientSettings['withoutTermWeight'] = false;
+ $wgWBClientSettings['usePropertyInfoTable'] = true;
$wgWBClientSettings['sharedCacheDuration'] = 60 * 60 * 24;
$wgWBClientSettings['enableSiteLinkWidget'] = true;
--
To view, visit https://gerrit.wikimedia.org/r/81703
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie818e920b85c4ec191e08d5ed527f6d8acd641bc
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Aude <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits