Bartosz Dziewoński has uploaded a new change for review. https://gerrit.wikimedia.org/r/294081
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 (cherry picked from commit 4bd0fb83d915227875e233f478e1d346dd7998e2) --- M docs/hooks.txt 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/81/294081/1 diff --git a/docs/hooks.txt b/docs/hooks.txt index 3a1ab1a..95f55b9 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -3346,6 +3346,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/294081 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib747d66d7387455c23246cc29ab88f1383e52500 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: REL1_27 Gerrit-Owner: Bartosz Dziewoński <[email protected]> Gerrit-Reviewer: Umherirrender <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
