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:
authorBeezyT <timo@ezdesign.de>2012-11-14 17:02:46 +0400
committerBeezyT <timo@ezdesign.de>2012-11-14 17:02:46 +0400
commit340d7f8892271e509324ffcba1933ef9ffed4d43 (patch)
treefad194a248a441fe9f8fac031f2b5fbe0cd304c7 /config
parentc376b45e534b959effe9c4ab68b77fd26b65bf5d (diff)
refs #2465
overlay has two modes now: full screen with sidebar & full screen without sidebar. for now, it is only accessible via a new row action in the pages report. because of this change, some mostly not-so-nice core-changes could be removed (mainly that's good because overlay doesn't impact as many things outside the plugin anymore): * disableHistory option of broadcast * handling for parameter overlayUrl in broadcast * openLinksInOverlay() method of html table * config option overlay_launch_from_pages_report * hack for data table to launch overlay from the links other changes: * error message for wrong domain has nice styles and links to admin page when the user has admin privileges * when registering row actions, the order can be set * made row action style a little more compact * increased min width of label column a bit git-svn-id: http://dev.piwik.org/svn/trunk@7470 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 16abb38e2b..af26509b60 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -315,13 +315,9 @@ graphs_default_period_to_plot_when_period_range = day
; a view of the current page. The value X can be set here.
overlay_following_pages_limit = 300
-; With this option, you can disable the framed mode of the Overlay plugin. If set to 1, the Page Overlay session
-; will be started in a new tab instead of the iframe.
+; With this option, you can disable the framed mode of the Overlay plugin. Use it if your website contains a framebuster.
overlay_disable_framed_mode = 0
-; If this option is set, the links in the pages reports will not be opened in a new tab but will launch Page Overlay instead.
-overlay_launch_from_pages_report = 0
-
[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