X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=blobdiff_plain;f=RELEASE-NOTES-1.27;h=9aaa32e59e6c4fb739a99f1f6f73b72c37fb9dd4;hb=f0b51b42007de9e30f97d2bfbde276053d32c579;hp=1670552a02aa022395688498abc1dd89d0376049;hpb=5cacf9fb5abc2ee3bb5cdbbad5263de758f5e9f1;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.27 b/RELEASE-NOTES-1.27 index 1670552a02..9aaa32e59e 100644 --- a/RELEASE-NOTES-1.27 +++ b/RELEASE-NOTES-1.27 @@ -14,17 +14,32 @@ production. $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. === Action API internal changes in 1.27 ===