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:
authorBeezyT <timo@ezdesign.de>2012-11-15 14:24:31 +0400
committerBeezyT <timo@ezdesign.de>2012-11-15 14:24:31 +0400
commit979028ea9b24bd389606ab439c850d1d0e00395d (patch)
tree8f4be443fda7c3a486dd72b70ecb85b38e0a6c65 /plugins/Overlay/API.php
parent02932327cea7fd8746f658b6a995f10b9dba0be8 (diff)
refs #2465
* remember the location of the iframe in the l parameter using the core broadcast methods => popoverParam works as well => transitions and row evolution can make use of the back button * row evolution and transitions get a static launch method that is used in overlay to trigger the popovers without any knowledge of their implementation * broadcast.propagateAjax() gets the disableHistory parameter back but the handling is much easier this time * remove full screen link for now because we might want to do that differently - i'll add some details to the ticket later * two fixes for sanitized urls git-svn-id: http://dev.piwik.org/svn/trunk@7477 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/Overlay/API.php')
-rw-r--r--plugins/Overlay/API.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Overlay/API.php b/plugins/Overlay/API.php
index 4108a0addf..17197edbe9 100644
--- a/plugins/Overlay/API.php
+++ b/plugins/Overlay/API.php
@@ -77,7 +77,7 @@ class Piwik_Overlay_API
$this->authenticate($idSite);
$url = Piwik_Tracker_Action::excludeQueryParametersFromUrl($url, $idSite);
- $url = Piwik_Common::unsanitizeInputValue($url);
+ // we don't unsanitize $url here. it will be done in the Transitions plugin.
$resultDataTable = new Piwik_DataTable;