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:
authorFabian Becker <halfdan@xnorfz.de>2013-02-05 00:38:13 +0400
committerFabian Becker <halfdan@xnorfz.de>2013-02-05 00:38:13 +0400
commit011794a78722bd99762ca12c4c11371033a310bc (patch)
treedab7737654935c80f1ba020bfe632cd5409c2e64 /plugins/VisitorGenerator/templates
parent509ea6cca907f888e2a5c664df10ec05e6d89889 (diff)
Check for browser archiving in Controller.php
Show text according to browser archiving setting. fixes #3299
Diffstat (limited to 'plugins/VisitorGenerator/templates')
-rw-r--r--plugins/VisitorGenerator/templates/generate.tpl8
1 files changed, 7 insertions, 1 deletions
diff --git a/plugins/VisitorGenerator/templates/generate.tpl b/plugins/VisitorGenerator/templates/generate.tpl
index 613b274408..12d13fdac3 100644
--- a/plugins/VisitorGenerator/templates/generate.tpl
+++ b/plugins/VisitorGenerator/templates/generate.tpl
@@ -6,6 +6,12 @@ Generated visits for {$siteName} and for {'General_LastDays'|translate:$days}.<b
Generated {'General_NbActions'|translate}: {$nbActionsTotal}<br />
{'VisitorGenerator_NbRequestsPerSec'|translate}: {$nbRequestsPerSec}<br />
{$timer}</p>
-<p><strong> To have Piwik re-process reports for dates that maybe are already processed, you can TRUNCATE the tables piwik_archive_numeric_* for the months you wish to re-generate data. <a href='http://piwik.org/faq/how-to/#faq_59' target="_blank">See FAQ</a></strong>
+<p><strong>
+{if $browserArchivingEnabled}
+The reports will be reprocessed the next time you visit the Piwik reports, it might take a few minutes.
+{else}
+Please re-run the archive.php Piwik script in the crontab to refresh the reports. <a href="http://piwik.org/docs/setup-auto-archiving/">See "How to Set up Auto-Archiving of Your Reports"</a>
+{/if}
+</strong>
</p>
{include file="CoreAdminHome/templates/footer.tpl"}