jenkins-bot has submitted this change and it was merged. Change subject: Correct release notes for I9dd9f0fd499c37f2 ......................................................................
Correct release notes for I9dd9f0fd499c37f2 Change-Id: I8f6e84b958d1bdadb578de655c4306f6b9d1c873 --- M RELEASE-NOTES-1.22 1 file changed, 5 insertions(+), 1 deletion(-) Approvals: Bartosz Dziewoński: Looks good to me, approved jenkins-bot: Verified diff --git a/RELEASE-NOTES-1.22 b/RELEASE-NOTES-1.22 index b988294..b80d04a 100644 --- a/RELEASE-NOTES-1.22 +++ b/RELEASE-NOTES-1.22 @@ -246,6 +246,8 @@ 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 @@ 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 @@ 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 == -- To view, visit https://gerrit.wikimedia.org/r/70215 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8f6e84b958d1bdadb578de655c4306f6b9d1c873 Gerrit-PatchSet: 4 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Krinkle <[email protected]> Gerrit-Reviewer: Anomie <[email protected]> Gerrit-Reviewer: Bartosz Dziewoński <[email protected]> Gerrit-Reviewer: IAlex <[email protected]> Gerrit-Reviewer: Krinkle <[email protected]> Gerrit-Reviewer: Reedy <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
