From: Alexandre Emsenhuber Date: Sun, 20 Jul 2008 13:55:35 +0000 (+0000) Subject: * order aplhabetically X-Git-Tag: 1.31.0-rc.0~46439 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=986a95a00c612a2eba5340324be6587ef399f393;p=lhc%2Fweb%2Fwiklou.git * order aplhabetically * avoid using $this --- diff --git a/docs/hooks.txt b/docs/hooks.txt index 10352322de..286ed7e2a4 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -514,9 +514,13 @@ $unpatrolled: Whether or not we are showing unpatrolled changes. $watched: Whether or not the change is watched by the user. 'ContribsPager::getQueryInfo': Before the contributions query is about to run -&$this: Pager object for contributions -&queryInfo: The query for the contribs Pager +&$pager: Pager object for contributions +&queryInfo: The query for the contribs Pager +'ContributionsLineEnding': Called before a contributions HTML line is finished +$page: SpecialPage object for contributions +$ret: the HTML line +$row: the DB row for this line 'ContributionsToolLinks': Change tool links above Special:Contributions $id: User identifier @@ -1230,11 +1234,6 @@ string &$error: output: HTML error to show if upload canceled by returning false 'UploadComplete': Upon completion of a file upload $uploadForm: Upload form object. File can be accessed by $uploadForm->mLocalFile. -'ContributionsLineEnding': Called before a contributions HTML line is finished -$this: SpecialPage object for contributions -$ret: the HTML line -$row: the DB row for this line - 'UserArrayFromResult': called when creating an UserArray object from a database result &$userArray: set this to an object to override the default object returned $res: database result used to create the object