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
2015-11-24refs #9129 added feature Custom DimensionsThomas Steur
2015-11-16refs #9125 location.domain is not set when used in xulrunnerThomas Steur
2015-11-02fixes #9130 use window.JSON only if it actually contains JSON API methods str...Thomas Steur
2015-10-02do not use eval in minified piwik.js, replace JSON2 with JSON3Thomas Steur
2015-08-31added method to piwik.js to log all detected content blocksThomas Steur
2015-08-07refs #8413 prevent malformed url error if encoding is not utf8Thomas Steur
2015-07-20minify piwik.jsThomas Steur
2015-07-07Commit minified piwik.js Refs https://github.com/piwik/piwik/pull/8265mattab
2015-06-25Minify piwik.js file.diosmosis
2015-06-25Update minified piwik.js file.diosmosis
2015-06-09refs #5287 track middle clicks and open context menu optionallyThomas Steur
2015-06-08refs #7494 make sure to apply disableCookies before any other method that cou...Thomas Steur
2015-05-21Make Piwik.js unit tests greenmattab
2015-05-20Re-generating latest piwik.jsmattab
2015-05-20Fixes #5014 - Encode URLs using Javascript encodeURIComponent so it works wit...mattab
2015-04-30Jslint for piwik.jsmattab
2015-04-30Updating minified piwik.js to include all latest changesmattab
2015-04-28make hasCookies work againThomas Steur
2015-04-28do not set a visitorId if cookies are disabledThomas Steur
2015-04-19download attribute shouldn't count more than link classsgiehl
2015-04-18rebuilt piwik.jssgiehl
2015-04-05fix jslint testssgiehl
2015-04-05fixes #7444 - allow removing download extensionssgiehl
2015-04-01 Use the native JSON when available2.13.0-b1mattab
2015-03-10Fixes #7368 - Do not set user id when it's set to empty string or it would se...mattab
2015-03-03Refs #7290 Fix tests and JSlintmattab
2015-03-03Refs #7290 Remove feature that sets the same UUID across trackersmattab
2015-03-03Refs #7290 - Set Visitor UUID not as a constructor parameter, but initialise ...mattab
2015-03-02Refs #7290 Fixing wrong logic in the JS tracker: make sure Visitor ID is init...mattab
2015-02-16refs #7220 fixes #7218 refs #4633 prevent double url encoded url and referrer.Thomas Steur
2015-02-13Repair my screwing up from earlier! didn't minify the piwik.jsmattab
2015-02-13Refs #7167 add .length and update minified piwik.jsmattab
2015-01-27fixes #7056 apply userId first before tracking anything to make sure userId i...Thomas Steur
2015-01-19refs #7043 do not cast a null value in userId to string as it would result in...Thomas Steur
2015-01-19fixes #7043 prevent a type error if userId is nullThomas Steur
2014-11-14refs #6577 update minified piwik.jsThomas Steur
2014-10-14refs #6341 always calculate the remaining visitor cookie lifetime.Thomas Steur
2014-10-14refs #6415 we have to update cookie timeout whenever the cookie name changesThomas Steur
2014-10-14refs #6341 do not extend cookie lifetime on each pageload and expire already ...Thomas Steur
2014-10-14refs #6415 better workaround for possible empty visitsThomas Steur
2014-10-14refs #6415 #4996 better protection for 0 actions if content tracking is used.Thomas Steur
2014-09-26refs #6258 adding the minified piwik.jsmattab
2014-09-22Refs #3490 Add `getUserId` Javascript helper + testmattab
2014-09-19refs #4996 there is a difference between link tracking enabled and installed....Thomas Steur
2014-09-15refs #4996 do not fallback to GET if POST fails otherwise we might track twiceThomas Steur
2014-09-15refs #4996 make sure we always track same content name and piece in an intera...Thomas Steur
2014-09-15refs #4996 tests should now work in case Piwik is installed in a subdirectory...Thomas Steur
2014-09-14refs #4996 also display URL of media on hover next to the image. added some d...Thomas Steur
2014-09-14refs #4996 in case we are in an overlay session we should not track. Check co...Thomas Steur
2014-09-14refs #4996 we have to add build a fully qualified URL of the content piece in...Thomas Steur