Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-22Add version test Exception in PiwikTracker.phpJohn Maguire
2015-12-22Manage PiwikTracker through composer (closes #9349)John Maguire
2015-11-24refs #9129 added feature Custom DimensionsThomas Steur
2015-11-11Update submodulesmattab
2015-09-14Submodule update for https://github.com/piwik/piwik-php-tracker/pull/12mattab
2015-06-25Refs #8069, update PHP tracker submodule.diosmosis
2015-06-25Adding server side logic for ping requests that specify a visit is still ↵diosmosis
ongoing, w/o creating a new action. Includes a new integration test for the feature.
2015-05-25Submodulemattab
2015-03-18Updating submoduleMatthieu Napoli
2015-03-12Updated API signature + fixed secondary column sortmattab
2015-01-27fixes #7083 make sure curl_exec exists as well as it could be disabled but ↵Thomas Steur
is needed
2015-01-052.10.0-rc42.10.0-rc4mattab
2014-12-19Remove line break when logging sqlmattab
2014-12-19refs #6870 use piwik-php-tracker repository as a submoduleThomas Steur
2014-12-10Fixes #6835 and remove some phpstorm warningsmattab
2014-11-13refs #6577 Return HTTP 204 instead of GIF for JavaScript tracking.Thomas Steur
added a new url parameter send_image=0 to disable sending an image and instead response with a 204 code
2014-11-07refs #6435 fix some more wrong values if a German locale is usedThomas Steur
This caused me a lot of headache. I ran the system tests with a German locale and noticed so many values are completely different. I was looking for places where there were still any float to string conversions and I was wondering why the existing fix didn't work until I noticed the PiwikTracker did not send floats but floats with a comma as decimal point which in the end was casted to ints etc.
2014-10-14refs #6341 for consistency set cookie lifetime to 13 months as wellThomas Steur
2014-10-01Fixes #6313 - When a user starts to get a User ID set, then we set this User ↵mattab
ID to the existing visit rather than create a new visit for this user id specifically
2014-09-11refs #4996 fix tracker and clear content target if not set for nowThomas Steur
2014-09-10Merge remote-tracking branch 'origin/master' into 4996_content_trackingThomas Steur
Conflicts: core/Metrics.php js/piwik.js piwik.js tests/javascript/index.php
2014-09-09refs #4996 more bugfixes, more work on cross browser, added possibility to ↵Thomas Steur
track content via php tracker (not tested yet)
2014-09-09Fixes #6175mattab
2014-09-08Refs #3490 Docs, and fix a few tests, more to comemattab
2014-09-08Refs #6109 update docsmattab
2014-09-08Refs #3490 Adding segment 'userId==' + some '&segment=userId==' integration ↵mattab
tests + doc blocks
2014-09-02Refs #3490 Encode user id value before sending to Tracking API.mattab
2014-09-01Refs #3490 User ID Tracker is now working:mattab
- new user_id field to contain the raw user id value - new &uid= tracker api parameter - add userId to Live API output - added integration test
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ↵mattab
to use free/libre instead of open source
2014-06-08Refs #5291 Also clearing user agent and accept-languagemattab
2014-06-07Refs #5291 adding call to clearCustomVariables()mattab
Let's see if some test will fail as a result.
2014-06-07Minormattab
2014-06-05Fixes #5291 Adding new method clearCustomVariables()mattab
-> please use this method to make sure your custom variables are reset Thanks for the report!
2014-06-05Refs #5291 Revert commit because it broke too many testsmattab
2014-06-05Fixes #5291 Reset the object properties, when issuing a bulk requestmattab
to avoid leaking values from one visitor request to the next (who could be completely different visitor)
2014-05-09Fixes #5123 PHP Tracker, added new method setForceNewVisit() to force ↵mattab
creation of a new visit + with test Close https://github.com/piwik/piwik/pull/218
2014-04-23Fixes #5030 Tracking API now does not require token_auth for bulk requests.mattab
To make behavior the same as in Piwik 2.1.0 or earlier, set the following config setting under [Tracker]: ; Whether Bulk tracking requests to the Tracking API requires the token_auth to be set. bulk_requests_require_authentication = 1
2014-03-24Use proper base timestamp when setting cookie TTLChris Abernethy
The PiwikTracker PHP class was using the createTs as a base for applying the cookie TTL offset instead of using the currentTs. This will result in cookie TTLs being in the past TTL seconds after the initial visitorId cookie is created. For example, 30 minutes after the initial visitorId cookie is set, all "ses" cookies will start getting set with expiration times in the past.
2014-03-12Reuse the default tracker cookie path in testsmattab
2013-12-11Minor stylemattab
2013-12-11Moving PHP Tracker documentation from: http://piwik.org/docs/tracking-api/ ↵mattab
to http://developer.piwik.org/api-reference/PHP-Piwik-Tracker
2013-11-22Adding json encode as expectedmattab
2013-11-07Merge remote-tracking branch 'origin/master'mattab
2013-11-07mark piwik tracker as apiThomas Steur
2013-11-06Make error message more useful when tracking request failsmattab
2013-11-01Removing a //FIXME : refactoring reserved custom variable slots for ↵mattab
ecommerce view
2013-10-30Simpler cookie setters to keep build greenmattab
2013-10-30Fix setrawcookie error messagemattab
2013-10-25submodule syncmattab
2013-10-24next trymattab