r89604 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89603‎ | r89604 | r89605 >
Date:20:52, 6 June 2011
Author:krinkle
Status:ok
Tags:
Comment:
Release notes for bug 27655 (r89545 and related revs)
Modified paths:
  • /trunk/phase3/RELEASE-NOTES-1.19 (modified) (history)

Diff [purge]

Index: trunk/phase3/RELEASE-NOTES-1.19
@@ -25,6 +25,7 @@
2626 * (bug 21107) Split error "customcssjsprotected" into separate messages for JS and CSS
2727
2828 === New features in 1.19 ===
 29+* BREAKING CHANGE: action=watch / action=unwatch now requires a token.
2930 * (bug 28916) A way to to toggle mw.config legacy globals settings from
3031 LocalSettings.php has been created by introducing $wgLegacyJavaScriptGlobals.
3132 * (bug 28503) Support for ircs:// URL protocols
@@ -44,6 +45,7 @@
4546 * mw.util.getScript has been implemented (like wfScript in GlobalFunctions.php)
4647 * (bug 29067) Creating "user.tokens" module (like user.options) in ResourceLoader.
4748 * New 'Debug' hook used by wfDebug() and wfDebugLog()
 49+* (bug 27655) Require token for watching/unwatching pages)
4850
4951 === Bug fixes in 1.19 ===
5052 * (bug 28868) Show total pages in the subtitle of an image on the
@@ -93,7 +95,7 @@
9496 * (bug 28578) API's parse module should not silently override invalid
9597 title inputs
9698 * (bug 20699) API watchlist should list log-events
97 -* (bug 29070) Add token to action=watch
 99+* (bug 29070) Add token to action=watch API
98100 * (bug 29221) Expose oldrevid in watchlist output
99101 * (bug 29267) always give the servername for meta=siteinfo&siprop=dbrepllag
100102 * (bug 28897) rvparse doesn’t seem to work with rvsection

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r89545WatchAction requires token (BREAKING CHANGE)...krinkle00:09, 6 June 2011

Status & tagging log