X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.28;h=a24f97a1f65c14bab53403947e8f27986d3aa2a5;hb=673f6f2e9d3d1a357a67e921b2be45190285de70;hp=1f4b8dc75b45131e2704549b02c9a5aea533d181;hpb=a3dacac90f19f1d0cb613919ecc1b2947428a19b;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.28 b/RELEASE-NOTES-1.28 index 1f4b8dc75b..a24f97a1f6 100644 --- a/RELEASE-NOTES-1.28 +++ b/RELEASE-NOTES-1.28 @@ -26,7 +26,7 @@ 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 $EditSubmitButtonLabelPublish is true, MediaWiki will label the button +* When $wgEditSubmitButtonLabelPublish 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'). @@ -56,9 +56,10 @@ production. 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. + 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 === @@ -113,6 +114,36 @@ production. interact with ApiParse and ApiExpandTemplates. * (T139565) SECURITY: API: Generate head items in the context of the given title * (T115333) SECURITY: Check read permission when loading page content in ApiParse +* ApiBase::makeHelpArrayToString() was removed (deprecated since 1.25) +* ApiBase::makeHelpMsgParameters() was removed (deprecated since 1.25) +* ApiBase::makeHelpMsg() was removed (deprecated since 1.25) +* ApiFormatBase::formatHTML() was removed (deprecated since 1.25) +* ApiFormatBase::getNeedsRawData() was removed (deprecated since 1.25) +* ApiFormatBase::getWantsHelp() was removed (deprecated since 1.25) +* ApiFormatBase::setBufferResult() was removed (deprecated since 1.25) +* ApiFormatBase::setHelp() was removed (deprecated since 1.25) +* ApiFormatBase::setUnescapeAmps() was removed (deprecated since 1.25) +* ApiMain::makeHelpMsgHeader() was removed (deprecated since 1.25) +* ApiMain::reallyMakeHelpMsg() was removed (deprecated since 1.25) +* ApiMain::setHelp() was removed (deprecated since 1.25) +* ApiResult::beginContinuation() was removed (deprecated since 1.25) +* ApiResult::cleanUpUTF8() was removed (deprecated since 1.25) +* ApiResult::convertStatusToArray() was removed (deprecated since 1.25) +* ApiResult::disableSizeCheck() was removed (deprecated since 1.24) +* ApiResult::enableSizeCheck() was removed (deprecated since 1.24) +* ApiResult::endContinuation() was removed (deprecated since 1.25) +* ApiResult::getData() was removed (deprecated since 1.25) +* ApiResult::getIsRawMode() was removed (deprecated since 1.25) +* ApiResult::setContent() was removed (deprecated since 1.25) +* ApiResult::setContinueParam() was removed (deprecated since 1.25) +* ApiResult::setElement() was removed (deprecated since 1.25) +* ApiResult::setGeneratorContinueParam() was removed (deprecated since 1.25) +* ApiResult::setIndexedTagName_internal() was removed (deprecated since 1.25) +* ApiResult::setIndexedTagName_recursive() was removed (deprecated since 1.25) +* ApiResult::setMainForContinuation() was removed (deprecated since 1.25) +* ApiResult::setParsedLimit() was removed (deprecated since 1.25) +* ApiResult::setRawMode() was removed (deprecated since 1.25) +* ApiResult::size() was removed (deprecated since 1.25) === Languages updated in 1.28 === @@ -143,6 +174,7 @@ changes to languages because of Phabricator reports. MediaWiki\Linker\LinkRenderer. In addition, the LinkBegin and LinkEnd hooks were replaced by HtmlPageLinkRendererBegin and HtmlPageLinkRendererEnd respectively. See docs/hooks.txt for the specific changes needed for those hooks. +* Linker::formatSize() was deprecated. Use Language::formatSize() directly. * Aliases for Linker methods, deprecated since 1.21, were removed from Skin: * Skin::commentBlock() (use Linker::commentBlock() instead) * Skin::generateRollback() (use Linker::generateRollback() instead) @@ -169,6 +201,10 @@ changes to languages because of Phabricator reports. 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 is now deprecated. +* IP::isConfiguredProxy() and IP::isTrustedProxy() were removed. Callers should + migrate to using the same functions on a ProxyLookup instance, obtainable from + MediaWikiServices. == Compatibility ==