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

Change subject: Add Wikibase properties to suggester blacklist
......................................................................


Add Wikibase properties to suggester blacklist

Bug: 70346
Change-Id: Ifcf0c147a139d8a28f3afb6487ff2f9384fb9b1d
---
M wmf-config/Wikibase.php
1 file changed, 8 insertions(+), 0 deletions(-)

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



diff --git a/wmf-config/Wikibase.php b/wmf-config/Wikibase.php
index 6f3834a..4797e49 100644
--- a/wmf-config/Wikibase.php
+++ b/wmf-config/Wikibase.php
@@ -83,6 +83,14 @@
        $wgWBRepoSettings['sharedCacheKeyPrefix'] = 
"$wmgWikibaseCachePrefix/WBL-$wmfVersionNumber";
 
        $wgPropertySuggesterMinProbability = 0.071;
+
+       // Bug 70346
+       $wgPropertySuggesterDeprecatedIds = array(
+               70, // (OBSOLETE) order
+               107, // (OBSOLETE) main type (GND)
+               143, // imported from
+               741, // (OBSOLETE) playing hand
+       );
 }
 
 if ( $wmgUseWikibaseClient ) {

-- 
To view, visit https://gerrit.wikimedia.org/r/158113
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ifcf0c147a139d8a28f3afb6487ff2f9384fb9b1d
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Aude <[email protected]>
Gerrit-Reviewer: Hoo man <[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