From: jenkins-bot Date: Thu, 7 Jun 2018 14:50:14 +0000 (+0000) Subject: Merge "Add getLoginSecurityLevel() support to FormSpecialPage" X-Git-Tag: 1.34.0-rc.0~5162 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/gestion/rappel_supprimer.php?a=commitdiff_plain;h=46ea452bcdea5f65e1cad6fdfe03b6bb2d51c102;hp=-c;p=lhc%2Fweb%2Fwiklou.git Merge "Add getLoginSecurityLevel() support to FormSpecialPage" --- 46ea452bcdea5f65e1cad6fdfe03b6bb2d51c102 diff --combined RELEASE-NOTES-1.32 index 65d79f33cc,bdb3882c3c..ad62af43c9 --- a/RELEASE-NOTES-1.32 +++ b/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.