Search

Results for: Piwik

Klaus Weidenbach
10 years ago from Red Matrix
Piwik 2.7.0 - "scary new features release"

Analytics Platform - Piwik: Piwik 2.7.0 - Analytics Platform - Piwik

Explore our business offer Piwik 2.7.0 is a new major release of Piwik! In this release we have packed several major new features and many small improvements. The new features in this release are: User ID, New Pivot Table feature for Events reports, new plugin to count users visiting several of your websites, new Content Tracking plugin, new Browse...
User-ID, cross websites reporting, ContentTracking, PSR-4 o_O
Klaus Weidenbach
10 years ago from Red Matrix
mirror your GitHub issues
Interesting tool...

GitHub: piwik/github-issues-mirror


github-issues-mirror - Provides a read-only mirror for your GitHub issues
Klaus Weidenbach
10 years ago from Red Matrix
Piwik 2.2.0
The new Event Tracking is really interesting. You can track uncaught JavaScript errors on your site for example.

Device detection is now an external library. :-)

GitHub: piwik/device-detector

device-detector - The Universal Device Detection library will parse any User Agent and detect the browser, operating system, device used (desktop, tablet, mobile, tv, cars, console, etc.), brand and model.
Klaus Weidenbach
10 years ago from Red Matrix
Upcoming Piwik 2.1 and device detection
Really looking forward to #Piwik 2.1. Stefan Giehl made an amazing work getting device detection work better and adding a huge number of devices. This will be a great improvement.
Klaus Weidenbach
11 years ago from Red Matrix
Piwik browser detection
Does anyone know how this browser detection YAML is working in Piwik?
https://github.com/piwik/piwik/blob/master/plugins/DevicesDetection/UserAgentParserEnhanced/regexes/browsers.yml

I got device brand detection working for Jolla and also operation system detection is working with Sailfish OS, but this browser detection I have no idea why it does not not detect SailfishBrowser, but only Firefox.

Here is an UserAgent example: Mozilla/5.0 (Maemo; Linux; U; Jolla; Sailfish; Mobile; rv:26.0) Gecko/26.0 Firefox/26.0 SailfishBrowser/1.0 like Safari/538.1
Klaus Weidenbach
11 years ago from Red Matrix
Piwik 2.0.2 already ;-)
Download - Analytics - Piwik
The latest version of Piwik is [piwik_latest_version]. You can download it using the download button. Piwik comes in a zip file with all the web analytics goodness you need to upload to your server.
Klaus Weidenbach
11 years ago from Red Matrix
Hope I will find time to update my Piwik soon. The changes for 2.0 sound very interesting.

[Oct-Dec 2013] Piwik 2.0 Development Update! - Analytics - Piwik
This is the second in our series of Development Updates. In our last update, we were deep in the middle of our race towards Piwik 2.0. We are now nearing i [Oct-Dec 2013] Piwik 2.0 Development Update!
Klaus Weidenbach
10 years ago from Red Matrix
SELinux and load data infile
#SELinux should be simple actually. It is just about labels. o_O But today I am again totally stuck and don't get along. For AppArmor I have found solutions, there is even one documented at Piwik's FAQ http://piwik.org/faq/troubleshooting/#faq_194, but I can not find any satisfying solution for SELinux. I have tried several search engines, but somehow I can not find anything that solves this problem.

Here is my problem:
Try #1: LOAD DATA INFILE : SQLSTATE[HY000]: General error: 13 Can't get stat of '/srv/.../piwik/tmp/assets/piwik_option-29b74e562dbd45071d2667ee8774bdfd.csv' (Errcode: 13)
This should be a common task I think, why I can not find anything appropriate? Either httpd is complaining or mysqld complains it can not access the required files.

audit.log show this:
type=AVC msg=audit(1390235950.375:12795): avc:  denied  { getattr } for  pid=43196 comm="mysqld" path="/srv/.../piwik/tmp/assets" dev=dm-3 ino=1850123 scontext=unconfined_u:system_r:mysqld_t:s0 tcontext=system_u:object_r:httpd_sys_rw_content_t:s0 tclass=dir
type=SYSCALL msg=audit(1390235950.375:12795): arch=c000003e syscall=6 success=no exit=-13 a0=7fed64073930 a1=7fed64073860 a2=7fed64073860 a3=fffffffffffffffd items=0 ppid=2669 pid=43196 auid=0 uid=27 gid=27 euid=27 suid=27 fsuid=27 egid=27 sgid=27 fsgid=27 tty=(none) ses=5 comm="mysqld" exe="/usr/libexec/mysqld" subj=unconfined_u:system_r:mysqld_t:s0 key=(null)
type=AVC msg=audit(1390235950.375:12796): avc:  denied  { search } for  pid=43196 comm="mysqld" name="assets" dev=dm-3 ino=1850123 scontext=unconfined_u:system_r:mysqld_t:s0 tcontext=system_u:object_r:httpd_sys_rw_content_t:s0 tclass=dir
type=SYSCALL msg=audit(1390235950.375:12796): arch=c000003e syscall=4 success=no exit=-13 a0=7fed64074fc0 a1=7fed64074eb0 a2=7fed64074eb0 a3=fffffffffffffffd items=0 ppid=2669 pid=43196 auid=0 uid=27 gid=27 euid=27 suid=27 fsuid=27 egid=27 sgid=27 fsgid=27 tty=(none) ses=5 comm="mysqld" exe="/usr/libexec/mysqld" subj=unconfined_u:system_r:mysqld_t:s0 key=(null)
audit2allow gives me this solution:
\#============= mysqld_t ==============
allow mysqld_t httpd_sys_rw_content_t:dir { getattr search };

But this solution seems to grant way too much permissions for mysqld. I only want to allow it for this single folder, not all folders that httpd has rw permissions.
Klaus Weidenbach
11 years ago
Screenshot Testing
This looks really interesting way to provide UI continuous integration testing.

Analytics Platform - Matomo: Our latest improvement to QA: Screenshot Testing

Like any piece of good software, Piwik comes with a comprehensive QA suite that includes unit and integration tests. The unit tests make sure core components of Piwik work properly. The integration tests make sure Piwik’s tracking and report aggregation and APIs work properly.

To complete our QA suite, we’ve recently added a new type of tests: Screenshot tests, that we use to make sure Piwik’s controller and JavaScript code works properly.
Categories: QA [remove] , Webdesign [remove]
Klaus Weidenbach
11 years ago
eMail reports are still quite broken in #Piwik 1.12-b13, but the average generation time statistics are impressive.
Klaus Weidenbach
11 years ago
Avg. generation time in Piwik
The new average generation time stats in the upcoming #Piwik 1.12 are really nice!
Klaus Weidenbach
11 years ago
#Piwik started migrating from Smarty2 to the Twig template engine for their Piwik 2.0 release. This should make it possible to create custom themes for Piwik.

Sensiolabs: Homepage - Twig - The flexible, fast, and secure PHP template engine

Twig - The flexible, fast, and secure template engine for PHP

Source (de):

Migration von Smarty auf Twig | Piwik.Blog

Am 1. April (kein Scherz!) haben wir begonnen, die aktuell genutzte Template-Engine Smarty2 durch das flexiblere Twig zu ersetzen. Twig wird von Fabien Potencier, dem Entwickler des Symfony Frameworks, entwickelt. Dieser Schritt ist der erste auf dem Weg zu Piwik 2.0, welches im vierten Quartal diesen Jahres erscheinen wird. Mit der Umstellung auf ...
Klaus Weidenbach
11 years ago
IPv6 reach tracking with Piwik
Nice #Piwik plugin with statistics about #IPv6 reach on your site.

Geekmonkey: Tracking the IPv6 reach of your Website with Piwik - GeekMonkey

IPv6 is slowly adapted by ISPs around the globe. If your website is accessible with both IPv4 and IPv6 it might be interesting to see how users are accessing your website and how it changes overs time. The IPv6Usage plugin for Piwik allows you to track how many of your users are using IPv6. To do that it adds a single column to the log_visits table...
Klaus Weidenbach
11 years ago
Piwik Page Speed Reports
Ich glaub ich muss gleich mal die #Piwik 1.12 beta installieren!

Page Speed Reports in Piwik 1.12 | Piwik.Blog

In der kommenden Version von Piwik wird es Page Speed Reports geben. Dazu nutzt Piwik das Web Performance API. Das API ist in nur neueren Browsern verfügbar und wird daher bei älteren Browsern einfach ignoriert. In der Oberläche ist mit “Durchschnittliche Antwortzeit” damit eine neue Metrik verfügbar. Diese wird unter Aktionen > Seiten und ...
Klaus Weidenbach
12 years ago
Piwik 1.9.1
Installed #piwik 1.9.1 this evening. Seems as if the insight plugin already slipped in, even if it is not really usable yet. But it looks really promising when working.
Categories: Release [remove]
Klaus Weidenbach
11 years ago
Piwik Plugin Marketplace
Nice to find #Piwik Plugins at one place, but all I was interested in seem not to work with current 1.12 beta.

Suenkel: Plugin Marketplace

Download, install and update Piwik plugins from the Plugin Marketplace
Klaus Weidenbach
12 years ago
Backdoor in Piwik download
The SVN repository seems to be unaffected, but you should check your installations.

Backdoor found in Piwik analytics software


The Piwik web analytics software's server appears to have been compromised and has recently been serving a manipulated version of the software which gives attackers access to the server and surrounding system
DSZDW Support
12 years ago
Why no one told me that the cert for piwik was invalid and throwing error every time? o_O Should be fixed now.
Klaus Weidenbach
12 years ago
http://dev.piwik.org/trac/changeset/6435

Life is too short to not release on a friday night!

When I have read this Change message for #Piwik 1.8 last Friday I already thought that this is an invitation for problems. So during the weekend there was the first bugfix release. Installed it this morning and was bit surprised to read in the release notes that they expected the admin LOCK privileges now. Otherwise upgrade was working without problems again. 

Version 1.8.1 looks really nice and I like to create several dashboards and the Row Evolution is really handy. And Finally #DoNotTrack is included.
Klaus Weidenbach
12 years ago
Piwik 1.9 with more eye candy
Really nice! Updates from older versions without problem.

Analytics Platform - Piwik: http://piwik.org/blog/2012/10/new-piwik-release-v1-9-features-overview-w-screenshots/


Piwik 1.9 is a major release with some amazing new features, features that have been requested for a long time, including:
* The ability to see exactly how visitors come to, traverse and exit your websites pages with the new Transitions plugin.
* The ability to track how visitors use your website's internal search mechanism with the new Site Search functionnality.
* The ability to see what regions and cities your website visitors come from, as well as more accurate country tracking with the new GeoIP integration.
Klaus Weidenbach
12 years ago
Installed #Piwik this evening and did several updates on PHP and MySQL configuration. I really need to installed a mailserver soon, otherwise I will get no SSL certificates. Also #IPv6 still on my wish list. :-)
newer older