jenkins-bot has submitted this change and it was merged.
Change subject: Add missing $wgPropertySuggesterClassifyingPropertyIds for beta
......................................................................
Add missing $wgPropertySuggesterClassifyingPropertyIds for beta
Change-Id: Ib46f638f0705c2a871560c1eb1931f72ef3155fe
---
M wmf-config/Wikibase-labs.php
M wmf-config/Wikibase-production.php
M wmf-config/Wikibase.php
3 files changed, 2 insertions(+), 1 deletion(-)
Approvals:
Hashar: Looks good to me, approved
Addshore: Looks good to me, but someone else must approve
jenkins-bot: Verified
diff --git a/wmf-config/Wikibase-labs.php b/wmf-config/Wikibase-labs.php
index 0450c9c..384f32f 100644
--- a/wmf-config/Wikibase-labs.php
+++ b/wmf-config/Wikibase-labs.php
@@ -1,6 +1,7 @@
<?php
if ( $wmgUseWikibaseRepo ) {
+ $wgPropertySuggesterClassifyingPropertyIds = [ 694 ];
$wgWBRepoSettings['formatterUrlProperty'] = 'P9094';
$wgWBRepoSettings['badgeItems'] = [
diff --git a/wmf-config/Wikibase-production.php
b/wmf-config/Wikibase-production.php
index 6e985dd..3b61f3b 100644
--- a/wmf-config/Wikibase-production.php
+++ b/wmf-config/Wikibase-production.php
@@ -2,6 +2,7 @@
if ( $wmgUseWikibaseRepo ) {
if ( $wgDBname === 'testwikidatawiki' ) {
+ $wgPropertySuggesterClassifyingPropertyIds = [ 7 ];
$wgWBRepoSettings['formatterUrlProperty'] = 'P368';
$wgWBRepoSettings['badgeItems'] = [
diff --git a/wmf-config/Wikibase.php b/wmf-config/Wikibase.php
index 2b4dd2e..ce2e782 100644
--- a/wmf-config/Wikibase.php
+++ b/wmf-config/Wikibase.php
@@ -91,7 +91,6 @@
if ( $wgDBname === 'testwikidatawiki' ) {
// there is no cronjob dispatcher yet, this will do nothing
$wgWBRepoSettings['clientDbList'] = [ 'testwiki', 'test2wiki',
'testwikidatawiki' ];
- $wgPropertySuggesterClassifyingPropertyIds = [ 7 ];
} else {
$wgWBRepoSettings['clientDbList'] = array_diff(
MWWikiversions::readDbListFile( 'wikidataclient' ),
--
To view, visit https://gerrit.wikimedia.org/r/320192
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ib46f638f0705c2a871560c1eb1931f72ef3155fe
Gerrit-PatchSet: 5
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Thiemo Mättig (WMDE) <[email protected]>
Gerrit-Reviewer: Addshore <[email protected]>
Gerrit-Reviewer: Aude <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: Hoo man <[email protected]>
Gerrit-Reviewer: Jonas Kress (WMDE) <[email protected]>
Gerrit-Reviewer: Thiemo Mättig (WMDE) <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits