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:
authorMatthieu Aubry <mattab@users.noreply.github.com>2017-03-28 20:38:53 +0300
committerGitHub <noreply@github.com>2017-03-28 20:38:53 +0300
commita0f0eb8fa0cc86e14afeabde80d2a21a7e0122d9 (patch)
treec43d4e5cada42fd9275ada7dc85e1c31320b6e05 /.gitmodules
parent8179b7897d6ba0538b7b24274e451d3613bbebc9 (diff)
All icons in own repo and included as a submodule (#11548)
* add icons submodule * replace path * change submodule url * fix JSONTest * fix integration tests * update icon submodules * fix preg_match * fix remaining system tests * better match for non dist icon files * fix .gitmodules * update icon submodule * Fixed custom dimension test * Do not completely fail when GD not enabled * Fix http test + refactor checklist * Refactored the code into a method * Changed icon path refs https://github.com/piwik/piwik/pull/11383 * System tests * Update valid UI tests * Fix integration test
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index ba524bbbd1..c7aa0f27e0 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -57,5 +57,8 @@
path = misc/log-analytics
url = https://github.com/piwik/piwik-log-analytics.git
branch = master
+[submodule "plugins/Morpheus/icons"]
+ path = plugins/Morpheus/icons
+ url = https://github.com/piwik/piwik-icons.git
# Note: do not add new plugin submodules here, but a few lines above