jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/396311 )
Change subject: Remove detail from wbcheckconstraints API response ...................................................................... Remove detail from wbcheckconstraints API response This removes the detail and detailHTML fields from the response of the wbcheckconstraints action API module, since they are unnecessary and considerably bloat the output. This change has been announced to the Wikidata community on 2017-11-20 [1][2][3], stating that it will go into effect on 2017-12-18. No objections were raised. [1]: https://www.wikidata.org/wiki/Special:PermaLink/596383066#BREAKING_CHANGE:_wbcheckconstraints_detail_output [2]: https://lists.wikimedia.org/pipermail/wikidata-tech/2017-November/001197.html [3]: https://lists.wikimedia.org/pipermail/wikidata/2017-November/011454.html Bug: T180614 Change-Id: I32d679cd5cdeba3ce0da564102c7a288a0fae0e3 --- M wmf-config/Wikibase-production.php 1 file changed, 2 insertions(+), 0 deletions(-) Approvals: Chad: Looks good to me, approved jenkins-bot: Verified Thiemo Kreuz (WMDE): Looks good to me, but someone else must approve diff --git a/wmf-config/Wikibase-production.php b/wmf-config/Wikibase-production.php index 1d271eb..e866bed 100644 --- a/wmf-config/Wikibase-production.php +++ b/wmf-config/Wikibase-production.php @@ -160,6 +160,8 @@ 'the Creative Commons CC0 License; text in the other namespaces is available under ' . 'the Creative Commons Attribution-ShareAlike License; additional terms may apply.'; $wgRightsUrl = 'creativecommons.org/licenses/by-sa/3.0'; + + $wgWBQualityConstraintsIncludeDetailInApi = false; // T180614 } if ( $wmgUseWikibaseClient ) { -- To view, visit https://gerrit.wikimedia.org/r/396311 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I32d679cd5cdeba3ce0da564102c7a288a0fae0e3 Gerrit-PatchSet: 2 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Lucas Werkmeister (WMDE) <[email protected]> Gerrit-Reviewer: Aude <[email protected]> Gerrit-Reviewer: Chad <[email protected]> Gerrit-Reviewer: Hoo man <[email protected]> Gerrit-Reviewer: Lucas Werkmeister (WMDE) <[email protected]> Gerrit-Reviewer: Thiemo Kreuz (WMDE) <[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
