Index: trunk/phase3/RELEASE-NOTES-1.19 |
— | — | @@ -25,6 +25,7 @@ |
26 | 26 | * (bug 21107) Split error "customcssjsprotected" into separate messages for JS and CSS |
27 | 27 | |
28 | 28 | === New features in 1.19 === |
| 29 | +* BREAKING CHANGE: action=watch / action=unwatch now requires a token. |
29 | 30 | * (bug 28916) A way to to toggle mw.config legacy globals settings from |
30 | 31 | LocalSettings.php has been created by introducing $wgLegacyJavaScriptGlobals. |
31 | 32 | * (bug 28503) Support for ircs:// URL protocols |
— | — | @@ -44,6 +45,7 @@ |
45 | 46 | * mw.util.getScript has been implemented (like wfScript in GlobalFunctions.php) |
46 | 47 | * (bug 29067) Creating "user.tokens" module (like user.options) in ResourceLoader. |
47 | 48 | * New 'Debug' hook used by wfDebug() and wfDebugLog() |
| 49 | +* (bug 27655) Require token for watching/unwatching pages) |
48 | 50 | |
49 | 51 | === Bug fixes in 1.19 === |
50 | 52 | * (bug 28868) Show total pages in the subtitle of an image on the |
— | — | @@ -93,7 +95,7 @@ |
94 | 96 | * (bug 28578) API's parse module should not silently override invalid |
95 | 97 | title inputs |
96 | 98 | * (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 |
98 | 100 | * (bug 29221) Expose oldrevid in watchlist output |
99 | 101 | * (bug 29267) always give the servername for meta=siteinfo&siprop=dbrepllag |
100 | 102 | * (bug 28897) rvparse doesn’t seem to work with rvsection |