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/misc
diff options
context:
space:
mode:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-04-06 10:46:59 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-04-06 10:46:59 +0400
commitb8bd8cf1df9efcf41cc1b057805d12a91085bfe3 (patch)
treedfeea1da48bddd1c5f0e24660e85ecafb207c74f /misc
parent3412d1bdc71e9d5f3eed2c22df3cc4e2913af629 (diff)
- make sure all "Others" type legends are correct on all graphs
- regression: 'label' should always be first column, prettier in API results - translate some text in plugin + show how easy it is to translate a plugin
Diffstat (limited to 'misc')
-rw-r--r--misc/generateVisits.php3
-rw-r--r--misc/iframeWidget.htm1
2 files changed, 4 insertions, 0 deletions
diff --git a/misc/generateVisits.php b/misc/generateVisits.php
index 0258fa6c5d..45302cea4c 100644
--- a/misc/generateVisits.php
+++ b/misc/generateVisits.php
@@ -3,6 +3,9 @@
* The script can be used to generate huge number of visits and actions
* for a given number of days.
*/
+
+// TODO - generator should generate pages with slash, then test that period archiving doesn't show the unique page view
+// TODO - should generate goals with keyword or referer that are not found for this day, to simulate a referer 5 days ago and conversion today
$minVisitors = 20000;
$maxVisitors = 20000;
$nbActions = 10;
diff --git a/misc/iframeWidget.htm b/misc/iframeWidget.htm
index 8a83491fbf..60ea682d56 100644
--- a/misc/iframeWidget.htm
+++ b/misc/iframeWidget.htm
@@ -1,5 +1,6 @@
<html>
<body>
+<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js'></script>
<h3 style="color:#143974">Embedding the Piwik Country widget in an Iframe</h3>
<div id="widgetIframe"><iframe width="500" height="350" src="http://piwik.org/demo/index.php?module=Widgetize&action=iframe&moduleToWidgetize=UserCountry&actionToWidgetize=getCountry&idSite=1&period=day&date=yesterday&disableLink=1" scrolling="no" frameborder="0" marginheight="0" marginwidth="0"></iframe></div>