Merge "Support the creation of special pages with services injected"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Mon, 9 Sep 2019 12:21:24 +0000 (12:21 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 9 Sep 2019 12:21:24 +0000 (12:21 +0000)
1  2 
RELEASE-NOTES-1.34

diff --combined RELEASE-NOTES-1.34
@@@ -80,7 -80,6 +80,7 @@@ $wgPasswordPolicy['policies']['default'
  * $wgWikiDiff2MovedParagraphDetectionCutoff — If you still want a custom change
    size threshold, please specify in php.ini, using the configuration variable
    wikidiff2.moved_paragraph_detection_cutoff.
 +* $wgUseESI - This experimental setting, deprecated in 1.33, is now removed.
  * $wgDebugPrintHttpHeaders - The default of including HTTP headers in the
    debug log channel is no longer configurable. The debug log itself remains
    configurable via $wgDebugLogFile.
    GetBlockedStatus.
  * ObjectFactory is available as a service. When used as a service, the object
    specs can now specify needed DI services.
+ * (T222388) Special pages can now be specified as an ObjectFactory spec,
+   allowing the construction of special pages that require services to be
+   injected in their constructor.
  
  === External library changes in 1.34 ===
  
@@@ -493,6 -495,9 +496,9 @@@ because of Phabricator reports
    or extend RevisionSearchResult.
  * Skin::getSkinNameMessages() is deprecated and no longer used.
  * The mediawiki.RegExp module is deprecated; use mw.util.escapeRegExp() instead.
+ * Specifying a SpecialPage object for the list of special pages (either through
+   the SpecialPage_initList hook or by adding to $wgSpecialPages) is now
+   deprecated.
  
  === Other changes in 1.34 ===
  * …