X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.27;h=c96eed2fde412ffaa26f82001eba0e52da5a9a32;hb=141e0380f33057bbc58543eea20d3291d1555540;hp=bf50a4740adf56912bfbc081ca1728e07e7a387f;hpb=3de7e73bd0f0ddf5d7c38fd46edfae96d1a64e40;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.27 b/RELEASE-NOTES-1.27 index bf50a4740a..c96eed2fde 100644 --- a/RELEASE-NOTES-1.27 +++ b/RELEASE-NOTES-1.27 @@ -10,14 +10,37 @@ production. === Configuration changes in 1.27 === * Removed $wgUseLinkNamespaceDBFields +* Deprecated $wgResourceLoaderMinifierStatementsOnOwnLine and + $wgResourceLoaderMinifierMaxLineLength, because there was little value in + making the behavior configurable. The default values (`false` for the former, + 1000 for the latter) are now hard-coded. +* $wgDebugDumpSqlLength was removed (deprecated in 1.24). +* $wgDebugDBTransactions was removed (deprecated in 1.20). +* $wgRemoteUploadTarget (added in 1.26) removed, replaced by $wgForeignUploadTargets === New features in 1.27 === +* $wgDataCenterId and $wgDataCenterRoles where added, which will serve as + basic configuration settings needed for multi-datacenter setups. + $wgDataCenterUpdateStickTTL was also added. +* Added a new hook, 'UserMailerTransformContent', to transform the contents + of an email. This is similar to the EmailUser hook but applies to all mail + sent via UserMailer. +* Added a new hook, 'UserMailerTransformMessage', to transform the contents + of an emai after MIME encoding. +* Added a new hook, 'UserMailerSplitTo', to control which users have to be + emailed separately (ie. there is a single address in the To: field) so + user-specific changes to the email can be applied safely. +* $wgCdnMaxageLagged was added, which limits the CDN cache TTL + when any load balancer uses a DB that is lagged beyond the 'max lag' + setting in the relevant section of $wgLBFactoryConf. ==== External libraries ==== === Bug fixes in 1.27 === === Action API changes in 1.27 === +* Added list=allrevisions. +* generator=recentchanges now has the option to generate revids. === Action API internal changes in 1.27 === @@ -27,10 +50,8 @@ MediaWiki supports over 350 languages. Many localisations are updated regularly. Below only new and removed languages are listed, as well as changes to languages because of Bugzilla reports. - === Other changes in 1.27 === - == Compatibility == MediaWiki 1.27 requires PHP 5.3.3 or later. There is experimental support for