X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=RELEASE-NOTES-1.30;h=9474f21fd2f03ff1e80c7f70addff46cdb98b2ae;hp=452cb35b2c6bbcb82845bc523cb359de1c6e05a2;hb=af1434ff2feaf132e96e9a00acf0818944692a61;hpb=068d357a3497e0bccec174ce2b6053e04d0d428c diff --git a/RELEASE-NOTES-1.30 b/RELEASE-NOTES-1.30 index 452cb35b2c..9474f21fd2 100644 --- a/RELEASE-NOTES-1.30 +++ b/RELEASE-NOTES-1.30 @@ -49,6 +49,12 @@ section). * Added RecentChangesPurgeRows hook to allow extensions to purge data that depends on the recentchanges table. * Added JS config values wgDiffOldId/wgDiffNewId to the output of diff pages. +* (T2424) Added direct unwatch links to entries in Special:Watchlist (if the + 'watchlistunwatchlinks' preference option is enabled). With JavaScript + enabled, these links toggle so the user can also re-watch pages that have + just been unwatched. +* Added $wgParserTestMediaHandlers, where mock media handlers can be passed to + MediaHandlerFactory for parser tests. === Languages updated in 1.30 === @@ -158,6 +164,10 @@ changes to languages because of Phabricator reports. nothing and is deprecated. * mw.util.escapeId() was deprecated, use escapeIdForAttribute() or escapeIdForLink(). +* MagicWord::replaceMultiple() (deprecated in 1.25) was removed. +* WikiImporter now requires the second parameter to be an instance of the Config, + class. Prior to that, the Config parameter was optional (a behavior deprecated in + 1.25). == Compatibility == MediaWiki 1.30 requires PHP 5.5.9 or later. There is experimental support for