* Update release notes for r20680
authorRob Church <robchurch@users.mediawiki.org>
Sun, 25 Mar 2007 23:42:09 +0000 (23:42 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Sun, 25 Mar 2007 23:42:09 +0000 (23:42 +0000)
* Typos in hook documentation

Please remember to document hook additions in both places in future.

RELEASE-NOTES
docs/hooks.txt

index d765de6..e8d9688 100644 (file)
@@ -279,6 +279,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 4777) Separate prev/next messages for Special:Whatlinkshere
 * Merge approx 15 missing Wikipedia language codes into wikipedia-interwiki.sql
   based on Jeff Merkey's mediawiki-1.9.3.WG-20070316.tar.gz.bz2 archive.
+* Introduce PageHistoryBeforeList and PageHistoryLineEnding hooks; see docs/hooks.txt
+  for more information
 
 == Maintenance ==
 * New script maintenance/language/checkExtensioni18n.php used to check i18n
index 75dddaa..afe2172 100644 (file)
@@ -422,10 +422,10 @@ the resulting HTML is about to be displayed.
 $parserOutput: the parserOutput (object) that corresponds to the page 
 $text: the text that will be displayed, in HTML (string)
 
-'PageHistoryBeforeList': When a history page list is about to be contructed.
+'PageHistoryBeforeList': When a history page list is about to be constructed.
 $article: the article that the history is loading for
 
-'PageHistoryLineEnding' : right before the end <li> is added to a histroy line
+'PageHistoryLineEnding' : right before the end <li> is added to a history line
 $row: the revision row for this line
 $s: the string representing this parsed line