Merge "RELEASE-NOTES-1.32: Re-wrap to 80 chars again"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Tue, 10 Jul 2018 18:25:11 +0000 (18:25 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 10 Jul 2018 18:25:11 +0000 (18:25 +0000)
1  2 
RELEASE-NOTES-1.32

diff --combined RELEASE-NOTES-1.32
@@@ -10,7 -10,6 +10,7 @@@ production
    have been removed.
  * The $wgUseAjax setting, deprecated in 1.31, is now ignored.
  * The $wgSiteSupportPage setting, unused since 1.5, was removed.
 +* The $wgBrowserBlacklist setting, deprecated in 1.30, was removed.
  * The default quality of JPEG thumbnails generated by GD was reduced from 95 to
    80. The quality of JPEG thumbnails is now configurable through the new setting
    $wgJpegQuality (default 80). This aligns the quality to what ImageMagick uses.
@@@ -23,8 -22,9 +23,9 @@@
    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.
  
  * 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 ===
  * …
@@@ -172,9 -172,6 +173,9 @@@ because of Phabricator reports
    use 'EditPageGetCheckboxesDefinition' instead.
  * Linker::getLinkColour() and DummyLinker::getLinkColour(), deprecated since
    1.28, were removed. LinkRenderer::getLinkClasses() should be used instead.
 +* Wikimedia\Rdbms\LoadBalancer::getLaggedSlaveMode(), deprecated in 1.28, has
 +  been removed. Use Wikimedia\Rdbms\LoadBalancer::getLaggedReplicaMode()
 +  instead.
  * mw.widgets.CategoryMultiselectWidget now uses TagMultiselectWidget instead of
    CapsuleMultiselectWidget. The following methods may no longer be used:
    * setItemsFromData: Use setValue instead