jenkins-bot has submitted this change and it was merged. Change subject: Add new param of hook UserIsBlockedGlobally to docs/hooks.txt ......................................................................
Add new param of hook UserIsBlockedGlobally to docs/hooks.txt Follows I23d29c1a0e016de4e82d5b51afa94ae9afd70ee4 Change-Id: Ib747d66d7387455c23246cc29ab88f1383e52500 --- M docs/hooks.txt 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Bartosz Dziewoński: Looks good to me, approved jenkins-bot: Verified diff --git a/docs/hooks.txt b/docs/hooks.txt index 93f84a1..8d40265 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -3383,6 +3383,7 @@ &$user: User object $ip: User's IP address &$blocked: Whether the user is blocked, to be modified by the hook +&$block: The Block object, to be modified by the hook 'UserIsEveryoneAllowed': Check if all users are allowed some user right; return false if a UserGetRights hook might remove the named right. -- To view, visit https://gerrit.wikimedia.org/r/293975 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib747d66d7387455c23246cc29ab88f1383e52500 Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Umherirrender <[email protected]> Gerrit-Reviewer: Bartosz Dziewoński <[email protected]> Gerrit-Reviewer: Matthias Mullie <[email protected]> Gerrit-Reviewer: Waldir <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
