From 0fc38b4f6908832e2643cb6143733aa21a210ba1 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Mon, 24 Jun 2013 10:46:28 -0700 Subject: [PATCH] Correct release notes for I9dd9f0fd499c37f2 Change-Id: I8f6e84b958d1bdadb578de655c4306f6b9d1c873 --- RELEASE-NOTES-1.22 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES-1.22 b/RELEASE-NOTES-1.22 index b988294e8f..b80d04a2bb 100644 --- a/RELEASE-NOTES-1.22 +++ b/RELEASE-NOTES-1.22 @@ -246,6 +246,8 @@ production. tables. * Added $wgEnableParserLimitReporting to control whether the NewPP limit report is output in a HTML comment. +* The 'UnwatchArticle' and 'WatchArticle' hooks now support a Status object + instead of just a boolean return value to abort the hook. === Bug fixes in 1.22 === * Disable Special:PasswordReset when $wgEnableEmail is false. Previously one @@ -369,7 +371,7 @@ production. user blocks. * (bug 48201) action=parse&text=foo now assumes wikitext if no title is given, rather than using the content model of the page "API". -* action=watch may now return errors. +* action=watch no longer silently ignores hook abort. * (bug 50785) action=purge with forcelinkupdate=1 no longer queues refreshLinks jobs in the job queue for link table updates of pages that use the given page as a template. Instead, forcerecursivelinkupdate=1 is introduced and should @@ -498,6 +500,8 @@ changes to languages because of Bugzilla reports. to the Vector skin in core. * SpecialRecentChanges::addRecentChangesJS() function has been renamed to addModules() and made protected. +* Methods WatchAction::doWatch and WatchAction::doUnwatch now return a Status + object instead of a boolean. == Compatibility == -- 2.20.1