jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/349933 )
Change subject: Document lack of diff in WikibaseChangeNotification change ...................................................................... Document lack of diff in WikibaseChangeNotification change For performance reasons, the change delivered with the WikibaseChangeNotification hook does not include a full diff. Document this for hook users. Bug: T163465 Change-Id: Icb281d87511d9a7418931b0c242cde4f194027d0 --- M docs/hooks.txt 1 file changed, 2 insertions(+), 1 deletion(-) Approvals: jenkins-bot: Verified Thiemo Mättig (WMDE): Looks good to me, approved diff --git a/docs/hooks.txt b/docs/hooks.txt index ace2bfc..375c603 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -38,7 +38,8 @@ 'WikibaseChangeNotification': triggered from ChangeNotifier via a HookChangeTransmitter to notify any listeners of changes to entities. -$change: the Change object representing the change +$change: The Change object representing the change. + For performance reasons, does not include statement, description and alias diffs (see T113468, T163465). == Client == -- To view, visit https://gerrit.wikimedia.org/r/349933 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Icb281d87511d9a7418931b0c242cde4f194027d0 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Wikibase Gerrit-Branch: master Gerrit-Owner: Lucas Werkmeister (WMDE) <[email protected]> Gerrit-Reviewer: Jonas Kress (WMDE) <[email protected]> Gerrit-Reviewer: Thiemo Mättig (WMDE) <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
