[Piwik-svn] r331 - in trunk: . modules/Log plugins/Installation/templates

svnmaster at piwik.org svnmaster at piwik.org
Sat Mar 8 23:03:23 CET 2008


Author: matt
Date: 2008-03-08 23:03:22 +0100 (Sat, 08 Mar 2008)
New Revision: 331

Modified:
   trunk/TODO
   trunk/modules/Log/Exception.php
   trunk/plugins/Installation/templates/displayJavascriptCode.tpl
Log:
minor

Modified: trunk/TODO
===================================================================
--- trunk/TODO	2008-03-08 22:02:07 UTC (rev 330)
+++ trunk/TODO	2008-03-08 22:03:22 UTC (rev 331)
@@ -1,5 +1,9 @@
 simple fix
 ====
+
+added index _visit server_date
+added index _log_link_action idvisit
+
 plugins easy to register a new hook
 
 PPT= TRY PIWIK instead of onlin demo + screenshot piiwk

Modified: trunk/modules/Log/Exception.php
===================================================================
--- trunk/modules/Log/Exception.php	2008-03-08 22:02:07 UTC (rev 330)
+++ trunk/modules/Log/Exception.php	2008-03-08 22:03:22 UTC (rev 331)
@@ -86,7 +86,7 @@
 		// but with javascript we hide the DIV and onclick we show it  
 		$message .= "<script>document.getElementById('$divId').style.display='none';</script>";
 		
-		$message .= "<br>You can get help from <a href='http://piwik.org'>Piwik.org</a> (give us the full error message)";
+		$message .= "<br>You can get help from <a href='http://piwik.org'>Piwik.org</a> (give us the full error message + your PHP and Mysql version)";
 
 	    return $message;
     }

Modified: trunk/plugins/Installation/templates/displayJavascriptCode.tpl
===================================================================
--- trunk/plugins/Installation/templates/displayJavascriptCode.tpl	2008-03-08 22:02:07 UTC (rev 330)
+++ trunk/plugins/Installation/templates/displayJavascriptCode.tpl	2008-03-08 22:03:22 UTC (rev 331)
@@ -33,7 +33,7 @@
 {/if}
 <h1>Javascript tag</h1>
 <p>To count all visitors, you must insert the javascript code on all of your pages.</p>
-<p>Your pages do not have to be made with PHP, phpMyVisites will work on all kinds of pages (whether it is HTML, ASP, Perl or any other languages).</p>
+<p>Your pages do not have to be made with PHP, Piwik will work on all kinds of pages (whether it is HTML, ASP, Perl or any other languages).</p>
 <p>Here is the code you have to insert: (copy and paste on all your pages) </P>
 <code>
 {$javascriptTag}



More information about the Piwik-svn mailing list