Krinkle has uploaded a new change for review. https://gerrit.wikimedia.org/r/70215
Change subject: Correct release notes for I9dd9f0fd499c37f2 ...................................................................... Correct release notes for I9dd9f0fd499c37f2 Change-Id: I8f6e84b958d1bdadb578de655c4306f6b9d1c873 --- M RELEASE-NOTES-1.22 1 file changed, 3 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/15/70215/1 diff --git a/RELEASE-NOTES-1.22 b/RELEASE-NOTES-1.22 index 2aee6e4..645e4c3 100644 --- a/RELEASE-NOTES-1.22 +++ b/RELEASE-NOTES-1.22 @@ -113,6 +113,8 @@ * (bug 46513) Vector: Add the collapsibleTabs script from the Vector extension. * Added $wgRecentChangesFlags for defining new flags for RecentChanges and watchlists. +* 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 @@ -191,7 +193,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. +* API: action=watch no longer considers all errors to be 'hookabort' error. === Languages updated in 1.22=== -- To view, visit https://gerrit.wikimedia.org/r/70215 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8f6e84b958d1bdadb578de655c4306f6b9d1c873 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Krinkle <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
