<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Piwik » Releases</title>
	
	<link>http://piwik.org</link>
	<description># open source web analytics</description>
	<pubDate>Wed, 11 Nov 2009 12:30:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/PiwikReleases" type="application/rss+xml" /><feedburner:browserFriendly></feedburner:browserFriendly><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Piwik 0.4.5</title>
		<link>http://piwik.org/blog/2009/10/piwik-045/</link>
		<comments>http://piwik.org/blog/2009/10/piwik-045/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 17:07:25 +0000</pubDate>
		<dc:creator>anthon</dc:creator>
		
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://piwik.org/?p=822</guid>
		<description><![CDATA[This is a follow-up release to Piwik 0.4.4 to handle some server environment-specific issues.
Bug fixes

#1008 - open_basedir() restrictions would cause is_writable() to fail with a notice; this was used in determining whether the session.save_path was writable when session.save_handler = files
#1009 - one-click update might fail with PIWK_USER_PATH not defined
Some non-Apache users reporting Piwik displays only [...]]]></description>
			<content:encoded><![CDATA[<p>This is a follow-up release to Piwik 0.4.4 to handle some server environment-specific issues.</p>
<p><strong>Bug fixes</strong></p>
<ul>
<li>#1008 - open_basedir() restrictions would cause is_writable() to fail with a notice; this was used in determining whether the session.save_path was writable when session.save_handler = files</li>
<li>#1009 - one-click update might fail with PIWK_USER_PATH not defined</li>
<li>Some non-Apache users reporting Piwik displays only a blank page after the update.</li>
</ul>
<p><strong>Maintenance</strong></p>
<ul>
<li>sendHttpRequest() by sockets: increase buffer size and fflush() output.</li>
</ul>
<p><strong>Translations</strong></p>
<ul>
<li>Updated French translation.</li>
</ul>
<p>Our thanks to all the Trac and forum users who diligently submitted bug reports and feedback.  You help make Piwik more stable and usable for everyone.</p>
<p>We are now working on performance enhancements for Piwik 0.5.  Stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://piwik.org/blog/2009/10/piwik-045/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Piwik 0.4.4</title>
		<link>http://piwik.org/blog/2009/10/piwik-044/</link>
		<comments>http://piwik.org/blog/2009/10/piwik-044/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 09:29:39 +0000</pubDate>
		<dc:creator>anthon</dc:creator>
		
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://piwik.org/?p=774</guid>
		<description><![CDATA[New Features
#425, #904, #908 - Provide MYSQLI support
#642 - package Piwik for Microsoft Web Application Gallery
Added Norwegian and Korean translations
Bug Fixes
#923 - invalid XML response from UsersManager.getSitesAccessFromUser
#926 - add character encoding for the Export as Image page
#935 - re-order code to make global vars available to a plugin&#039;s JavaScript
#942 - calendar should use server date [...]]]></description>
			<content:encoded><![CDATA[<p><strong>New Features</strong><br />
#425, #904, #908 - Provide MYSQLI support<br />
#642 - package Piwik for Microsoft Web Application Gallery<br />
Added Norwegian and Korean translations</p>
<p><strong>Bug Fixes</strong><br />
#923 - invalid XML response from UsersManager.getSitesAccessFromUser<br />
#926 - add character encoding for the Export as Image page<br />
#935 - re-order code to make global vars available to a plugin&#039;s JavaScript<br />
#942 - calendar should use server date for &#039;today&#039;<br />
#944 - timestamp should appear before message in log files<br />
#945 - set session name and prefix session namespaces<br />
#953 - API doesn&#039;t handle default null parameters well<br />
#954 - escape left &amp; right brackets in URL; fixes Open Flash Chart error in some environments<br />
#962, #963 - fix &#034;integer&#034; and &#034;float&#034; detection in getRequestVar(); remove &#034;numeric&#034; default<br />
#964 - fix Opera 10 detection<br />
#974 - Swedish characters don&#039;t show up properly in UI<br />
#975 - reload page if user logs out in another tab<br />
#976 - exception if session.save_path not writeable<br />
#978 - fix %ss typo in translations<br />
#996 - fixes message box error when deleting a website open for editing (Settings | Websites)<br />
#999 - suppress top bar navigation links for disabled plugins<br />
#1003 - fix problem with empty translation strings<br />
#1005 - delete obsolete directories for users updating from pre-Piwik 0.2.10<br />
#1007 - workaround Opera 9.22 EMCAScript engine (parser bug)<br />
- Add IGNORE keyword to ALTER statement; MySQL in &#039;strict&#039; mode was erroring out &#039;Incorrect integer value&#039;.<br />
- Fix color assignments when more than 8 items loaded in Evolution chart</p>
<p><strong>Maintenance</strong></p>
<p>Updated Catalan, Greek, Spanish, French, Italian, Dutch, Russian, Serbian translations<br />
#497 - Update to Zend Framework 1.9.4<br />
#540 - adding support for plugins that define their own unit tests<br />
#632 - move local mods to subclassed ZF classes<br />
#749 - Login form changes<br />
#913 - add detection for Iron web browser<br />
#916 - update search engines list; remove some duplicates<br />
#918 - filter out newest Googlebot<br />
#919 - more helpful help text (Installation)<br />
#921, #922 - Added Piwik_View::factory().<br />
#925 - add curl &amp; stream fallback methods to sendHttpRequest()<br />
#929, #941 - minor css changes<br />
#937 - set_time_limit() refactoring<br />
#951 - remove download and outlink variable names from global.ini.php<br />
#956 - json_encode or xml extensions required; add system checks to Installation<br />
#957 - adding support for Tracker plugin unit testing<br />
#958 - update the Live/Bing bot filter<br />
#971 - Update to Open Flash Charts version 2 Lug Wrym Charmer<br />
#995 - add bz2 and tbz2 to list of recognized download extensions in piwik.js; updated QUnit<br />
- consistent use of Piwik_TranslateException()<br />
- changes to isPhpCliMode()<br />
- phpdoc updates</p>
<p><strong>Translations</strong><br />
#759, #924, #937, #939 - We need your help translating the Installation and CoreUpdater plugins!  The strings are now fully translatable.  We&#039;ve added browser language detection and a language selection drop down.</p>
<p>Our thanks to anush, bodo, cn_dark, feyp, hansfn, jpfle, pebosi, Glen Solsberry, and Ralf Trattman for patches.</p>
]]></content:encoded>
			<wfw:commentRss>http://piwik.org/blog/2009/10/piwik-044/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Piwik 0.4.3</title>
		<link>http://piwik.org/blog/2009/08/piwik-043/</link>
		<comments>http://piwik.org/blog/2009/08/piwik-043/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 00:08:04 +0000</pubDate>
		<dc:creator>anthon</dc:creator>
		
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://piwik.org/?p=752</guid>
		<description><![CDATA[New Features:
- #890, #907- updates to Search Engines
- #888 - Filtering out Bing spambot
-  #886 - Piwik will load bootstrap.php (if it exists) allowing for site-specific tweaks (e.g., define PIWIK_DOCUMENT_ROOT)
- #870 - Add/Edit Goal UI - can now specify goal as triggered &#034;manually&#034;
-  #826 - new Tracker.knownVisitorInformation hook
-  #793 - rewrote sendHttpRequest [...]]]></description>
			<content:encoded><![CDATA[<p><strong>New Features:</strong></p>
<p>- #890, #907- updates to Search Engines<br />
- #888 - Filtering out Bing spambot<br />
-  #886 - Piwik will load bootstrap.php (if it exists) allowing for site-specific tweaks (e.g., define PIWIK_DOCUMENT_ROOT)<br />
- #870 - Add/Edit Goal UI - can now specify goal as triggered &#034;manually&#034;<br />
-  #826 - new Tracker.knownVisitorInformation hook<br />
-  #793 - rewrote sendHttpRequest enabling update notifications when allow_url_fopen is Off</p>
<p><strong>Fixes:</strong><br />
-  #894 - inconsistencies between database upgrade and fresh install<br />
-  #892, 893 - Length of Visits cosmetic fixes<br />
-  #877 - Always start session; define PIWIK_ENABLE_SESSION_START=0 in bootstrap.php to get previous behaviour (may require increasing max number of MySQL connections)<br />
-  #877 - Sites management, error in the template<br />
-  #865 - unix_socket support reworked; now accepts &#034;host&#034;, &#034;host:port&#034;, &#034;host:/socket/path&#034;, or &#034;/socket/path&#034;<br />
-  #828 - session handling fix for PHP 5.2.0 (ZF1743)<br />
-  #700 - Installation checks for zlib and SPL<br />
-  #666 - database upgrades may take too long to run in browser<br />
-  JSON-stringified layout was in some cases not completely decoded</p>
<p><strong>Maintenance:</strong><br />
-  #911 - simplifying regular expressions<br />
-  #896, #897 - all_tests.php (unit tests) broken<br />
- #876 - Piwik_Tracker_Visit should not validate $this-&gt;request in constructor</p>
<p><strong>Translations:</strong><br />
- Minor changes across all translations.</p>
<p>Thanks to kolchak, kurakin, pebosi, and Uli for providing patches!</p>
]]></content:encoded>
			<wfw:commentRss>http://piwik.org/blog/2009/08/piwik-043/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Piwik 0.4.2</title>
		<link>http://piwik.org/blog/2009/07/piwik-042/</link>
		<comments>http://piwik.org/blog/2009/07/piwik-042/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 18:59:16 +0000</pubDate>
		<dc:creator>Matthieu</dc:creator>
		
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://piwik.org/?p=751</guid>
		<description><![CDATA[- ADDED Belarusian (by Fat Cow), Lithuanian language (from Donatas Stonys)
- UPDATED Danish, Spanish, French, Italian, Slovak, Swedish, Thai languages
- FIXED #794 Updated swfobject
- FIXED #839 JSON Parse error passing floats when set_range() expects ints
- FIXED #843 PHP 5.3 compatibility
- FIXED #809 Fixed Notice in archiving (guard against empty archive ID list)
- FIXED #828 Piwik [...]]]></description>
			<content:encoded><![CDATA[<p>- ADDED Belarusian (by Fat Cow), Lithuanian language (from Donatas Stonys)<br />
- UPDATED Danish, Spanish, French, Italian, Slovak, Swedish, Thai languages<br />
- FIXED #794 Updated swfobject<br />
- FIXED #839 JSON Parse error passing floats when set_range() expects ints<br />
- FIXED #843 PHP 5.3 compatibility<br />
- FIXED #809 Fixed Notice in archiving (guard against empty archive ID list)<br />
- FIXED #828 Piwik uses Zend_Session / Zend_Session_Namespace<br />
- FIXED #848 updated PclZip to v2.8<br />
- FIXED #849 updated and added missing flag images<br />
- FIXED #803 removed unnecessary require_once from core, plugins now that autoloader is implemented<br />
- FIXED #865 unix_socket supported<br />
- FIXED #745 Page names are recorded but if a &#034;/0/&#034; if in the URL it is removed<br />
- FIXED #768 restore the noscript call in the javascript tracking code<br />
- FIXED #852 disabled ActiveX plugin detection in IE<br />
- FIXED #856 updated PEAR HTML_Common from 1.2.4 to 1.2.5, HTML_QuickForm from 3.2.8 to 3.2.10.<br />
- FIXED #857 Added Silverlight and Google Gears detection<br />
- FIXED #842 Now computing the real number of unique visitors per month and week<br />
- FIXED #824 Archiving bug with deeply nested action urls in some rare cases<br />
- FIXED #816 small inconsistency in javascript tracking API for the setXClasses method (see updated <a href='http://piwik.org/docs/javascript-tracking/'>javascript API</a>)<br />
- FIXED #875 JavaScript error with IE6 and navigator.javaEnabled as rvalue<br />
- FIXED #831 Patching archive.sh for other names of php-binaries than &#034;php5&#034;<br />
- ADDED a few search engines</p>
]]></content:encoded>
			<wfw:commentRss>http://piwik.org/blog/2009/07/piwik-042/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Piwik 0.4.1</title>
		<link>http://piwik.org/blog/2009/06/piwik-041/</link>
		<comments>http://piwik.org/blog/2009/06/piwik-041/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 22:51:50 +0000</pubDate>
		<dc:creator>Matthieu</dc:creator>
		
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://piwik.org/?p=728</guid>
		<description><![CDATA[We release today 0.4.1 mostly for compatibility with the newly released PHP 5.2.10.
- FIXED #821  	 Piwik is PHP 5.2.10 Compatible: Incompatible method declaration in Piwik_Log_APICall
- ADDED  #778 javascript API to trigger a goal trackGoal. See documentation for trackGoal Javascript function
- FIXED #814  	 sourceElement can become NULL in function clickHandler
- FIXED [...]]]></description>
			<content:encoded><![CDATA[<p>We release today 0.4.1 mostly for compatibility with the newly released PHP 5.2.10.</p>
<p>- FIXED #821  	 Piwik is PHP 5.2.10 Compatible: Incompatible method declaration in Piwik_Log_APICall<br />
- ADDED  #778 javascript API to trigger a goal trackGoal. See <a href='/docs/javascript-tracking/'>documentation for trackGoal Javascript function</a><br />
- FIXED #814  	 sourceElement can become NULL in function clickHandler<br />
- FIXED #760  	 Changes to &#039;Basic HTML&#039; format<br />
- FIXED #742  	 Open Flash Chart update to Version2 Kvasir<br />
- FIXED #820  	 Piwik_ViewDataTable: $this->dataTable->getFirstRow() returns false and attempts to access getColumns()<br />
- FIXED #815  	 password reset should be reset only when email was successfully sent<br />
- FIXED #808  	 OFC2 export as image broken on IE8<br />
- FIXED #805  	 PHP session settings<br />
- FIXED #620  	 Piwik should use autoload (lazy load) classes instead of using require_once<br />
- FIXED #798  	 IE6 error when clicking on menu: flash object not destroyed properly (patch by Marc Trudel)<br />
- FIXED #795  	 Flash Widgets - &#034;loading-blue.gif&#034; never finishes<br />
- FIXED #697  	 Campaign parameter ignored when not as first parameter<br />
- FIXED #786  	 Installation on IIS fails with http status 405 error<br />
- FIXED #787 change to support embedded widgets across domains; add sample cross domain policy (install in wwwroot and edit list of permitted hosts)<br />
- FIXED #785  	 Bug the new piwik.js from Version 0.4 doesn&#039;t work with perfectlightbox<br />
- FIXED #736  	 unset cookie value if set(name, val) is called with val = Null<br />
- FIXED #810 Class &#039;Piwik_URL&#039; not found<br />
- FIXED #784 Error when deleting a goal<br />
- FIXED #783 Piwik includes wrong Zend library</p>
<p>Most patches for 0.4.1 were submitted by Anthon Pang.</p>
]]></content:encoded>
			<wfw:commentRss>http://piwik.org/blog/2009/06/piwik-041/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Piwik 0.4</title>
		<link>http://piwik.org/blog/2009/06/piwik-04/</link>
		<comments>http://piwik.org/blog/2009/06/piwik-04/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 23:44:31 +0000</pubDate>
		<dc:creator>Matthieu</dc:creator>
		
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://piwik.org/?p=637</guid>
		<description><![CDATA[- ADDED new piwik.js Javascript Tracking API; More information in the blog post and the Javscript Tracking documentation #355 (by Anthon)
- ADDED search engine links now link to the search engine page for this keyword. Added definition for the main search engines; you can contribute more! if a definition, (eg. &#034;search?q={k}&#034; for Google) is not [...]]]></description>
			<content:encoded><![CDATA[<p>- ADDED new piwik.js Javascript Tracking API; More information in <a href="http://piwik.org/blog/2009/06/new-piwik-javascript-tracking-api-how-we-designed-it/">the blog post</a> and the <a href="http://piwik.org/docs/javascript-tracking/">Javscript Tracking documentation</a> #355 (by Anthon)<br />
- ADDED search engine links now link to the search engine page for this keyword. Added definition for the main search engines; you can contribute more! if a definition, (eg. &#034;search?q={k}&#034; for Google) is not found, we simply link to the search engine homepage. More information how to add the link to the search result page on the <a href="http://piwik.org/faq/general/#faq_39">Search engine FAQ</a> #747 (by matt)<br />
- UPDATED languages: Catalan, French, Danish, Hungarian, Ukrainian, Spanish, German, Taiwanese<br />
- ADDED new languages: Czech, Thai, Finnish; <a href="http://piwik.org/translations/">Piwik is now translated in 27 languages</a><br />
- ADDED 20 search engines (including the new Bing.com)<br />
- FIXED #690 mysql password html encoded causing problems with special chars like &amp;  (by matt)<br />
- FIXED #159 tooltip doesn&#039;t show up on truncated labels with image (by black silence &amp; Anthon)<br />
- FIXED #691 Converted absolute URLs to relative URLs (by Anthon)<br />
- FIXED #712 Updating to a new Piwik version should automatically force the browser to update the cache for JS/CSS files (by Anthon)<br />
- FIXED #743 Optimized include path (by Anthon)<br />
- FIXED #744 Killed Java detection - it wasn&#039;t working properly in all browsers (by Anthon)<br />
- FIXED #632 ZF classes declared twice when calling piwik api from a ZF project (by Anthon)<br />
- FIXED #741 Updated to smarty 2.6.25 (by Anthon)<br />
- FIXED #668 piwik_log_visit.location_ip is negative on 32 bit systems (by Anthon)<br />
- FIXED #551 &#034;Logout&#034; / &#034;Sign out&#034; action linked to the active authentication plugin.  (by Anthon)</p>
]]></content:encoded>
			<wfw:commentRss>http://piwik.org/blog/2009/06/piwik-04/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Piwik 0.2.37</title>
		<link>http://piwik.org/blog/2009/05/piwik-0237/</link>
		<comments>http://piwik.org/blog/2009/05/piwik-0237/#comments</comments>
		<pubDate>Sat, 16 May 2009 01:06:39 +0000</pubDate>
		<dc:creator>Matthieu</dc:creator>
		
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://piwik.org/?p=579</guid>
		<description><![CDATA[- FIXED #714 by deleting all dashboard entries that had the last visit graph widget. This should fix most issues and greatly minimize support (thanks vipsoft for the idea).
]]></description>
			<content:encoded><![CDATA[<p>- FIXED <a class="closed ticket" title="Bug: Dashboard is broken (closed: fixed)" href="http://dev.piwik.org/trac/ticket/714">#714</a> by deleting all dashboard entries that had the last visit graph widget. This should fix most issues and greatly minimize support (thanks vipsoft for the idea).</p>
]]></content:encoded>
			<wfw:commentRss>http://piwik.org/blog/2009/05/piwik-0237/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Piwik 0.2.36</title>
		<link>http://piwik.org/blog/2009/05/piwik-0236/</link>
		<comments>http://piwik.org/blog/2009/05/piwik-0236/#comments</comments>
		<pubDate>Sat, 16 May 2009 01:05:55 +0000</pubDate>
		<dc:creator>Matthieu</dc:creator>
		
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://piwik.org/?p=577</guid>
		<description><![CDATA[- FIXED #706 - use single quotes for consistency; fix typo; upcase names
- FIXED #714 Now clearing Smarty templates on Update. Also fixing error with non-native json_encode() that is broken on some systems.
- FIXED #717 The dashboard layout string is too long for a GET request, now POSTing the data.
- FIXED #689 Added few search [...]]]></description>
			<content:encoded><![CDATA[<p>- FIXED #706 - use single quotes for consistency; fix typo; upcase names<br />
- FIXED #714 Now clearing Smarty templates on Update. Also fixing error with non-native json_encode() that is broken on some systems.<br />
- FIXED #717 The dashboard layout string is too long for a GET request, now POSTing the data.<br />
- FIXED #689 Added few search engines and fixed detection for google.ch<br />
- FIXED #715 Added Arora browser detection</p>
]]></content:encoded>
			<wfw:commentRss>http://piwik.org/blog/2009/05/piwik-0236/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Piwik 0.2.35</title>
		<link>http://piwik.org/blog/2009/05/piwik-0235/</link>
		<comments>http://piwik.org/blog/2009/05/piwik-0235/#comments</comments>
		<pubDate>Wed, 13 May 2009 07:45:46 +0000</pubDate>
		<dc:creator>Matthieu</dc:creator>
		
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://piwik.org/?p=566</guid>
		<description><![CDATA[Important note: After updating to 0.2.35, please delete your browser cache and refresh Piwik. There is a known issue where the new Javascript files are not correctly updated in the browser cache which causes the dashboard to fail.
- ADDED Refresh and back button now work! Great contribution by Khanh Pham #103
It is using the jquery [...]]]></description>
			<content:encoded><![CDATA[<p><b><u>Important note:</u> After updating to 0.2.35, please <u>delete your browser cache</u> and refresh Piwik. There is a <a href='http://dev.piwik.org/trac/ticket/712'>known issue</a> where the new Javascript files are not correctly updated in the browser cache which causes the dashboard to fail.</b></p>
<p>- ADDED Refresh and back button now work! Great contribution by Khanh Pham #103<br />
It is using the jquery history plugin. period, date, idsite, module and action are persisted across requests, making Piwik much nicer and faster to use.<br />
- ADDED search field below data tables is now using the regular expression syntax. For example, a search for &#034;google|yahoo&#034; would match all rows containing &#034;google&#034; or &#034;yahoo&#034;. All search strings containing any of the special characters from this list: . \ + * ? [  ] $ ( ) { } = ! &lt; &gt; | must be escaped with a back slash, eg. if you want to search for keywords containing &#034;piwik!&#034; you would search for &#034;piwik\!&#034;.<br />
- ADDED Introducing the new &#034;ExampleUI&#034; plugin which shows how to plot data easily in Piwik, reusing the existing framework (evolution graph, pie chart, bar graph, sparklines, tag clouds, tables, and more!)<br />
- ADDED #126 all dates should be correctly displayed in all graphs. For example, evolution graph for days would show, on the X axis &#034;Mon 29&#034;, &#034;Wed 31&#034;. For months it would show &#034;Aug 2009&#034;, etc.<br />
- ADDED Now displaying prettier date (better usability) as well as showing a calendar icon.<br />
- API CHANGE method VisitFrequency.getSummary renamed in VisitFrequency.get for consistency with VisitsSummary.get<br />
- API CHANGE: the API for the function Piwik_AddWidget has changed. The new API is Piwik_AddWidget( $widgetCategory, $widgetName, $controllerName, $controllerAction, $customParameters = array()). See examples of calls in all the core Piwik plugins. This change was necessary to make widgets more modular (they now accept custom parameters).<br />
- API CHANGE: a small number of CSV outputs for some API calls would change following the simplification of DataTable_Simple implementation. Affected calls are VisitsSummary.get, Goals.get, VisitFrequency.get. This is due to a change in the implementation of DataTable_Simple (we simplified implementation).<br />
- RENAMED time_before_archive_considered_outdated in time_before_today_archive_considered_outdated<br />
- FIXED #84 Added proper translations for all columns, in tables, and graphs.<br />
- FIXED #322 piwik is now using open flash chart 2<br />
- ADDED: when hovering any of the sparklines, the UI makes it clear that clicking will refresh the evolution graph. This feature was in Piwik for months, and even Google Analytics implemented this UI feature after Piwik. However in Piwik it wasn&#039;t clear to the user that the sparklines were clickable.<br />
- ADDED: now widgets can be created with custom parameters. This makes it possible to create a widget that calls a controller-&gt;action with other custom parameters, this is used in Piwik to draw an evolution graph (module=VisitsSummary &amp; action=getEvolutionGraph) for a given metric (&amp;columns[]=nb_visits). These custom parameters are automatically forwarded to the sparkline url, the flash graph when clicked on sparkline, etc.<br />
- ADDED The widget layout is now saved as a JSON string rather than a custom data structure. The dashboard code should be able to read &amp; restore most of the layouts from the old format (except the evolution graphs widgets). Simplified the Dashboard.js, widgetMenu.js, cleaned up what was a messy code.<br />
- ADDED sentence in Widgetize to let users know they can easily export the Piwik dashboard in an iframe.<br />
- CHANGED the way translations used in Javascript are loaded: all translations strings finishing by _js will be loaded to be used in the templates when calling {loadJavascriptTranslations plugins=&#039;YOUR_PLUGIN_NAME&#039;}<br />
- CHANGED Moved all templates in plugins under plugins/$PLUGIN/templates/<br />
- CHANGED &#039;Khtml (Konqueror, Safari)&#039; now displayed as &#039;KHTML (Safari, Chrome)&#039;<br />
- FIXED #651 by setting session.save_handler explicitly (patch by vipsoft)<br />
- FIXED #646, setting cache headers explicitly to nocache instead of assuming PHP default. (patch by vipsoft)<br />
- FIXED #682 Notice: Undefined property: Piwik_DataTable_Simple::$rows<br />
- ADDED new configuration option: default number of rows returned in API responses &#034;API_datatable_default_limit = 50&#034;<br />
- REMOVED the automatic generic filters. The limit and sort and safe decode are applied by each module when necessary.<br />
- REMOVED exact match filter. Now all searches are using regular expressions syntax. Exact match can be done using exact search ^like this$<br />
- FIXED notice when natural sort on a non existing column<br />
- FIXED CSV export for datatable_array<br />
- CHANGED Clarified code for plotting multiple lines in an evolution chart<br />
- FIXED #624 Added icon &#034;save as image&#034; below all graphs (next to the Export icon)<br />
- CHANGED Moved all JS functions into the piwikHelper static class<br />
- FIXED Added message when flash is disabled and graph not showing, linking to piwik faq.<br />
- FIXED Added expressInstall.swf feature so that users using old flash version are pointed to the new one automatically<br />
- FIXED  #590 - use relative path<br />
- REMOVED quicktime detection refs #683<br />
- ADDED new option default_period to specify which period to use by default in piwik (default is day). Possible values: day, week, month, year</p>
]]></content:encoded>
			<wfw:commentRss>http://piwik.org/blog/2009/05/piwik-0235/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Piwik 0.2.34</title>
		<link>http://piwik.org/blog/2009/04/piwik-0234/</link>
		<comments>http://piwik.org/blog/2009/04/piwik-0234/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 23:54:11 +0000</pubDate>
		<dc:creator>Matthieu</dc:creator>
		
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://piwik.org/?p=555</guid>
		<description><![CDATA[- FIXED #648 Generating cache files fails resulting in no visits recorded for a few users, due to wrong order in includes in piwik.php
]]></description>
			<content:encoded><![CDATA[<p>- FIXED #648 Generating cache files fails resulting in no visits recorded for a few users, due to wrong order in includes in piwik.php</p>
]]></content:encoded>
			<wfw:commentRss>http://piwik.org/blog/2009/04/piwik-0234/feed/</wfw:commentRss>
		</item>
	</channel>
</rss><!-- Dynamic page generated in 0.354 seconds. --><!-- Cached page generated by WP-Super-Cache on 2009-11-15 21:03:54 -->
