Skip to content

Commit 89b2052

Browse files
jenkins-botGerrit Code Review
authored andcommitted
Merge "Remove deprecated jquery.mwExtension module"
2 parents 307e4b5 + 3863dd2 commit 89b2052

File tree

5 files changed

+1
-198
lines changed

5 files changed

+1
-198
lines changed

RELEASE-NOTES-1.30

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ changes to languages because of Phabricator reports.
168168
* WikiImporter now requires the second parameter to be an instance of the Config,
169169
class. Prior to that, the Config parameter was optional (a behavior deprecated in
170170
1.25).
171+
* Removed 'jquery.mwExtension' module. (deprecated since 1.26)
171172

172173
== Compatibility ==
173174
MediaWiki 1.30 requires PHP 5.5.9 or later. There is experimental support for

resources/Resources.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -301,10 +301,6 @@
301301
'scripts' => 'resources/src/jquery/jquery.mw-jump.js',
302302
'targets' => [ 'desktop', 'mobile' ],
303303
],
304-
'jquery.mwExtension' => [
305-
'scripts' => 'resources/src/jquery/jquery.mwExtension.js',
306-
'targets' => [ 'desktop', 'mobile' ],
307-
],
308304
'jquery.placeholder' => [
309305
'deprecated' => 'Use of "jquery.placeholder" is deprecated since MediaWiki 1.29.0',
310306

resources/src/jquery/jquery.mwExtension.js

Lines changed: 0 additions & 128 deletions
This file was deleted.

tests/qunit/QUnitTestResources.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
'tests/qunit/suites/resources/jquery/jquery.highlightText.test.js',
5757
'tests/qunit/suites/resources/jquery/jquery.localize.test.js',
5858
'tests/qunit/suites/resources/jquery/jquery.makeCollapsible.test.js',
59-
'tests/qunit/suites/resources/jquery/jquery.mwExtension.test.js',
6059
'tests/qunit/suites/resources/jquery/jquery.tabIndex.test.js',
6160
'tests/qunit/suites/resources/jquery/jquery.tablesorter.test.js',
6261
'tests/qunit/suites/resources/jquery/jquery.tablesorter.parsers.test.js',
@@ -112,7 +111,6 @@
112111
'jquery.highlightText',
113112
'jquery.localize',
114113
'jquery.makeCollapsible',
115-
'jquery.mwExtension',
116114
'jquery.tabIndex',
117115
'jquery.tablesorter',
118116
'jquery.textSelection',

tests/qunit/suites/resources/jquery/jquery.mwExtension.test.js

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)