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-07-15piwik.js: Prepend a slash to all paths such as when users don't specify leadi...Matthieu Aubry
2016-07-15Add a test for isInsideAnIFrame method in piwik.js (#10300)Matthieu Aubry
2016-07-14Add current domain to list of domains automatically only if no path is set (#...Thomas Steur
2016-07-13Calling an undefined JS API method should not trigger an error in the console...Matthieu Aubry
2016-07-13JSLint: better error reporting, correct line numbers #7232mattab
2016-07-13Make JSlint errors output actually useful to developersmattab
2016-07-13When JSLint validation failed, explain where to find the error messages refs ...mattab
2016-07-12 Reset the list of items in the cart, after tracking an ecommerce conversion ...Matthieu Aubry
2016-07-10Let plugins provide custom piwik.js tracker tests (#10270)Thomas Steur
2016-05-23JavaScript SDK: add support to send tracking requests to multiple Piwik serve...Matthieu Aubry
2016-03-30New unit test ensuring that JS SDK getCookieName depends on website ID refs h...mattab
2016-03-30Piwik.js 'setDomains' method supports page wildcards matching: example.com/in...mattab
2016-03-30piwik.js: remove the feature of `setDomains` magically setting the cookie path.mattab
2016-03-08adds test for tel protocolsgiehl
2016-03-08fix overlay when using a custom piwik.php path for trackingThomas Steur
2015-12-08remove accidentally committed file which is no longer neededThomas 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-05Remove references to Sqlitemattab
2015-11-04refs #9163 use mysql instead of sqlite in tracker testsThomas Steur
2015-10-27Try to fix javascript + angular tests on travis.diosmosis
2015-10-02do not use eval in minified piwik.js, replace JSON2 with JSON3Thomas Steur
2015-09-11Normalizing line endings in some files.diosmosis
2015-09-11Normalizing one file (tests/javascript/frameworks/jquery/jquery-1.0.4.js).mattab
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-06-26Merge pull request #8206 from barbushin/optimize_js_testsThomas Steur
2015-06-25Clean up some additions in this branch, rename setHeartBeatTimer to enableHea...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-24Speeding up javascript tests 2.5 timesbarbushin
2015-06-09refs #5287 track middle clicks and open context menu optionallyThomas Steur
2015-05-21Make Piwik.js unit tests greenmattab
2015-05-20Fixes #5014 - Encode URLs using Javascript encodeURIComponent so it works wit...mattab
2015-04-19download attribute shouldn't count more than link classsgiehl
2015-04-18fixes #7663 - consider links with download attribute as downloadssgiehl
2015-04-07refs #7444 - added js testssgiehl
2015-03-26Add unit tests to piwik.js with relation to #7518mattab
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-13Fix typo in my previous commit refs #7167Matthieu Aubry
2015-02-13Refs #7167 add .length and update minified piwik.jsmattab
2015-02-10Test addedjantlwoomy
2015-01-27do no longer log successful test assertions in Tracker tests. I added this ba...Thomas Steur
2014-11-13refs #6577 Return HTTP 204 instead of GIF for JavaScript tracking.Thomas Steur