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:
authormattab <matthieu.aubry@gmail.com>2014-03-26 06:34:45 +0400
committermattab <matthieu.aubry@gmail.com>2014-03-26 06:34:45 +0400
commit82fd056238feb7a9f6b549d1d6e298ebbef2040f (patch)
treed60f2578fd89bc3e0e2278220d3de9ed75d47571 /config
parentaaafe466fc3634fb761697f95e3cefefba2b6a3f (diff)
Add new setting datatable_export_range_as_day = "rss" to let users customise the list of formats for which the data should be exported daily instead of, for the overall range.
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 553d6a9c14..78204437b4 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -156,6 +156,11 @@ datatable_default_limit = 10
; default number of rows returned in API responses
API_datatable_default_limit = 100
+; When period=range, below the datatables, when user clicks on "export", the data will be aggregate of the range.
+; Here you can specify the comma separated list of formats for which the data will be exported aggregated by day
+; (ie. there will be a new "date" column). For example set to: "rss,tsv,csv"
+datatable_export_range_as_day = "rss"
+
; This setting is overriden in the UI, under "User Settings".
; The date and period loaded by Piwik uses the defaults below. Possible values: yesterday, today.
default_day = yesterday