jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/339446 )

Change subject: Disallow geo-shape data type on wikidata for now
......................................................................


Disallow geo-shape data type on wikidata for now

until it has been announced, with chance for tool
and bot developers to adapt their things, and to try
it on test.wikidata.

Bug: T158849
Change-Id: I88f7923dfe8bfdeb9a61afd706fe64a2f239d17a
---
M wmf-config/Wikibase-production.php
1 file changed, 5 insertions(+), 0 deletions(-)

Approvals:
  Aude: Looks good to me, approved
  Hoo man: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/wmf-config/Wikibase-production.php 
b/wmf-config/Wikibase-production.php
index 7255b16..6fc320b 100644
--- a/wmf-config/Wikibase-production.php
+++ b/wmf-config/Wikibase-production.php
@@ -41,6 +41,11 @@
                        'Q20748093' => 'wb-badge-validated',
                        'Q28064618' => 'wb-badge-digitaldocument', // T153186
                ];
+
+               $wgWBRepoSettings['disabledDataTypes'] = [
+                       'geo-shape'
+               ];
+
                $wgWBRepoSettings['preferredGeoDataProperties'] = [
                        'P625',
                ];

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I88f7923dfe8bfdeb9a61afd706fe64a2f239d17a
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Aude <aude.w...@gmail.com>
Gerrit-Reviewer: Aude <aude.w...@gmail.com>
Gerrit-Reviewer: Florianschmidtwelzow <florian.schmidt.stargatewis...@gmail.com>
Gerrit-Reviewer: Hoo man <h...@online.de>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to