Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Winkler <Findus23@users.noreply.github.com>2017-03-29 23:19:15 +0300
committerMatthieu Aubry <mattab@users.noreply.github.com>2017-03-29 23:19:15 +0300
commita21b868d63b1a210016c9a43a3a470b5e88f6c64 (patch)
tree5190179fd24d4bb8bf9f40338eae3a3b66a1ca5e /plugins/Live/tests/System
parent9c86cd6f9cbcb8c0bbb2825f725658f2b6b1fc3f (diff)
New flag icons (#11553)
* updated flag icons * remove lines completly * Visitors in Real-time * added ti flag * fix merge * readd logoHeight * remove flags from plugins/UserCountry/images/ * change flag directory * (hopefully) fix all tests * UserCountry system tests * Fix tests refs https://github.com/piwik/piwik/pull/11553 * Fixed CustomDimensions tests * remove unused flags * remove flag of united nations * System tests with new path * light border around flags in goals and live view * Fix BC system test * border around flag in visitor profile * Border around country flags in reports * border around flag icons in HTML reports * simpler css * System tests * UI tests show new flags + borders around them
Diffstat (limited to 'plugins/Live/tests/System')
-rw-r--r--plugins/Live/tests/System/expected/test___Live.getVisitorProfile.xml24
-rw-r--r--plugins/Live/tests/System/expected/test_higherLimit__Live.getVisitorProfile.xml44
2 files changed, 34 insertions, 34 deletions
diff --git a/plugins/Live/tests/System/expected/test___Live.getVisitorProfile.xml b/plugins/Live/tests/System/expected/test___Live.getVisitorProfile.xml
index ebb9d33283..6d2f99e5d5 100644
--- a/plugins/Live/tests/System/expected/test___Live.getVisitorProfile.xml
+++ b/plugins/Live/tests/System/expected/test___Live.getVisitorProfile.xml
@@ -31,13 +31,13 @@
<row>
<country>fr</country>
<nb_visits>1</nb_visits>
- <flag>plugins/UserCountry/images/flags/fr.png</flag>
+ <flag>plugins/Morpheus/icons/dist/flags/fr.png</flag>
<prettyName>France</prettyName>
</row>
<row>
<country>xx</country>
<nb_visits>30</nb_visits>
- <flag>plugins/UserCountry/images/flags/xx.png</flag>
+ <flag>plugins/Morpheus/icons/dist/flags/xx.png</flag>
<prettyName>Unknown</prettyName>
</row>
</countries>
@@ -130,7 +130,7 @@
<continentCode>unk</continentCode>
<country>Unknown</country>
<countryCode>xx</countryCode>
- <countryFlag>plugins/UserCountry/images/flags/xx.png</countryFlag>
+ <countryFlag>plugins/Morpheus/icons/dist/flags/xx.png</countryFlag>
<region />
<regionCode />
<city />
@@ -238,7 +238,7 @@
<continentCode>unk</continentCode>
<country>Unknown</country>
<countryCode>xx</countryCode>
- <countryFlag>plugins/UserCountry/images/flags/xx.png</countryFlag>
+ <countryFlag>plugins/Morpheus/icons/dist/flags/xx.png</countryFlag>
<region />
<regionCode />
<city />
@@ -346,7 +346,7 @@
<continentCode>unk</continentCode>
<country>Unknown</country>
<countryCode>xx</countryCode>
- <countryFlag>plugins/UserCountry/images/flags/xx.png</countryFlag>
+ <countryFlag>plugins/Morpheus/icons/dist/flags/xx.png</countryFlag>
<region />
<regionCode />
<city />
@@ -454,7 +454,7 @@
<continentCode>unk</continentCode>
<country>Unknown</country>
<countryCode>xx</countryCode>
- <countryFlag>plugins/UserCountry/images/flags/xx.png</countryFlag>
+ <countryFlag>plugins/Morpheus/icons/dist/flags/xx.png</countryFlag>
<region />
<regionCode />
<city />
@@ -562,7 +562,7 @@
<continentCode>unk</continentCode>
<country>Unknown</country>
<countryCode>xx</countryCode>
- <countryFlag>plugins/UserCountry/images/flags/xx.png</countryFlag>
+ <countryFlag>plugins/Morpheus/icons/dist/flags/xx.png</countryFlag>
<region />
<regionCode />
<city />
@@ -670,7 +670,7 @@
<continentCode>unk</continentCode>
<country>Unknown</country>
<countryCode>xx</countryCode>
- <countryFlag>plugins/UserCountry/images/flags/xx.png</countryFlag>
+ <countryFlag>plugins/Morpheus/icons/dist/flags/xx.png</countryFlag>
<region />
<regionCode />
<city />
@@ -778,7 +778,7 @@
<continentCode>unk</continentCode>
<country>Unknown</country>
<countryCode>xx</countryCode>
- <countryFlag>plugins/UserCountry/images/flags/xx.png</countryFlag>
+ <countryFlag>plugins/Morpheus/icons/dist/flags/xx.png</countryFlag>
<region />
<regionCode />
<city />
@@ -886,7 +886,7 @@
<continentCode>unk</continentCode>
<country>Unknown</country>
<countryCode>xx</countryCode>
- <countryFlag>plugins/UserCountry/images/flags/xx.png</countryFlag>
+ <countryFlag>plugins/Morpheus/icons/dist/flags/xx.png</countryFlag>
<region />
<regionCode />
<city />
@@ -994,7 +994,7 @@
<continentCode>unk</continentCode>
<country>Unknown</country>
<countryCode>xx</countryCode>
- <countryFlag>plugins/UserCountry/images/flags/xx.png</countryFlag>
+ <countryFlag>plugins/Morpheus/icons/dist/flags/xx.png</countryFlag>
<region />
<regionCode />
<city />
@@ -1102,7 +1102,7 @@
<continentCode>unk</continentCode>
<country>Unknown</country>
<countryCode>xx</countryCode>
- <countryFlag>plugins/UserCountry/images/flags/xx.png</countryFlag>
+ <countryFlag>plugins/Morpheus/icons/dist/flags/xx.png</countryFlag>
<region />
<regionCode />
<city />
diff --git a/plugins/Live/tests/System/expected/test_higherLimit__Live.getVisitorProfile.xml b/plugins/Live/tests/System/expected/test_higherLimit__Live.getVisitorProfile.xml
index 816f5a2df7..1e3914be4c 100644
--- a/plugins/Live/tests/System/expected/test_higherLimit__Live.getVisitorProfile.xml
+++ b/plugins/Live/tests/System/expected/test_higherLimit__Live.getVisitorProfile.xml
@@ -31,13 +31,13 @@
<row>
<country>fr</country>
<nb_visits>1</nb_visits>
- <flag>plugins/UserCountry/images/flags/fr.png</flag>
+ <flag>plugins/Morpheus/icons/dist/flags/fr.png</flag>
<prettyName>France</prettyName>
</row>
<row>
<country>xx</country>
<nb_visits>30</nb_visits>
- <flag>plugins/UserCountry/images/flags/xx.png</flag>
+ <flag>plugins/Morpheus/icons/dist/flags/xx.png</flag>
<prettyName>Unknown</prettyName>
</row>
</countries>
@@ -130,7 +130,7 @@
<continentCode>unk</continentCode>
<country>Unknown</country>
<countryCode>xx</countryCode>
- <countryFlag>plugins/UserCountry/images/flags/xx.png</countryFlag>
+ <countryFlag>plugins/Morpheus/icons/dist/flags/xx.png</countryFlag>
<region />
<regionCode />
<city />
@@ -238,7 +238,7 @@
<continentCode>unk</continentCode>
<country>Unknown</country>
<countryCode>xx</countryCode>
- <countryFlag>plugins/UserCountry/images/flags/xx.png</countryFlag>
+ <countryFlag>plugins/Morpheus/icons/dist/flags/xx.png</countryFlag>
<region />
<regionCode />
<city />
@@ -346,7 +346,7 @@
<continentCode>unk</continentCode>
<country>Unknown</country>
<countryCode>xx</countryCode>
- <countryFlag>plugins/UserCountry/images/flags/xx.png</countryFlag>
+ <countryFlag>plugins/Morpheus/icons/dist/flags/xx.png</countryFlag>
<region />
<regionCode />
<city />
@@ -454,7 +454,7 @@
<continentCode>unk</continentCode>
<country>Unknown</country>
<countryCode>xx</countryCode>
- <countryFlag>plugins/UserCountry/images/flags/xx.png</countryFlag>
+ <countryFlag>plugins/Morpheus/icons/dist/flags/xx.png</countryFlag>
<region />
<regionCode />
<city />
@@ -562,7 +562,7 @@
<continentCode>unk</continentCode>
<country>Unknown</country>
<countryCode>xx</countryCode>
- <countryFlag>plugins/UserCountry/images/flags/xx.png</countryFlag>
+ <countryFlag>plugins/Morpheus/icons/dist/flags/xx.png</countryFlag>
<region />
<regionCode />
<city />
@@ -670,7 +670,7 @@
<continentCode>unk</continentCode>
<country>Unknown</country>
<countryCode>xx</countryCode>
- <countryFlag>plugins/UserCountry/images/flags/xx.png</countryFlag>
+ <countryFlag>plugins/Morpheus/icons/dist/flags/xx.png</countryFlag>
<region />
<regionCode />
<city />
@@ -778,7 +778,7 @@
<continentCode>unk</continentCode>
<country>Unknown</country>
<countryCode>xx</countryCode>
- <countryFlag>plugins/UserCountry/images/flags/xx.png</countryFlag>
+ <countryFlag>plugins/Morpheus/icons/dist/flags/xx.png</countryFlag>
<region />
<regionCode />
<city />
@@ -886,7 +886,7 @@
<continentCode>unk</continentCode>
<country>Unknown</country>
<countryCode>xx</countryCode>
- <countryFlag>plugins/UserCountry/images/flags/xx.png</countryFlag>
+ <countryFlag>plugins/Morpheus/icons/dist/flags/xx.png</countryFlag>
<region />
<regionCode />
<city />
@@ -994,7 +994,7 @@
<continentCode>unk</continentCode>
<country>Unknown</country>
<countryCode>xx</countryCode>
- <countryFlag>plugins/UserCountry/images/flags/xx.png</countryFlag>
+ <countryFlag>plugins/Morpheus/icons/dist/flags/xx.png</countryFlag>
<region />
<regionCode />
<city />
@@ -1102,7 +1102,7 @@
<continentCode>unk</continentCode>
<country>Unknown</country>
<countryCode>xx</countryCode>
- <countryFlag>plugins/UserCountry/images/flags/xx.png</countryFlag>
+ <countryFlag>plugins/Morpheus/icons/dist/flags/xx.png</countryFlag>
<region />
<regionCode />
<city />
@@ -1210,7 +1210,7 @@
<continentCode>unk</continentCode>
<country>Unknown</country>
<countryCode>xx</countryCode>
- <countryFlag>plugins/UserCountry/images/flags/xx.png</countryFlag>
+ <countryFlag>plugins/Morpheus/icons/dist/flags/xx.png</countryFlag>
<region />
<regionCode />
<city />
@@ -1318,7 +1318,7 @@
<continentCode>unk</continentCode>
<country>Unknown</country>
<countryCode>xx</countryCode>
- <countryFlag>plugins/UserCountry/images/flags/xx.png</countryFlag>
+ <countryFlag>plugins/Morpheus/icons/dist/flags/xx.png</countryFlag>
<region />
<regionCode />
<city />
@@ -1426,7 +1426,7 @@
<continentCode>unk</continentCode>
<country>Unknown</country>
<countryCode>xx</countryCode>
- <countryFlag>plugins/UserCountry/images/flags/xx.png</countryFlag>
+ <countryFlag>plugins/Morpheus/icons/dist/flags/xx.png</countryFlag>
<region />
<regionCode />
<city />
@@ -1534,7 +1534,7 @@
<continentCode>unk</continentCode>
<country>Unknown</country>
<countryCode>xx</countryCode>
- <countryFlag>plugins/UserCountry/images/flags/xx.png</countryFlag>
+ <countryFlag>plugins/Morpheus/icons/dist/flags/xx.png</countryFlag>
<region />
<regionCode />
<city />
@@ -1642,7 +1642,7 @@
<continentCode>unk</continentCode>
<country>Unknown</country>
<countryCode>xx</countryCode>
- <countryFlag>plugins/UserCountry/images/flags/xx.png</countryFlag>
+ <countryFlag>plugins/Morpheus/icons/dist/flags/xx.png</countryFlag>
<region />
<regionCode />
<city />
@@ -1750,7 +1750,7 @@
<continentCode>unk</continentCode>
<country>Unknown</country>
<countryCode>xx</countryCode>
- <countryFlag>plugins/UserCountry/images/flags/xx.png</countryFlag>
+ <countryFlag>plugins/Morpheus/icons/dist/flags/xx.png</countryFlag>
<region />
<regionCode />
<city />
@@ -1858,7 +1858,7 @@
<continentCode>unk</continentCode>
<country>Unknown</country>
<countryCode>xx</countryCode>
- <countryFlag>plugins/UserCountry/images/flags/xx.png</countryFlag>
+ <countryFlag>plugins/Morpheus/icons/dist/flags/xx.png</countryFlag>
<region />
<regionCode />
<city />
@@ -1966,7 +1966,7 @@
<continentCode>unk</continentCode>
<country>Unknown</country>
<countryCode>xx</countryCode>
- <countryFlag>plugins/UserCountry/images/flags/xx.png</countryFlag>
+ <countryFlag>plugins/Morpheus/icons/dist/flags/xx.png</countryFlag>
<region />
<regionCode />
<city />
@@ -2074,7 +2074,7 @@
<continentCode>unk</continentCode>
<country>Unknown</country>
<countryCode>xx</countryCode>
- <countryFlag>plugins/UserCountry/images/flags/xx.png</countryFlag>
+ <countryFlag>plugins/Morpheus/icons/dist/flags/xx.png</countryFlag>
<region />
<regionCode />
<city />
@@ -2182,7 +2182,7 @@
<continentCode>unk</continentCode>
<country>Unknown</country>
<countryCode>xx</countryCode>
- <countryFlag>plugins/UserCountry/images/flags/xx.png</countryFlag>
+ <countryFlag>plugins/Morpheus/icons/dist/flags/xx.png</countryFlag>
<region />
<regionCode />
<city />