From: jenkins-bot Date: Mon, 9 Sep 2019 19:29:48 +0000 (+0000) Subject: Merge "api: Update QueryFilearchive to provide information to everyone" X-Git-Tag: 1.34.0-rc.0~303 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=ca3083c61e413c76e28bdfe59b236d3e818284d2 Merge "api: Update QueryFilearchive to provide information to everyone" --- ca3083c61e413c76e28bdfe59b236d3e818284d2 diff --cc RELEASE-NOTES-1.34 index c7527ab8b6,3ba9537f0a..e0f4752188 --- a/RELEASE-NOTES-1.34 +++ b/RELEASE-NOTES-1.34 @@@ -162,13 -153,10 +162,15 @@@ $wgPasswordPolicy['policies']['default' === Action API changes in 1.34 === * The 'recenteditcount' response property from action=query list=allusers, deprecated in 1.25, has been removed. + * (T60993) action=query list=filearchive no longer requires the 'deletedhistory' + user right. === Action API internal changes in 1.34 === +* The exception thrown in ApiModuleManager::getModule has been changed + from an MWException to an UnexpectedValueException, thrown by ObjectFactory. + ApiModuleManager::getModule now also throws InvalidArgumentExceptions when + ObjectFactory is presented with an invalid spec or incorrectly constructed + objects. * … === Languages updated in 1.34 ===