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 (Expand)Author
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
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
2014-09-09refs #4996 more bugfixes, more work on cross browser, added possibility to tr...Thomas Steur
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 t...mattab
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
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-06-08Refs #5291 Also clearing user agent and accept-languagemattab
2014-06-07Refs #5291 adding call to clearCustomVariables()mattab
2014-06-07Minormattab
2014-06-05Fixes #5291 Adding new method clearCustomVariables()mattab
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
2014-05-09Fixes #5123 PHP Tracker, added new method setForceNewVisit() to force creati...mattab
2014-04-23Fixes #5030 Tracking API now does not require token_auth for bulk requests.mattab
2014-03-24Use proper base timestamp when setting cookie TTLChris Abernethy
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/ to...mattab
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 ecommerce...mattab
2013-10-30Simpler cookie setters to keep build greenmattab
2013-10-30Fix setrawcookie error messagemattab
2013-10-25submodule syncmattab
2013-10-24next trymattab
2013-10-24Merge branch 'master' into ceventsmattab
2013-10-24next trymattab
2013-10-24Enabling read/set cookies by default refs #4239mattab
2013-10-24Typomattab
2013-10-24this should help unless it's really brokenmattab
2013-10-24Load custom variables of visit scope from the cookie Refs #4239mattab
2013-10-24Refs #4239 Fixing bug and adding custom variables cookie settermattab
2013-10-24Adding first party cookie read/write to the PiwikTracker PHP client. Refs #4239mattab
2013-10-23refs #472 Adding Javascript API for tracking Event + Javascript testsmattab
2013-10-20Some refactoring and preparations for custom events ref #472mattab
2013-10-15Fixed undefined property (failing Travis)Clayton Daley
2013-10-15Fixed whitespace.Clayton Daley
2013-10-15Added logic to create custom variable in getRequest().Clayton Daley
2013-10-15Added newVisitor to API call. Moved cookie API logic closer to existing ID i...Clayton Daley
2013-10-15Session logic should increment visitCount to 1 when it creates the first Sess...Clayton Daley
2013-10-15Added several cookie variables to getRequest(). Added newVisitor to parallel...Clayton Daley
2013-10-15Added clientCookiePath to better parallel JS code.Clayton Daley