[Piwik-hackers] New 0.2.3 version announcement

Matthieu Aubry matthieu.aubry at gmail.com
Mon Jun 9 04:05:07 CEST 2008


*Summary: 7 translations, piwik now works with 500k visits month, new 
API features*

* HUGE new features *
- 7 new translations in a shot (crazy a software that gets 7 
translations at the same time!!)
german, spanish, italian, russian, ukranian, catalan, dutch
Many more translation to come, more than 50 contributors involved...

- you can now use comma separated idsite in all the APIs methods. Examples:
http://piwik.org/demo/index.php?module=API&method=VisitsSummary.get&idSite=1,3&period=day&date=yesterday&format=xml
Adding a new magic keyword "all" that will give stats for all the 
websites for which the requesting user (or token_auth) has view access
http://piwik.org/demo/index.php?module=API&method=VisitsSummary.getVisits&idSite=all&period=day&date=yesterday&format=xml
I know many of you will play with this new feature..

- new limit concept: DataTable can now have a Summary row. A big table 
can be truncated after 200 rows for example, and the 201st row will the 
be a summary row which is (label = 'Others', nb_visits = sum(nb_visits), 
etc.)
By default we truncate all tables in referers after 500 rows (50 for 
subtables), and in Actions (200 for root level, 50 for subtables)
This makes the archiving MUCH faster and memory efficient. These number 
will be customizable in the config file soon.

* Small changes *
- renaming a few concepts in piwik (row->details is now called metadata, 
etc.)
we are trying to clean the code base and make it easy and welcoming for 
new devs (any suggestions?)
- fixing URL-checking for "sites" cant handle URLs with an '-'
- adding new search engines + icons

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.piwik.org/pipermail/piwik-hackers/attachments/20080609/1c8709fe/attachment.htm 


More information about the Piwik-hackers mailing list