-
mattab a rédigé
During tests, we shall load plugins that are in the .gitmodule file (official plugins found in marketplace), as well as loading those that are in the global.ini.php (official plugins bundled in piwik).
mattab a rédigéDuring tests, we shall load plugins that are in the .gitmodule file (official plugins found in marketplace), as well as loading those that are in the global.ini.php (official plugins bundled in piwik).
.gitmodules 1,10 Kio
[submodule "plugins/PleineLune"]
path = plugins/PleineLune
url = https://github.com/piwik/theme-PleineLune.git
branch = master
[submodule "plugins/SecurityInfo"]
path = plugins/SecurityInfo
url = https://github.com/piwik/plugin-SecurityInfo.git
branch = master
[submodule "plugins/TreemapVisualization"]
path = plugins/TreemapVisualization
url = https://github.com/piwik/plugin-TreemapVisualization.git
branch = master
[submodule "plugins/VisitorGenerator"]
path = plugins/VisitorGenerator
url = https://github.com/piwik/plugin-VisitorGenerator.git
branch = master
[submodule "tests/PHPUnit/UI"]
path = tests/PHPUnit/UI
url = https://github.com/piwik/piwik-ui-tests.git
branch = master
[submodule "plugins/CustomAlerts"]
path = plugins/CustomAlerts
url = https://github.com/piwik/plugin-CustomAlerts.git
branch = master
[submodule "plugins/TasksTimetable"]
path = plugins/TasksTimetable
url = https://github.com/piwik/plugin-TasksTimetable.git
branch = master
[submodule "plugins/LoginHttpAuth"]
path = plugins/LoginHttpAuth
url = https://github.com/piwik/plugin-LoginHttpAuth.git
branch = master