Update RELEASE-NOTES and hooks.txt for r36692. Contrary to the commit message, the AbortMove hook seems not to have been changed, so I didn't mention that.

This commit is contained in:
Aryeh Gregor 2008-06-27 13:37:47 +00:00
parent 50c1bb5048
commit 124d3cce7d
2 changed files with 3 additions and 0 deletions

View file

@ -170,6 +170,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
* Add zh-mo and zh-my variants for the zh language
* (bugs 4832, 9481, 12890) Special:Recentchangeslinked now has all options that
are in Special:Recentchanges
* Allow an $error message to be passed to ArticleDelete hook
=== Bug fixes in 1.13 ===

View file

@ -289,6 +289,8 @@ $content: the content (string) of the article
$article: the article (object) being deleted
$user: the user (object) deleting the article
$reason: the reason (string) the article is being deleted
$error: if the deletion was prohibited, the (raw HTML) error message to display
(added in 1.13)
'ArticleDeleteComplete': after an article is deleted
$article: the article that was deleted