r91438 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r91437‎ | r91438 | r91439 >
Date:05:33, 5 July 2011
Author:bawolff
Status:ok
Tags:
Comment:
(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.
Modified paths:
  • /trunk/phase3/docs/hooks.txt (modified) (history)

Diff [purge]

Index: trunk/phase3/docs/hooks.txt
@@ -621,6 +621,11 @@
622622 $unpatrolled: Whether or not we are showing unpatrolled changes.
623623 $watched: Whether or not the change is watched by the user.
624624
 625+'Collation::factory': Called if $wgCategoryCollation is an unknown collation
 626+$collationName: Name of the collation in question
 627+&$collationObject: Null. Replace with a subclass of the Collation class that implements
 628+the collation given in $collationName.
 629+
625630 'ConfirmEmailComplete': Called after a user's email has been confirmed successfully
626631 $user: user (object) whose email is being confirmed
627632

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r91436(Follow-up r90759 per CR) Use a hook to register new Collations instead of ju...bawolff05:30, 5 July 2011

Status & tagging log