X-Git-Url: http://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=docs%2Fhooks.txt;h=a6d6c6c08efe7b074967537a68d6f14af1b57dfd;hp=55ba06e605b16a66819604f9b0ce2a6cffda996c;hb=c3cb10b55c832b9dc2d6805d10966549213c46b7;hpb=a1ef77b2d80830fbcb617a83961d78cff9d6e384 diff --git a/docs/hooks.txt b/docs/hooks.txt index 55ba06e605..a6d6c6c08e 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -1730,6 +1730,9 @@ $context: IContextSource 'GetUserBlock': Modify the block found by the block manager. This may be a single block or a composite block made from multiple blocks; the original blocks can be seen using CompositeBlock::getOriginalBlocks() +$user: User targeted by the block +$ip: string|null The IP of the current request if $user is the current user + and they're not exempted from IP blocks. Null otherwise. &$block: AbstractBlock object 'getUserPermissionsErrors': Add a permissions error when permissions errors are @@ -3177,7 +3180,7 @@ $row: Revision information from the database 'SpecialContributions::getForm::filters': Called with a list of filters to render on Special:Contributions. $sp: SpecialContributions object, for context -&$filters: List of filters rendered as HTML +&$filters: List of filter object definitions (compatible with OOUI form) 'SpecialListusersDefaultQuery': Called right before the end of UsersPager::getDefaultQuery().