Merge "Added option to specify "Various authors" as author in extension credits using...
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Sun, 29 Sep 2019 21:16:23 +0000 (21:16 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Sun, 29 Sep 2019 21:16:23 +0000 (21:16 +0000)
1  2 
RELEASE-NOTES-1.34
languages/i18n/en.json
languages/i18n/qqq.json

@@@ -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 ==
Simple merge
Simple merge