r36745 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r36744‎ | r36745 | r36746 >
Date:13:37, 27 June 2008
Author:simetrical
Status:old
Tags:
Comment:
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.
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/docs/hooks.txt (modified) (history)

Diff [purge]

Index: trunk/phase3/docs/hooks.txt
@@ -289,6 +289,8 @@
290290 $article: the article (object) being deleted
291291 $user: the user (object) deleting the article
292292 $reason: the reason (string) the article is being deleted
 293+$error: if the deletion was prohibited, the (raw HTML) error message to display
 294+ (added in 1.13)
293295
294296 'ArticleDeleteComplete': after an article is deleted
295297 $article: the article that was deleted
Index: trunk/phase3/RELEASE-NOTES
@@ -170,6 +170,7 @@
171171 * Add zh-mo and zh-my variants for the zh language
172172 * (bugs 4832, 9481, 12890) Special:Recentchangeslinked now has all options that
173173 are in Special:Recentchanges
 174+* Allow an $error message to be passed to ArticleDelete hook
174175
175176 === Bug fixes in 1.13 ===
176177

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r36692Core changes for AbuseFilter extension....werdna06:24, 27 June 2008

Status & tagging log