X-Git-Url: https://git.cyclocoop.org/%28%28?a=blobdiff_plain;f=RELEASE-NOTES-1.28;h=a24f97a1f65c14bab53403947e8f27986d3aa2a5;hb=9c44be0eea12d6b89079bf43c27e7feeadf64ebe;hp=c3a91c445084f027d5d2d091baa3ed213ead35a9;hpb=ef50d30b7b8e3b6f8480b74135f2f2e30f479336;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.28 b/RELEASE-NOTES-1.28 index c3a91c4450..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'). @@ -114,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 === @@ -172,6 +202,9 @@ changes to languages because of Phabricator reports. 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 ==