From: jenkins-bot Date: Fri, 29 Jan 2016 20:43:10 +0000 (+0000) Subject: Merge "Remove $wgEnotifUseJobQ" X-Git-Tag: 1.31.0-rc.0~8155 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22suivi_revisions%22%29%20.%20%22?a=commitdiff_plain;h=507efab7fc8c54c7058c94f3a2b3d0f5eea723fd;p=lhc%2Fweb%2Fwiklou.git Merge "Remove $wgEnotifUseJobQ" --- 507efab7fc8c54c7058c94f3a2b3d0f5eea723fd diff --cc RELEASE-NOTES-1.27 index ff2b22dfb8,566be0d79c..35ce6c2a80 --- a/RELEASE-NOTES-1.27 +++ b/RELEASE-NOTES-1.27 @@@ -94,10 -94,12 +94,11 @@@ production * LoginForm::getLoginToken() and LoginForm::getCreateaccountToken() return a MediaWiki\Session\Token, and tokens must be checked using that class's methods. + * $wgEnotifUseJobQ was removed and the job queue is always used. === 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. +* $wgDataCenterUpdateStickTTL was also added. This decides how long a user + sticks to the primary DC (via cookies) after they make changes to the site. * 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.