X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.28;h=bd05309d6cac0d9272de1fd3536e3aade687f98c;hb=ae2f10b786aab0497ba0292dfb9997ed7cc96773;hp=0b7e68bf7b983686d74302efbb9464d965aa9337;hpb=bb8608c98a3d677d8557dd7056a7434c7c38c055;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.28 b/RELEASE-NOTES-1.28 index 0b7e68bf7b..bd05309d6c 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. @@ -47,6 +51,9 @@ production. 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 === @@ -84,6 +91,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 @@ -114,6 +132,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