From 013088cf75d45facd750d303affef5d715a1d466 Mon Sep 17 00:00:00 2001 From: Brian Wolff Date: Tue, 5 Jul 2011 05:33:54 +0000 Subject: [PATCH] (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. --- docs/hooks.txt | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.20.1