jenkins-bot has submitted this change and it was merged.

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(-)

Approvals:
  Reedy: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: Ie818e920b85c4ec191e08d5ed527f6d8acd641bc
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Aude <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to