Merge "resourceloader: Remove support for 'object' in wgResourceModules"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Tue, 16 Jul 2019 00:29:27 +0000 (00:29 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 16 Jul 2019 00:29:27 +0000 (00:29 +0000)
1  2 
RELEASE-NOTES-1.34

diff --combined RELEASE-NOTES-1.34
@@@ -67,8 -67,6 +67,8 @@@ For notes on 1.33.x and older releases
    from other users originating from Special:EmailUser.
  
  === New developer features in 1.34 ===
 +* The ImgAuthModifyHeaders hook was added to img_auth.php to allow modification
 +  of headers in private wikis.
  * Language::formatTimePeriod now supports the new 'avoidhours' option to output
    strings like "5 days ago" instead of "5 days 13 hours ago".
  
@@@ -285,6 -283,9 +285,9 @@@ because of Phabricator reports
    which were deprecated and ignored by core since 1.22, are no longer set to any
    value, and SkinTemplate no longer emits a 'jsmimetype' key. Any extensions not
    updated since 2013 to cope with this deprecation may now break.
+ * (T222637) Passing ResourceLoaderModule objects to ResourceLoader::register()
+   or $wgResourceModules is no longer supported.
+   Use the 'class' or 'factory' option of the array format instead.
  * …
  
  === Deprecations in 1.34 ===
    been deprecated.
  * User::getRights() and User::$mRights have been deprecated. Use
    PermissionManager::getUserPermissions() instead.
 +* The LocalisationCacheRecache hook no longer allows purging of message blobs
 +  to be prevented. Modifying the $purgeBlobs parameter now has no effect.
  
  === Other changes in 1.34 ===
  * …