X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=RELEASE-NOTES-1.28;h=1f4b8dc75b45131e2704549b02c9a5aea533d181;hb=25ec0cc39aa083dd6a050939ad3df5a409a81989;hp=600ac7012f8fb56c244c887d750897ef3ce157ac;hpb=be5c2ca0174cbbcce17a43dcf634b2b7ae9433c5;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.28 b/RELEASE-NOTES-1.28 index 600ac7012f..1f4b8dc75b 100644 --- a/RELEASE-NOTES-1.28 +++ b/RELEASE-NOTES-1.28 @@ -29,6 +29,10 @@ production. * When $EditSubmitButtonLabelPublish is true, MediaWiki will label the button to store-to-database-and-show-to-others as "Publish page"/"Publish changes"; if false, the default, they will be "Save page"/"Save changes". +* The 'editcontentmodel' permission is now granted to all logged-in users ('user'). + instead of just administrators ('sysop'). Documentation for this feature is + available at . +* $wgRevisionCacheExpiry is now set to one week by default instead of being disabled. === New features in 1.28 === * User::isBot() method for checking if an account is a bot role account. @@ -50,6 +54,11 @@ production. * mw.Api has a new option, useUS, to use U+001F (Unit Separator) when appropriate for sending multi-valued parameters. This defaults to true when the mw.Api instance seems to be for the local wiki. +* After a client performs an action which alters a database that has replica databases, + MediaWiki will wait for the replica databases to synchronize with the master database + while it renders the HTML output. However, if the output is a redirect, it will instead + alter the redirect URL to include a ?cpPosTime parameter that triggers the database + synchronization when the URL is followed by the client. === External library changes in 1.28 === @@ -128,6 +137,8 @@ changes to languages because of Phabricator reports. login and visiting the login page while already logged in. * ResourceLoader::makeLoaderURL() was removed (deprecated since 1.24). * $.fn.liveAndTestAtStart was removed (deprecated since 1.24). +* mw.util.tooltipAccessKeyPrefix was removed (deprecated since 1.24). +* mw.util.tooltipAccessKeyRegexp was removed (deprecated since 1.24). * Linker::link() and Linker::linkKnown() were deprecated; please instead use MediaWiki\Linker\LinkRenderer. In addition, the LinkBegin and LinkEnd hooks were replaced by HtmlPageLinkRendererBegin and HtmlPageLinkRendererEnd @@ -153,6 +164,11 @@ changes to languages because of Phabricator reports. * OOjs UI PHP widgets constructed with the `'infusable' => true` config option will no longer be automatically infused. You should call `OO.ui.infuse()` on them yourself from your JavaScript code. +* parserTests.php has moved to tests/parser/parserTests.php +* The command line options specific to parser tests have been removed from + phpunit.php: --regex and --keep-uploads. Instead of --regex, use --filter. + Instead of --keep-uploads, use the same option to parserTests.php, but you + must specify a directory with --upload-dir. == Compatibility ==