Merge "mediawiki.notification: Remove the 'mediawiki.notify' module"

This commit is contained in:
jenkins-bot 2020-05-28 18:55:12 +00:00 committed by Gerrit Code Review
commit 1d9f48a255
2 changed files with 2 additions and 5 deletions

View file

@ -360,6 +360,8 @@ because of Phabricator reports.
* The easy-deflate.inflate module, unused since 1.32, was removed.
* The easy-deflate.deflate module was removed. Use the mediawiki.deflate
module instead.
* The mediawiki.notify module was removed. The mw.notify() shortcut is now
available by default, without any dependency.
* (T219604) The "jquery.ui.*" and "jquery.effects.*" module aliases,
deprecated in 1.34, have been removed. Use "jquery.ui" instead.
* (T235457) The "user.tokens" module has been removed.

View file

@ -805,11 +805,6 @@ return [
],
'targets' => [ 'desktop', 'mobile' ],
],
'mediawiki.notify' => [
'deprecated' => 'This dependency is no longer needed, mw.notify() is available by default.',
'dependencies' => 'mediawiki.base',
'targets' => [ 'desktop', 'mobile' ],
],
'mediawiki.notification.convertmessagebox' => [
'scripts' => 'resources/src/mediawiki.notification.convertmessagebox.js',
'dependencies' => [