From: jenkins-bot Date: Sun, 29 Sep 2019 21:16:23 +0000 (+0000) Subject: Merge "Added option to specify "Various authors" as author in extension credits using... X-Git-Tag: 1.34.0-rc.0~53 X-Git-Url: http://git.cyclocoop.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=df59a5cbabea50191168303c5f0ea3600aab49b4 Merge "Added option to specify "Various authors" as author in extension credits using "..." as the _only_ author name" --- df59a5cbabea50191168303c5f0ea3600aab49b4 diff --cc RELEASE-NOTES-1.34 index 0d6f1e11bd,2e075ec20a..48fcbafb97 --- a/RELEASE-NOTES-1.34 +++ b/RELEASE-NOTES-1.34 @@@ -593,13 -570,12 +593,17 @@@ because of Phabricator reports * StreamFile::send404Message() and StreamFile::parseRange() are now deprecated. Use HTTPFileStreamer::send404Message() and HTTPFileStreamer::parseRange() respectively instead. +* Global variable $wgSysopEmailBans is deprecated; to allow sysops to ban + users from sending emails, use + $wgGroupPermissions['sysop']['blockemail'] = true; +* ApiQueryBase::showHiddenUsersAddBlockInfo() is deprecated. Use + ApiQueryBlockInfoTrait instead. === Other changes in 1.34 === + * Added option to specify "Various authors" as author in extension credits using + "..." as the only author name. If the "author" array contains more than one + entry and "..." is one of the entries in the array, "..." will be parsed as + "others" (version-poweredby-others i18n message) like previously. * … == Compatibility ==