jenkins-bot has submitted this change and it was merged.

Change subject: Move progressbar to widgets
......................................................................


Move progressbar to widgets

Change-Id: Id50ac227a4cc909c85673dc8d7d05cc4478d58c5
---
M Resources.php
R modules/widgets/progressbar/ext.cx.progressbar.js
R modules/widgets/progressbar/ext.cx.progressbar.less
3 files changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Santhosh: Looks good to me, approved
  Nikerabbit: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/Resources.php b/Resources.php
index 4304ade..34ef667 100644
--- a/Resources.php
+++ b/Resources.php
@@ -464,9 +464,9 @@
 ) + $resourcePaths;
 
 $wgResourceModules['ext.cx.progressbar'] = array(
-       'scripts' => 'tools/ext.cx.progressbar.js',
+       'scripts' => 'widgets/progressbar/ext.cx.progressbar.js',
        'styles' => array(
-               'tools/styles/ext.cx.progressbar.less',
+               'widgets/progressbar/ext.cx.progressbar.less',
        ),
        'messages' => array(
                'cx-header-progressbar-text',
diff --git a/modules/tools/ext.cx.progressbar.js 
b/modules/widgets/progressbar/ext.cx.progressbar.js
similarity index 100%
rename from modules/tools/ext.cx.progressbar.js
rename to modules/widgets/progressbar/ext.cx.progressbar.js
diff --git a/modules/tools/styles/ext.cx.progressbar.less 
b/modules/widgets/progressbar/ext.cx.progressbar.less
similarity index 92%
rename from modules/tools/styles/ext.cx.progressbar.less
rename to modules/widgets/progressbar/ext.cx.progressbar.less
index f5f84de..ba7e0b4 100644
--- a/modules/tools/styles/ext.cx.progressbar.less
+++ b/modules/widgets/progressbar/ext.cx.progressbar.less
@@ -1,4 +1,4 @@
-@import "../../widgets/common/ext.cx.common";
+@import "../common/ext.cx.common";
 
 .cx-header__progressbar {
        .mw-ui-one-whole;

-- 
To view, visit https://gerrit.wikimedia.org/r/200111
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Id50ac227a4cc909c85673dc8d7d05cc4478d58c5
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: Santhosh <[email protected]>
Gerrit-Reviewer: Nikerabbit <[email protected]>
Gerrit-Reviewer: Santhosh <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to