X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.28;h=dfa482a16b467e592847517e1bbe4a95937ec5af;hb=9c8d885060363a2c5df3ab8f2e68a5a5ef5d7894;hp=1463c6d508057fd111d8bd069f30761965658103;hpb=d824ffa6a496cc905cb333e987d46c12adab5414;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.28 b/RELEASE-NOTES-1.28 index 1463c6d508..dfa482a16b 100644 --- a/RELEASE-NOTES-1.28 +++ b/RELEASE-NOTES-1.28 @@ -26,9 +26,13 @@ production. https://www.mediawiki.org/beacon with basic information about the local MediaWiki installation. This data includes, for example, the type of system, PHP version, and chosen database backend. This behavior is off by default. -* When $wgEditButtonPublishNotSave 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". +* 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. @@ -45,6 +49,17 @@ production. to 'uca-default-u-kn' or 'uca--u-kn'. If you can't use UCA collations, a 'numeric' collation is also available. If migrating from another collation, you will need to run the updateCollation.php maintenance script. +* Two new codes have been added to #time parser function: "xit" for days in current + month, and "xiz" for days passed in the year, both in Iranian calendar. +* 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 to another wiki + on the wiki farm with a different domain, MediaWiki will instead alter the redirect + URL to include a ?cpPosTime parameter that triggers the database synchronization when + the URL is followed by the client. The same-domain case uses a new cpPosTime cookie. === External library changes in 1.28 === @@ -82,6 +97,17 @@ production. action=createaccount, action=linkaccount, and action=changeauthenticationdata in the query string is now deprecated and outputs a warning. They should be submitted in the POST body instead. +* (T141960) Multi-valued parameters may now be separated using U+001F (Unit Separator) + instead of the pipe character. This will be useful if some of the multiple + values need to contain pipes, e.g. for action=options. +* The API will now warn if input is not NFC-normalized Unicode or if it + contains invalid characters. +* The 'normalized' list output by action=query and other modules that use + ApiPageSet may contain entries where the 'from' value is percent-encoded as + the raw value cannot be represented in a valid API response. These are + indicated by a 'fromencoded' boolean alongside the existing 'from' parameter. +* (T28680) action=paraminfo can now return info about all submodules of a + module without listing them all explicitly. === Action API internal changes in 1.28 === * Added a new hook, 'ApiMakeParserOptions', to allow extensions to better @@ -112,6 +138,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 @@ -137,6 +165,12 @@ 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. +* The 'jquery.arrowSteps' ResourceLoader module was removed. == Compatibility ==