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

Change subject: Enable WikibaseQualityConstraints statements
......................................................................


Enable WikibaseQualityConstraints statements

This setting of the WikibaseQualityConstraints extension enables a hook
that runs on each Wikibase change, and which (if the change is on an
entity of type “property”) schedules a job (“constraintsTableUpdate” job
command) which imports constraint statements on the entity into the
wbqc_constraints database table.

This allows Wikidata editors to edit constraints immediately on the
property, instead of editing the constraint template on the property
talk page and then having to wait until the next time that the templates
are imported using the UpdateConstraintsTable.php maintenance script of
the WikibaseQualityConstraints extension (in the past, this was
generally done once every few weeks or months).

Bug: T169647
Change-Id: I8201bef3fd87793944a95af7686e53e4bd1a41a9
---
M wmf-config/Wikibase-production.php
1 file changed, 1 insertion(+), 0 deletions(-)

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



diff --git a/wmf-config/Wikibase-production.php 
b/wmf-config/Wikibase-production.php
index 462dc75..7520a2c 100644
--- a/wmf-config/Wikibase-production.php
+++ b/wmf-config/Wikibase-production.php
@@ -111,6 +111,7 @@
                }
        }
 
+       $wgWBQualityConstraintsEnableConstraintsImportFromStatements = true;
        $wgWBRepoSettings['dispatchingLockManager'] = 'redisLockManager';
 }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I8201bef3fd87793944a95af7686e53e4bd1a41a9
Gerrit-PatchSet: 6
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Lucas Werkmeister (WMDE) <lucas.werkmeis...@wikimedia.de>
Gerrit-Reviewer: Aude <aude.w...@gmail.com>
Gerrit-Reviewer: Florianschmidtwelzow <florian.schmidt.stargatewis...@gmail.com>
Gerrit-Reviewer: Hoo man <h...@online.de>
Gerrit-Reviewer: Lucas Werkmeister (WMDE) <lucas.werkmeis...@wikimedia.de>
Gerrit-Reviewer: Reedy <re...@wikimedia.org>
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