jenkins-bot has submitted this change and it was merged. (
https://gerrit.wikimedia.org/r/386421 )
Change subject: Enable fine grained usage tracking on statement usage wikis
......................................................................
Enable fine grained usage tracking on statement usage wikis
These wikis should have it enabled from the beginning to
match their current statement usage tracking behavior.
This wont change the number of statement usages tracked,
but will only have an effect on other usage types.
Bug: T172914
Change-Id: I8112164cc727bc1433b78bfe315bbec6be1daae9
---
M wmf-config/InitialiseSettings.php
M wmf-config/Wikibase-production.php
2 files changed, 12 insertions(+), 0 deletions(-)
Approvals:
Niharika29: Looks good to me, approved
jenkins-bot: Verified
diff --git a/wmf-config/InitialiseSettings.php
b/wmf-config/InitialiseSettings.php
index 3c0dfb5..45dd5a3 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -18047,6 +18047,17 @@
'atjwiki' => [ 'C' => 'O' ],
],
+// T172914
+'wmgWikibaseFineGrainedLuaTracking' => [
+ 'default' => false,
+ // Wikis that also don't have Statement usages disabled
+ 'cawiki' => true,
+ 'cewiki' => true,
+ 'elwiki' => true,
+ 'kowiki' => true,
+ 'trwiki' => true,
+],
+
'wmgUseWikibaseQuality' => [
'default' => false,
'wikidata' => true,
diff --git a/wmf-config/Wikibase-production.php
b/wmf-config/Wikibase-production.php
index 412f60c..3b531f4 100644
--- a/wmf-config/Wikibase-production.php
+++ b/wmf-config/Wikibase-production.php
@@ -200,6 +200,7 @@
$wgWBClientSettings['echoIcon'] = [ 'url' =>
'/static/images/wikibase/echoIcon.svg' ];
$wgWBClientSettings['disabledUsageAspects'] =
$wmgWikibaseDisabledUsageAspects;
+ $wgWBClientSettings['fineGrainedLuaTracking'] =
$wmgWikibaseFineGrainedLuaTracking;
// T171027
if ( in_array( $wgDBname, [ 'commonswiki', 'ruwiki' ] ) ) {
--
To view, visit https://gerrit.wikimedia.org/r/386421
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I8112164cc727bc1433b78bfe315bbec6be1daae9
Gerrit-PatchSet: 3
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Hoo man <[email protected]>
Gerrit-Reviewer: Aude <[email protected]>
Gerrit-Reviewer: Niharika29 <[email protected]>
Gerrit-Reviewer: Urbanecm <[email protected]>
Gerrit-Reviewer: Zoranzoki21 <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits