From 8a0fcbb4d1eb47a6634a9fd1cd0c351242454a25 Mon Sep 17 00:00:00 2001 From: BeezyT Date: Thu, 8 Nov 2012 11:02:14 +0000 Subject: refs #2465 Insight * links to the current url get a bubble as well * limit for the number of pages loaded from the API can be configured * ready for translation * url normalizer doesn't remove the hash part anymore (which corresponds to the latest behavior of the tracker) git-svn-id: http://dev.piwik.org/svn/trunk@7405 59fd770c-687e-43c8-a1e3-f5a4ff64c105 --- config/global.ini.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config') diff --git a/config/global.ini.php b/config/global.ini.php index f5caf0c816..697b918407 100644 --- a/config/global.ini.php +++ b/config/global.ini.php @@ -311,6 +311,10 @@ api_service_url = http://api.piwik.org ; eg. $period=range&date=previous10 becomes $period=day&date=previous10. Use this setting to override the $period value. graphs_default_period_to_plot_when_period_range = day +; The Insight plugin shows the Top X following pages, Top X downloads and Top X outlinks which followed +; a view of the current page. The value X can be set here. +insight_limit = 300 + [Tracker] ; Piwik uses first party cookies by default. If set to 1, ; the visit ID cookie will be set on the Piwik server domain as well -- cgit v1.2.3