X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.28;h=9843d900191dbf3204d6fa9572f5382d1c83db57;hb=f245845056d4df54ed3543c4fad8087656618c96;hp=92ac8695351db572c92f557a5b5898aa9336dfb5;hpb=bdc664e4eadfebdd6574cf0dc49deb0672c0d668;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.28 b/RELEASE-NOTES-1.28 index 92ac869535..9843d90019 100644 --- a/RELEASE-NOTES-1.28 +++ b/RELEASE-NOTES-1.28 @@ -24,8 +24,14 @@ production. input methods provided by the UniversalLanguageSelector extension. * When $wgPingback is true, MediaWiki will periodically ping https://www.mediawiki.org/beacon with basic information about the local - MediaWiki installation. This data includes, for example, the type of system, + MediaWiki installation. This data includes, for example, the type of system, PHP version, and chosen database backend. This behavior is off by default. +* 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 . === New features in 1.28 === * User::isBot() method for checking if an account is a bot role account. @@ -42,6 +48,11 @@ 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. === External library changes in 1.28 === @@ -79,6 +90,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 @@ -100,7 +122,7 @@ changes to languages because of Phabricator reports. === Other changes in 1.28 === * (T128697) Improved handling of large diffs. -* [BREAKING CHANGE] $wgExtendedLoginCookies has been removed. You can +* [BREAKING CHANGE] $wgExtendedLoginCookies has been removed. You can use or update a custom session provider if needed. * Deprecated APIEditBeforeSave hook in favor of EditFilterMergedContent. * The 'UploadVerification' hook is deprecated. Use 'UploadVerifyFile' instead. @@ -109,6 +131,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