From 340d7f8892271e509324ffcba1933ef9ffed4d43 Mon Sep 17 00:00:00 2001 From: BeezyT Date: Wed, 14 Nov 2012 13:02:46 +0000 Subject: 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 --- config/global.ini.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'config') 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 -- cgit v1.2.3