Merge "Add getLoginSecurityLevel() support to FormSpecialPage"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Thu, 7 Jun 2018 14:50:14 +0000 (14:50 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 7 Jun 2018 14:50:14 +0000 (14:50 +0000)
1  2 
RELEASE-NOTES-1.32

diff --combined RELEASE-NOTES-1.32
@@@ -37,6 -37,10 +37,10 @@@ production
  * (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.
  
  === External library changes in 1.32 ===
  * …
@@@ -45,7 -49,6 +49,7 @@@
  * Updated QUnit from 2.4.0 to 2.6.0.
  * Updated wikimedia/scoped-callback from 1.0.0 to 2.0.0.
  ** ScopedCallback objects can no longer be serialized.
 +* Updated wikimedia/wrappedstring from 2.3.0 to 3.0.1.
  
  ==== New external libraries ====
  * Added wikimedia/xmp-reader 0.5.1
@@@ -55,7 -58,8 +59,8 @@@
  * …
  
  === Bug fixes in 1.32 ===
- * …
+ * SpecialPage::execute() will now only call checkLoginSecurityLevel() if
+   getLoginSecurityLevel() returns non-false.
  
  === Action API changes in 1.32 ===
  * Added templated parameters.