X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.27;h=4275921e6a723fa6f5238704b9b82584b84968dd;hb=5f15ac0058b56e8782829170b4397b2bacfa8089;hp=2c64b2dc123246c39ce09a9424bf2197fee0891c;hpb=b64810b9c188bbde46c5dd6887eff3b6faf8475f;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.27 b/RELEASE-NOTES-1.27 index 2c64b2dc12..4275921e6a 100644 --- a/RELEASE-NOTES-1.27 +++ b/RELEASE-NOTES-1.27 @@ -9,7 +9,7 @@ MediaWiki 1.27 is an alpha-quality branch and is not recommended for use in production. === Configuration changes in 1.27 === -* Removed $wgUseLinkNamespaceDBFields +* $wgUseLinkNamespaceDBFields was removed. * Deprecated $wgResourceLoaderMinifierStatementsOnOwnLine and $wgResourceLoaderMinifierMaxLineLength, because there was little value in making the behavior configurable. The default values (`false` for the former, @@ -44,6 +44,8 @@ production. ** A new constructor, User::newSystemUser(), has been added to simplify the creation of passwordless "system" users for logged actions. * $wgMaxSquidPurgeTitles was removed. +* $wgAjaxWatch was removed. This is now enabled by default. +* (T27397) WebP is enabled by default as an uploadable filetype === New features in 1.27 === * $wgDataCenterId and $wgDataCenterRoles where added, which will serve as @@ -75,6 +77,8 @@ production. into the redirect destination. * prop=imageinfo&iiprop=uploadwarning will no longer include the possibility of "was-deleted" warning. +* Added difftotextpst to query=revisions which preforms a pre-save transform on + the text before diffing it. === Action API internal changes in 1.27 === * ApiQueryORM removed. @@ -86,6 +90,11 @@ regularly. Below only new and removed languages are listed, as well as changes to languages because of Bugzilla reports. === Other changes in 1.27 === +* ProfilerOutputUdp was removed. Note that there is a ProfilerOutputStats class. +* WikiPage::doDeleteArticleReal() and WikiPage::doDeleteArticle() now + ignore the 2nd and 3rd arguments (formerly $id and $commit). +* Removed "loaderScripts" option from ResourceLoaderFileModule class. +* Removed ORM-like wrapper added in 1.20. == Compatibility ==