jenkins-bot has submitted this change and it was merged.
Change subject: Move jquery.ui.tagadata from Lib to Repo
......................................................................
Move jquery.ui.tagadata from Lib to Repo
It's only used by jquery.wikibase.aliasesview, which will be moved
to Repo, too.
Change-Id: I3eacaf0e3a43fe177daa9509bcff2803b963eaf2
---
M lib/resources/Resources.php
M lib/tests/qunit/resources.php
M repo/resources/Resources.php
R repo/resources/jquery.ui/jquery.ui.tagadata.LICENSE
R repo/resources/jquery.ui/jquery.ui.tagadata.css
R repo/resources/jquery.ui/jquery.ui.tagadata.js
R repo/tests/qunit/jquery.ui/jquery.ui.tagadata.tests.js
M repo/tests/qunit/resources.php
8 files changed, 24 insertions(+), 24 deletions(-)
Approvals:
Thiemo Mättig (WMDE): Looks good to me, approved
jenkins-bot: Verified
diff --git a/lib/resources/Resources.php b/lib/resources/Resources.php
index 140c03f..c2e7f1f 100644
--- a/lib/resources/Resources.php
+++ b/lib/resources/Resources.php
@@ -126,21 +126,6 @@
),
),
- 'jquery.ui.tagadata' => $moduleTemplate + array(
- 'scripts' => array(
- 'jquery.ui/jquery.ui.tagadata.js',
- ),
- 'styles' => array(
- 'jquery.ui/jquery.ui.tagadata.css',
- ),
- 'dependencies' => array(
- 'jquery.event.special.eachchange',
- 'jquery.effects.blind',
- 'jquery.inputautoexpand',
- 'jquery.ui.widget',
- ),
- ),
-
'wikibase.dataTypes' => $moduleTemplate + array(
'scripts' => array(
'wikibase.dataTypes/wikibase.dataTypes.js',
diff --git a/lib/tests/qunit/resources.php b/lib/tests/qunit/resources.php
index 0dd5b7c..7135dec 100644
--- a/lib/tests/qunit/resources.php
+++ b/lib/tests/qunit/resources.php
@@ -62,15 +62,6 @@
),
),
- 'jquery.ui.tagadata.tests' => $moduleBase + array(
- 'scripts' => array(
- 'jquery.ui/jquery.ui.tagadata.tests.js',
- ),
- 'dependencies' => array(
- 'jquery.ui.tagadata',
- ),
- ),
-
'wikibase.dataTypes.tests' => $moduleBase + array(
'scripts' => array(
'wikibase.dataTypes/wikibase.dataTypes.tests.js',
diff --git a/repo/resources/Resources.php b/repo/resources/Resources.php
index b369dfc..7715efc 100644
--- a/repo/resources/Resources.php
+++ b/repo/resources/Resources.php
@@ -25,6 +25,21 @@
$modules = array(
+ 'jquery.ui.tagadata' => $moduleTemplate + array(
+ 'scripts' => array(
+ 'jquery.ui/jquery.ui.tagadata.js',
+ ),
+ 'styles' => array(
+ 'jquery.ui/jquery.ui.tagadata.css',
+ ),
+ 'dependencies' => array(
+ 'jquery.event.special.eachchange',
+ 'jquery.effects.blind',
+ 'jquery.inputautoexpand',
+ 'jquery.ui.widget',
+ ),
+ ),
+
'jquery.ui.EditableTemplatedWidget' => $moduleTemplate + array(
'scripts' => array(
'jquery.ui/jquery.ui.EditableTemplatedWidget.js',
diff --git a/lib/resources/jquery.ui/jquery.ui.tagadata.LICENSE
b/repo/resources/jquery.ui/jquery.ui.tagadata.LICENSE
similarity index 100%
rename from lib/resources/jquery.ui/jquery.ui.tagadata.LICENSE
rename to repo/resources/jquery.ui/jquery.ui.tagadata.LICENSE
diff --git a/lib/resources/jquery.ui/jquery.ui.tagadata.css
b/repo/resources/jquery.ui/jquery.ui.tagadata.css
similarity index 100%
rename from lib/resources/jquery.ui/jquery.ui.tagadata.css
rename to repo/resources/jquery.ui/jquery.ui.tagadata.css
diff --git a/lib/resources/jquery.ui/jquery.ui.tagadata.js
b/repo/resources/jquery.ui/jquery.ui.tagadata.js
similarity index 100%
rename from lib/resources/jquery.ui/jquery.ui.tagadata.js
rename to repo/resources/jquery.ui/jquery.ui.tagadata.js
diff --git a/lib/tests/qunit/jquery.ui/jquery.ui.tagadata.tests.js
b/repo/tests/qunit/jquery.ui/jquery.ui.tagadata.tests.js
similarity index 100%
rename from lib/tests/qunit/jquery.ui/jquery.ui.tagadata.tests.js
rename to repo/tests/qunit/jquery.ui/jquery.ui.tagadata.tests.js
diff --git a/repo/tests/qunit/resources.php b/repo/tests/qunit/resources.php
index 7d73c98..0dad287 100644
--- a/repo/tests/qunit/resources.php
+++ b/repo/tests/qunit/resources.php
@@ -17,6 +17,15 @@
$modules = array(
+ 'jquery.ui.tagadata.tests' => $moduleBase + array(
+ 'scripts' => array(
+ 'jquery.ui/jquery.ui.tagadata.tests.js',
+ ),
+ 'dependencies' => array(
+ 'jquery.ui.tagadata',
+ ),
+ ),
+
'jquery.ui.EditableTemplatedWidget.tests' => $moduleBase +
array(
'scripts' => array(
'jquery.ui/jquery.ui.EditableTemplatedWidget.tests.js',
--
To view, visit https://gerrit.wikimedia.org/r/172964
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I3eacaf0e3a43fe177daa9509bcff2803b963eaf2
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Adrian Lang <[email protected]>
Gerrit-Reviewer: Thiemo Mättig (WMDE) <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits