X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.26;h=3442ee0ed91b98a7cf3fe8b93eb48caa4a0de7ef;hb=30f8876b8bd4966c08a9ffecdeb741e1b15d7003;hp=914bf15fa003dac520416b4272cb100bd2ef8379;hpb=3a252efa12253e77a07a75da25bcf558c5bcd209;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.26 b/RELEASE-NOTES-1.26 index 914bf15fa0..3442ee0ed9 100644 --- a/RELEASE-NOTES-1.26 +++ b/RELEASE-NOTES-1.26 @@ -24,6 +24,8 @@ production. feature that was never enabled by default. === New features in 1.26 === +* (T9148) Changes to category membership are now shown in watchlists and recent + changes. This can be configured in user preferences. * (T51506) Now action=info gives estimates of actual watchers for a page. See $wgRCMaxAge, $wgWatchersMaxAge and $wgUnwatchedPageSecret to learn how to configure if needed. @@ -55,6 +57,10 @@ production. the store type from $wgObjectCaches. The default is the local database. * Interface message overrides in the MediaWiki namespace will now be cached in memcached and APC (if available), rather than memcached and local files. +* Added a new hook, 'RandomPageQuery', to allow modification of the query used + by Special:Random to select random pages. +* $wgTransactionalTimeLimit was added, which controls the request time limit + for potentially slow POST requests that need to be as atomic as possible. ==== External libraries ==== * Update es5-shim from v4.0.0 to v4.1.5. @@ -67,6 +73,7 @@ production. === Bug fixes in 1.26 === * (T53283) load.php sometimes sends 304 response without full headers * (T65198) Talk page tabs now have a "rel=discussion" attribute +* (T98841) {{msgnw:}} now preserves comments even when subst: is not used. === Action API changes in 1.26 === * New-style continuation is now the default for action=continue. Clients may @@ -145,6 +152,7 @@ changes to languages because of Phabricator reports. * DatabaseBase::ignoreErrors() is now protected. * BREAKING CHANGE: mediawiki.legacy.ajax has been removed, following a lengthy deprecation period. +* The ScopedPHPTimeout class was removed. == Compatibility ==