From: Brian Wolff Date: Tue, 5 Jul 2011 05:33:54 +0000 (+0000) Subject: (follow-up r91436) add new hook to hooks.txt X-Git-Tag: 1.31.0-rc.0~29068 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=013088cf75d45facd750d303affef5d715a1d466;p=lhc%2Fweb%2Fwiklou.git (follow-up r91436) add new hook to hooks.txt I totally updated the doc file, and then committed my other changes without the doc file. --- diff --git a/docs/hooks.txt b/docs/hooks.txt index 63c8ef3ee5..8a00b5a994 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -621,6 +621,11 @@ $catpage: CategoryPage instance $unpatrolled: Whether or not we are showing unpatrolled changes. $watched: Whether or not the change is watched by the user. +'Collation::factory': Called if $wgCategoryCollation is an unknown collation +$collationName: Name of the collation in question +&$collationObject: Null. Replace with a subclass of the Collation class that implements +the collation given in $collationName. + 'ConfirmEmailComplete': Called after a user's email has been confirmed successfully $user: user (object) whose email is being confirmed