Merge "Deprecate Parser::fetchFile() since it's unused"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Tue, 29 May 2018 17:04:44 +0000 (17:04 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 29 May 2018 17:04:45 +0000 (17:04 +0000)
1  2 
RELEASE-NOTES-1.32

diff --combined RELEASE-NOTES-1.32
@@@ -21,9 -21,6 +21,9 @@@ production
    adds a defense-in-depth feature to stop an attacker who has found a bug in
    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.
  
  === New features in 1.32 ===
  * (T112474) Generalized the ResourceLoader mechanism for overriding modules
@@@ -31,8 -28,6 +31,8 @@@
  * 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.
  
  === External library changes in 1.32 ===
  * …
@@@ -149,6 -144,7 +149,7 @@@ because of Phabricator reports
    with the 'unwatch' action parameter instead.
  * IcuCollation::getICUVersion() is deprecated, as you can just use the PHP
    constant INTL_ICU_VERSION directly in all versions that MediaWiki supports.
+ * Parser::fetchFile() is deprecated. Use ::fetchFileAndTitle() instead.
  
  === Other changes in 1.32 ===
  * Soft hyphens (U+00AD) are now automatically removed from titles; these