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
2016-01-18detect whether window had focus only once and assume it had focus if used ins...Thomas Steur
2016-01-18refs #9505 only track a ping if window actually has the focusThomas Steur
2015-12-15fixes #9371 make sure to use integers for resolution when devicePixelRatio is...Thomas Steur
2015-12-04there was a weird character after ||Thomas Steur
2015-12-04added documentation for cookieConfigPath detectionThomas Steur
2015-12-04fix jslintThomas Steur
2015-12-04set a cookie path automatically if a configHostAlias matches a pathThomas Steur
2015-12-03Added support to specify a path in a website URL and Piwik will recognize the...Thomas Steur
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-20Differentiate the className argument from the Element methodDan Dascalescu
2015-07-20Forgot to quote "className"Dan Dascalescu
2015-07-17Better test for the className being an actual stringDan Dascalescu
2015-07-14Handle clicks on SVG elements. Fix #8346.Dan Dascalescu
2015-07-01Added setCookiePath and setCookieDomain to applyFirstMatteo Parrucci
2015-06-25Remoe heart beat events in disableHeartBeatTimer in JS tracker.diosmosis
2015-06-25Fix configHeartBeatDelay rename, shouldn't have renamed that variable to ...I...diosmosis
2015-06-25Add <DEBUG> comments to beforea nd after disableHeartBeatTimer so it doesn't ...diosmosis
2015-06-25Clear up heart beat code in piwik.js a bit and make sure heart beat delay can...diosmosis
2015-06-25Clean up some additions in this branch, rename setHeartBeatTimer to enableHea...diosmosis
2015-06-25Do not ignore ping requests when checking the last tracker request time, sinc...diosmosis
2015-06-25Fix JSLint errors by moving functions around and making other changes.diosmosis
2015-06-25Use Q promise library to accurately and cleanly test the heart beat feature i...diosmosis
2015-06-25Add new JS tracking heartbeat feature which replaces old one. New one is more...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-20Merge remote-tracking branch 'origin/master' into 5014mattab
2015-05-20Fixes #5014 - Encode URLs using Javascript encodeURIComponent so it works wit...mattab
2015-05-20fixes #7941 - take device pixel ratio into account when detecting screen reso...sgiehl
2015-04-30Jslint for piwik.jsmattab
2015-04-30Merge branch 'master' into 7752mattab
2015-04-28make hasCookies work againThomas Steur
2015-04-28do not set a visitorId if cookies are disabledThomas Steur
2015-04-28refs #7752 before setting a new cookie domain, test whether it works to set a...Thomas Steur
2015-04-23Merge pull request #7703 from piwik/7663_download_attributeMatthieu Aubry
2015-04-22Update piwik.jsRMastop
2015-04-19download attribute shouldn't count more than link classsgiehl
2015-04-18fixes #7663 - consider links with download attribute as downloadssgiehl
2015-04-05fix jslint testssgiehl
2015-04-05fixes #7444 - allow removing download extensionssgiehl
2015-04-02Fix JSlint by allowing window.JSON refs #7231mattab
2015-04-01Merge pull request #7231 from shesek/patch-1Matthieu Aubry
2015-03-26Add unit tests to piwik.js with relation to #7518mattab
2015-03-20Add comment to clarify range of index parametermattab
2015-03-18#7437 Exclude all IE versions except 11 to calculate percentages of pluginsMatthieu Napoli