Merge "Remove deprecated mw.Api.errors and mw.Api.warnings"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Thu, 18 Jul 2019 02:27:58 +0000 (02:27 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 18 Jul 2019 02:27:58 +0000 (02:27 +0000)
1  2 
RELEASE-NOTES-1.34

diff --combined RELEASE-NOTES-1.34
@@@ -52,12 -52,6 +52,12 @@@ For notes on 1.33.x and older releases
  * Introduced $wgVerifyMimeTypeIE to allow disabling the MSIE 6/7 file type
    detection heuristic on upload, which is more conservative than the checks
    that were changed above.
 +* $wgSkipSkin — Setting this instead of $wgSkipSkins, deprecated in 1.23, is now
 +  hard-deprecated.
 +* $wgLocalInterwiki — Setting this instead of $wgLocalInterwikis, deprecated in
 +  1.23, is now hard-deprecated.
 +* $wgProfileOnly — Setting this, deprecated in 1.23, is now hard-deprecated.
 +  Instead, set the log file in $wgDebugLogGroups['profileoutput'].
  * …
  
  ==== Removed configuration ====
@@@ -279,8 -273,7 +279,8 @@@ because of Phabricator reports
    in JavaScript, use mw.log.deprecate() instead.
  * The 'user.groups' module, deprecated in 1.28, was removed.
    Use the 'user' module instead.
 -* The ability to override User::$mRights has been removed.
 +* The ability to override User::$mRights has been removed. Use
 +  PermissionManager::addTemporaryUserRights() instead.
  * Previously, when iterating ResultWrapper with foreach() or a similar
    construct, the range of the index was 1..numRows. This has been fixed to be
    0..(numRows-1).
  * The parameter $lang of the functions generateTOC and tocList in Linker and
    DummyLinker must be in type Language when present. Other types are
    deprecated since 1.33.
+ * The static properties mw.Api.errors and mw.Api.warnings, deprecated in 1.29,
+   have been removed.
  * …
  
  === Deprecations in 1.34 ===