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
path: root/config
diff options
context:
space:
mode:
authorMatthieu Aubry <mattab@users.noreply.github.com>2017-01-30 07:38:36 +0300
committerGitHub <noreply@github.com>2017-01-30 07:38:36 +0300
commitdc99d9efd479e4ab47dbc280c6c14dc85b2c4183 (patch)
treefbd9ee6c0c5e4a5e62e76c00f89ff5f9b181b739 /config
parent9ccb60700bdb7d39b1b5f64307f84a4b94245d1b (diff)
Ability to force loading console commands from some plugins (#11290)
* Cross Domain: forward pk_vid parameter when the clicked element is not directly a link but is within the link <a> element itself * Add custom commands when Piwik is not installed yet * Use config file to define Plugin names * minor * clean code
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 7796c0338d..af3eb6f7b8 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -559,6 +559,9 @@ enable_auto_update = 1
; If set to 0 it also disables the "sent plugin update emails" feature in general and the related setting in the UI.
enable_update_communication = 1
+; Comma separated list of plugin names for which console commands should be loaded (applies when Piwik is not installed yet)
+always_load_commands_from_plugin=
+
; This controls whether the pivotBy query parameter can be used with any dimension or just subtable
; dimensions. If set to 1, it will fetch a report with a segment for each row of the table being pivoted.
; At present, this is very inefficient, so it is disabled by default.