jenkins-bot has submitted this change and it was merged. (
https://gerrit.wikimedia.org/r/381615 )
Change subject: Wikidata: Don't persist description usages (yet)
......................................................................
Wikidata: Don't persist description usages (yet)
Bug: T177153
Change-Id: I724976d864534d025451ed6e501a522716f8efcb
---
M wmf-config/Wikibase-production.php
1 file changed, 3 insertions(+), 1 deletion(-)
Approvals:
Zfilipin: Looks good to me, approved
Ladsgroup: 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 ad28c28..cfdbb8e 100644
--- a/wmf-config/Wikibase-production.php
+++ b/wmf-config/Wikibase-production.php
@@ -198,8 +198,10 @@
$wgWBClientSettings['sendEchoNotification'] = true;
$wgWBClientSettings['echoIcon'] = [ 'url' =>
'/static/images/wikibase/echoIcon.svg' ];
+ // T177153
+ $wgWBClientSettings['disabledUsageAspects'] = [ 'D' ];
// T151717
if ( $wgDBname !== 'elwiki' ) {
- $wgWBClientSettings['disabledUsageAspects'] = [ 'C' ];
+ $wgWBClientSettings['disabledUsageAspects'][] = 'C';
}
}
--
To view, visit https://gerrit.wikimedia.org/r/381615
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I724976d864534d025451ed6e501a522716f8efcb
Gerrit-PatchSet: 3
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Hoo man <[email protected]>
Gerrit-Reviewer: Addshore <[email protected]>
Gerrit-Reviewer: Aude <[email protected]>
Gerrit-Reviewer: Daniel Kinzler <[email protected]>
Gerrit-Reviewer: Ladsgroup <[email protected]>
Gerrit-Reviewer: Urbanecm <[email protected]>
Gerrit-Reviewer: Zfilipin <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits