Merge "api: Make ApiQuery(All)DeletedRevisions accessible to everyone"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Tue, 10 Sep 2019 19:55:28 +0000 (19:55 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 10 Sep 2019 19:55:28 +0000 (19:55 +0000)
1  2 
RELEASE-NOTES-1.34

diff --combined RELEASE-NOTES-1.34
@@@ -162,8 -162,8 +162,8 @@@ $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.
+ * (T60993) action=query list=filearchive, list=alldeletedrevisions and
+   prop=deletedrevisions no longer require the 'deletedhistory' user right.
  
  === Action API internal changes in 1.34 ===
  * The exception thrown in ApiModuleManager::getModule has been changed
@@@ -190,34 -190,6 +190,34 @@@ because of Phabricator reports
    * CryptRand class
    * CryptRand service
    * Functions of the MWCryptRand class: singleton(), wasStrong() and generate().
 +* Various Special Page PHP Classes were renamed (mostly casing changes):
 +  * SpecialAncientpages => SpecialAncientPages
 +  * SpecialConfirmemail => SpecialConfirmEmail
 +  * SpecialDeadendpages => SpecialDeadendPages
 +  * SpecialFewestrevisions => SpecialFewestRevisions
 +  * SpecialListredirects => SpecialListRedirects
 +  * SpecialLonelypages => SpecialLonelyPages
 +  * SpecialLongpages => SpecialLongPages
 +  * SpecialMIMEsearch => SpecialMIMESearch
 +  * SpecialMostcategories => SpecialMostCategories
 +  * SpecialMostinterwikis => SpecialMostInterwikis
 +  * SpecialMostlinked => SpecialMostLinked
 +  * SpecialMostlinkedcategories => SpecialMostLinkedCategories
 +  * SpecialMostlinkedtemplates => SpecialMostLinkedTemplates
 +  * SpecialMostrevisions => SpecialMostRevisions
 +  * SpecialNewimages => SpecialNewFiles
 +  * SpecialShortpages => SpecialShortPages
 +  * SpecialUncategorizedcategories => SpecialUncategorizedCategories
 +  * SpecialUncategorizedimages => SpecialUncategorizedImages
 +  * SpecialUncategorizedpages => SpecialUncategorizedPages
 +  * SpecialUncategorizedtemplates => SpecialUncategorizedTemplates
 +  * SpecialUnusedcategories => SpecialUnusedCategories
 +  * SpecialUnusedimages => SpecialUnusedImages
 +  * SpecialUnusedtemplates => SpecialUnusedTemplates
 +  * SpecialUnwatchedpages => SpecialUnwatchedPages
 +  * SpecialWantedcategories => SpecialWantedCategories
 +  * SpecialWantedtemplates => SpecialWantedTemplates
 +  * SpecialWithoutinterwiki => SpecialWithoutInterwiki
  * Language::setCode, deprecated in 1.32, was removed. Use Language::factory to
    create a new Language object with a different language code.
  * MWNamespace::clearCaches() has been removed.  So has the $rebuild parameter
    be used instead.
  * The UserIsHidden hook is deprecated. Use GetUserBlock instead, and add a
    system block that hides the user.
 +* The GetBlockedStatus hook is deprecated. Use GetUserBlock instead, to add or
 +  remove a block.
  
  === Other changes in 1.34 ===
  * …