Jdlrobson has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/62413


Change subject: Code organisation: Rename history modules
......................................................................

Code organisation: Rename history modules

drop mf-prefix
change to show current mobile mode

Change-Id: I59afb2f3a903ce7958f9e78b771fbe51f017fe44
---
M MobileFrontend.php
R javascripts/common/history-alpha.js
R javascripts/common/history.js
R tests/javascripts/common/test_history.js
4 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend 
refs/changes/13/62413/1

diff --git a/MobileFrontend.php b/MobileFrontend.php
index 74061ac..50c9f77 100644
--- a/MobileFrontend.php
+++ b/MobileFrontend.php
@@ -247,7 +247,7 @@
                'javascripts/externals/hogan.js',
                'javascripts/common/eventemitter.js',
                'javascripts/common/mf-application.js',
-               'javascripts/common/mf-history.js',
+               'javascripts/common/history.js',
                'javascripts/common/mf-settings.js',
                'javascripts/modules/mf-stop-mobile-redirect.js',
        ),
@@ -406,7 +406,7 @@
        'scripts' => array(
                'javascripts/common/application-alpha.js',
                'javascripts/modules/mf-inline-style-scrubber.js',
-               'javascripts/common/mf-history-jquery.js',
+               'javascripts/common/history-alpha.js',
                'javascripts/modules/mf-tables.js',
                'javascripts/modules/mf-translator.js',
                'javascripts/modules/mf-toggle-dynamic.js',
diff --git a/javascripts/common/mf-history-jquery.js 
b/javascripts/common/history-alpha.js
similarity index 100%
rename from javascripts/common/mf-history-jquery.js
rename to javascripts/common/history-alpha.js
diff --git a/javascripts/common/mf-history.js b/javascripts/common/history.js
similarity index 100%
rename from javascripts/common/mf-history.js
rename to javascripts/common/history.js
diff --git a/tests/javascripts/common/test_mf-history.js 
b/tests/javascripts/common/test_history.js
similarity index 100%
rename from tests/javascripts/common/test_mf-history.js
rename to tests/javascripts/common/test_history.js

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I59afb2f3a903ce7958f9e78b771fbe51f017fe44
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>

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

Reply via email to