Jdlrobson has submitted this change and it was merged.

Change subject: Code cleanup: Rename module to watchstar
......................................................................


Code cleanup: Rename module to watchstar

consistent with defined module name

Change-Id: Ie08cddb61b4bc31d5698cd525aab91bdff99cb4e
---
M MobileFrontend.php
R javascripts/modules/mf-watchstar.js
R less/modules/mf-watchstar.less
R stylesheets/modules/mf-watchstar.css
4 files changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Jdlrobson: Verified; Looks good to me, approved



diff --git a/MobileFrontend.php b/MobileFrontend.php
index 1bf176a..455e4e6 100644
--- a/MobileFrontend.php
+++ b/MobileFrontend.php
@@ -359,7 +359,7 @@
        'styles' => array(
                'stylesheets/modules/mf-references.css',
                'stylesheets/modules/mf-cleanuptemplates.css',
-               'stylesheets/modules/mf-watchlist.css',
+               'stylesheets/modules/mf-watchstar.css',
                'stylesheets/modules/mf-photo.css',
        ),
        'scripts' => array(
@@ -371,7 +371,7 @@
                'javascripts/common/mf-navigation.js',
                'javascripts/common/mf-notification.js', 
'javascripts/modules/mf-homepage.js',
                'javascripts/modules/mf-cleanuptemplates.js',
-               'javascripts/modules/mf-watchlist.js',
+               'javascripts/modules/mf-watchstar.js',
                'javascripts/modules/mf-photo.js',
                'javascripts/modules/mf-references.js'
        ),
@@ -384,7 +384,7 @@
                'mobile-frontend-drawer-cancel',
                'mobile-frontend-logged-in-toast-notification',
 
-               // mf-watchlist.js
+               // mf-watchstar.js
                'mobile-frontend-watchlist-add',
                'mobile-frontend-watchlist-removed',
                'mobile-frontend-watchlist-cta',
diff --git a/javascripts/modules/mf-watchlist.js 
b/javascripts/modules/mf-watchstar.js
similarity index 100%
rename from javascripts/modules/mf-watchlist.js
rename to javascripts/modules/mf-watchstar.js
diff --git a/less/modules/mf-watchlist.less b/less/modules/mf-watchstar.less
similarity index 100%
rename from less/modules/mf-watchlist.less
rename to less/modules/mf-watchstar.less
diff --git a/stylesheets/modules/mf-watchlist.css 
b/stylesheets/modules/mf-watchstar.css
similarity index 100%
rename from stylesheets/modules/mf-watchlist.css
rename to stylesheets/modules/mf-watchstar.css

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie08cddb61b4bc31d5698cd525aab91bdff99cb4e
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>
Gerrit-Reviewer: JGonera <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to