From f4d248d5e1792e49a9eea42801a4ab120dc0663f Mon Sep 17 00:00:00 2001 From: benakamoorthi Date: Sat, 7 Apr 2012 02:30:49 +0000 Subject: Fixes #53. Augmented the log data deletion feature. Added the ability to purge old reports and metrics. Other changes: * Added the following plugin functions: Piwik_DropTables, Piwik_OptimizeTables, Piwik_DeleteAllRows. Also refactored existing code to use them. * Modified graph, tag cloud & datatable templates/views to show a different message if there's no data for a report and if its possible that report was purged. * Refactored DbStats API, added getAllTablesStatus method that doesn't modify the SHOW TABLE STATUS result. * Deletelogs config options are now stored in the DB. * Added task priority support to the TaskScheduler. git-svn-id: http://dev.piwik.org/svn/trunk@6174 59fd770c-687e-43c8-a1e3-f5a4ff64c105 --- plugins/DBStats/templates/DBStats.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/DBStats/templates') diff --git a/plugins/DBStats/templates/DBStats.tpl b/plugins/DBStats/templates/DBStats.tpl index 4064e90729..686e3d1fca 100644 --- a/plugins/DBStats/templates/DBStats.tpl +++ b/plugins/DBStats/templates/DBStats.tpl @@ -9,8 +9,8 @@
{'DBStats_LearnMore'|translate:"Piwik Auto Archiving"}
-{'PrivacyManager_DeleteLogSettings'|translate}: -{capture assign=clickDeleteLogSettings}{'PrivacyManager_DeleteLogSettings'|translate}{/capture} +{'PrivacyManager_DeleteDataSettings'|translate}: +{capture assign=clickDeleteLogSettings}{'PrivacyManager_DeleteDataSettings'|translate}{/capture} {'PrivacyManager_ClickHereSettings'|translate:"'$clickDeleteLogSettings'"} -- cgit v1.2.3