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:
authorBenaka Moorthi <benaka.moorthi@gmail.com>2013-09-18 08:13:20 +0400
committerBenaka Moorthi <benaka.moorthi@gmail.com>2013-09-18 08:13:31 +0400
commitc0768bf32a5bdccb8b50ac67c922e8c57b678dc9 (patch)
treeed2cc9c200fca0d67f059770034e1337d10f6c41 /plugins/VisitorInterest/VisitorInterest.php
parentc22a40a0a42de3c28f0621390d23aa9cf9c3eea6 (diff)
Refs #4041, #3317, allow visualization ID to be whole class name, allow footer icons to be customized per report/visualization, made visitor log a new visualization and removed the datatable_template display property.
Diffstat (limited to 'plugins/VisitorInterest/VisitorInterest.php')
-rw-r--r--plugins/VisitorInterest/VisitorInterest.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/VisitorInterest/VisitorInterest.php b/plugins/VisitorInterest/VisitorInterest.php
index eaddff902f..9f89e35f56 100644
--- a/plugins/VisitorInterest/VisitorInterest.php
+++ b/plugins/VisitorInterest/VisitorInterest.php
@@ -172,6 +172,7 @@ class VisitorInterest extends \Piwik\Plugin
'show_exclude_low_population' => false,
'show_offset_information' => false,
'show_pagination_control' => false,
+ 'show_limit_control' => false,
'show_search' => false,
'show_table_all_columns' => false,
'visualization_properties' => array(
@@ -193,6 +194,7 @@ class VisitorInterest extends \Piwik\Plugin
'show_exclude_low_population' => false,
'show_offset_information' => false,
'show_pagination_control' => false,
+ 'show_limit_control' => false,
'show_search' => false,
'show_table_all_columns' => false,
'visualization_properties' => array(
@@ -214,6 +216,7 @@ class VisitorInterest extends \Piwik\Plugin
'show_exclude_low_population' => false,
'show_offset_information' => false,
'show_pagination_control' => false,
+ 'show_limit_control' => false,
'filter_limit' => 15,
'show_search' => false,
'enable_sort' => false,
@@ -231,6 +234,7 @@ class VisitorInterest extends \Piwik\Plugin
'show_exclude_low_population' => false,
'show_offset_information' => false,
'show_pagination_control' => false,
+ 'show_limit_control' => false,
'show_all_views_icons' => false,
'filter_limit' => 15,
'show_search' => false,
@@ -238,4 +242,4 @@ class VisitorInterest extends \Piwik\Plugin
'show_table_all_columns' => false
);
}
-}
+} \ No newline at end of file