<?xml version="1.0"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Transition Technology: Ticket #720: Upgrade to Piwik 2.2.0</title>
    <link>http://localhost:8080/trac/ticket/720</link>
    <description>&lt;p&gt;
From the Changelog, &lt;a class="ext-link" href="http://piwik.org/changelog/piwik-2-2-0/"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://piwik.org/changelog/piwik-2-2-0/&lt;/a&gt;
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;p&gt;
Piwik 2.2.0 is a major new release. This release is rated critical. Please update now.
&lt;/p&gt;
&lt;p&gt;
We highly recommend that you upgrade your server to Piwik 2.2.0 today to benefit from design, performance and security improvements in this release.
&lt;/p&gt;
&lt;h2 id="Piwik2.2helpsyoufocusonyourdata"&gt;Piwik 2.2 helps you focus on your data&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;All reports: display as much text as possible before the label becomes truncated (useful when you want to see more data at a glance without having to hover to view the full label)
&lt;/li&gt;&lt;li&gt;Make Datatables more readable and flatter – we have removed some borders.
&lt;/li&gt;&lt;li&gt;On the dashboard, the Data Tables and graph icons are now hidden by default and are now available by clicking on the widget footer.
&lt;/li&gt;&lt;/ul&gt;&lt;h2 id="Newfeatures"&gt;New features&lt;/h2&gt;
&lt;ul&gt;&lt;li&gt;Event Tracking: track your custom events with Piwik. An event is defined by a Category, an Action, an optional Name and an optional Value. Event Tracking is a powerful feature which can be used for many purposes! &lt;a class="ext-link" href="http://piwik.org/docs/event-tracking/"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://piwik.org/docs/event-tracking/&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;Site Search reports are now available in Scheduled email reports and on Piwik Mobile
&lt;/li&gt;&lt;li&gt;New Websites Groups (available on request) functionality now allows you to group a cluster of websites in the All Websites Dashboard.
&lt;/li&gt;&lt;li&gt;Security fixes: we would like to warmly thank Security researchers Mateusz Goik and Vivek S. Jadhav for responsibly reporting two XSS security issues in Piwik which are now fixed in 2.2.0.
&lt;/li&gt;&lt;li&gt;API breaking change for Plugins developers
&lt;/li&gt;&lt;li&gt;Deprecated the function Schema::dropTables() and DbHelper::dropTables, for the new Db::dropTables()
&lt;/li&gt;&lt;li&gt;Removed the code that was deprecated in 2.1.0. Learn more &lt;a class="ext-link" href="http://piwik.org/blog/2014/02/piwik-2-1-changes-plugin-developers/"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://piwik.org/blog/2014/02/piwik-2-1-changes-plugin-developers/&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;&lt;/blockquote&gt;
</description>
    <language>en-us</language>
    <image>
      <title>Transition Technology</title>
      <url>/trac/chrome/site/TransitionNetwork-Logo-Web-Small.jpg</url>
      <link>http://localhost:8080/trac/ticket/720</link>
    </image>
    <generator>Trac 0.12.5</generator>
    <item>
      
        <dc:creator>chris</dc:creator>

      <pubDate>Thu, 17 Apr 2014 08:13:34 GMT</pubDate>
      <title>hours, status, totalhours changed; resolution set</title>
      <link>http://localhost:8080/trac/ticket/720#comment:1</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/720#comment:1</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;hours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;0.4&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;
                changed from &lt;em&gt;new&lt;/em&gt; to &lt;em&gt;closed&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;resolution&lt;/strong&gt;
                set to &lt;em&gt;fixed&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;totalhours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;0.4&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
Following the &lt;a class="wiki" href="http://localhost:8080/trac/wiki/PiwikServer#Updates"&gt;wiki:PiwikServer#Updates&lt;/a&gt; notes, switch off the recording of stats by setting record_statistics to 0 in /web/stats.transitionnetwork.org/piwik/config/config.ini.php:
&lt;/p&gt;
&lt;pre class="wiki"&gt;[Tracker]
record_statistics = 0
&lt;/pre&gt;&lt;p&gt;
Backup config file:
&lt;/p&gt;
&lt;pre class="wiki"&gt;cd /web/stats.transitionnetwork.org/
cp piwik/config/config.ini.php .
&lt;/pre&gt;&lt;p&gt;
Download and extract:
&lt;/p&gt;
&lt;pre class="wiki"&gt;export PIWIK=2.2.0
wget "http://builds.piwik.org/piwik-$PIWIK.tar.gz"
tar -zxvf piwik-$PIWIK.tar.gz
cp config.ini.php piwik/config/
chown -R www-data:www-data piwik/
php /web/stats.transitionnetwork.org/piwik/index.php -- "module=CoreUpdater"
  Piwik and/or some plugins have been upgraded to a new version. &amp;lt;br /&amp;gt;
--&amp;amp;gt; Please run the update process first. See documentation: http://piwik.org/docs/update/ &amp;lt;br /&amp;gt;
/etc/init.d/php5-fpm restart
&lt;/pre&gt;&lt;p&gt;
The web interface displayed:
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;h2 id="ImportantnotesforlargePiwikinstallations"&gt;Important notes for large Piwik installations&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;
If you have a large Piwik database, updates might take too long to run in the browser. In this &amp;gt;situation, you can execute the updates from your command line:
&lt;tt&gt;php /web/stats.transitionnetwork.org/piwik/console core:update &lt;/tt&gt;
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;
So that was run:
&lt;/p&gt;
&lt;pre class="wiki"&gt;/web/stats.transitionnetwork.org/piwik/console core:update
*** Update ***
    Database Upgrade Required
    Your Piwik database is out-of-date, and must be upgraded before you can continue.
    Piwik database will be upgraded from version 2.1.0 to the new version 2.2.0.
    The database upgrade process may take a while, so please be patient.
*** Piwik has been successfully updated! ***
&lt;/pre&gt;&lt;p&gt;
And the notes were updated.
&lt;/p&gt;
&lt;p&gt;
Recording stats was switched on again and the "system check" in the web interface was checked.
&lt;/p&gt;
&lt;p&gt;
There is this warning:
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;blockquote&gt;
&lt;p&gt;
Geolocation works, but you are not using one of the recommended providers. If you have to import log files or do something else that requires setting IP addresses, use the PECL GeoIP implementation (recommended) or the PHP GeoIP implementation.
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;
Which should be addressed at some point, see &lt;a class="new ticket" href="http://localhost:8080/trac/ticket/675" title="maintenance: Piwik Geolocation (new)"&gt;ticket:675&lt;/a&gt;
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item>
 </channel>
</rss>