From: James D. Forrester Date: Tue, 3 Jul 2018 22:14:07 +0000 (-0700) Subject: RELEASE-NOTES-1.32: Re-wrap to 80 chars again X-Git-Tag: 1.34.0-rc.0~4826^2 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=8879544c290cb6c75e203f48d967f8108a9c6043;p=lhc%2Fweb%2Fwiklou.git RELEASE-NOTES-1.32: Re-wrap to 80 chars again Change-Id: Ie40a1d099b267d77e0cb9f05cc103aff9190c556 --- diff --git a/RELEASE-NOTES-1.32 b/RELEASE-NOTES-1.32 index a269629224..8d548bd4cd 100644 --- a/RELEASE-NOTES-1.32 +++ b/RELEASE-NOTES-1.32 @@ -22,8 +22,9 @@ production. the parser allowing them to insert malicious attributes. Disabled by default, you can configure this via $wgCSPHeader and $wgCSPReportOnlyHeader. * New configuration variable has been added: $wgCookieSetOnIpBlock. - This determines whether to set a cookie when an IP user is blocked. Doing so means - that a blocked user, even after moving to a new IP address, will still be blocked. + This determines whether to set a cookie when an IP user is blocked. Doing so + means that a blocked user, even after moving to a new IP address, will still + be blocked. * The archive table's ar_rev_id field is now unique. * Special:BotPasswords now requires reauthentication. @@ -35,16 +36,16 @@ production. * Added 'ApiParseMakeOutputPage' hook. * (T174313) Added checkbox on Special:ListUsers to display only users in temporary user groups. -* (T152462) A cookie can now be set when an IP user is blocked to track that user if - they move to a new IP address. This is disabled by default. +* (T152462) A cookie can now be set when an IP user is blocked to track that + user if they move to a new IP address. This is disabled by default. * (T194950) Added 'ApiMaxLagInfo' hook. * SpecialPage::checkLoginSecurityLevel() will now preserve POST data when reauthenticating. * FormSpecialPage::execute() will now call checkLoginSecurityLevel() if getLoginSecurityLevel() returns non-false. * The 'ImageBeforeProduceHTML' hook is now passed three new parameters, $parser, - &$query and &$widthOption, allowing extensions even finer control over the resulting - HTML code. + &$query and &$widthOption, allowing extensions even finer control over the + resulting HTML code. === External library changes in 1.32 === * …