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-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
2014-10-20refs #6469 some initial work for using bowerThomas Steur
2014-10-15refs #6341 forgot to commit this testThomas Steur
2014-10-14refs #6341 do not extend cookie lifetime on each pageload and expire already ...Thomas Steur
2014-10-14refs #6415 forgot to commit the fix for a testThomas Steur
2014-09-26Merge pull request #6258 from a4tunado/6257Matthieu Aubry
2014-09-26refs #6257 removed getVisitorId() from Piwik APIVjacheslav Murashkin
2014-09-24refs #6257 getVisitorId() unit testsVjacheslav Murashkin
2014-09-22Refs #3490 Add `getUserId` Javascript helper + testmattab
2014-09-15refs #4996 make sure we always track same content name and piece in an intera...Thomas Steur
2014-09-15refs #4996 remove this test as it does not work cross browser and is not impo...Thomas Steur
2014-09-15refs #4996 tests should now work in case Piwik is installed in a subdirectory...Thomas Steur
2014-09-14refs #4996 we have to add build a fully qualified URL of the content piece in...Thomas Steur
2014-09-14refs #4996 some fixes, prevent JS errors on FF<9 and IE6, add random string t...Thomas Steur
2014-09-13refs #4996 fix js error on IE6-IE8 because indexOf is not defined there. also...Thomas Steur
2014-09-13refs #4996 we should first test methods that do not depend on other methods. ...Thomas Steur
2014-09-13refs #4996 maybe this fixes the not working tests on travis? maybe the sqlite...Thomas Steur
2014-09-13refs #4996 do log successful ran tests so we can locate not working ones bett...Thomas Steur
2014-09-13refs #4996 content JS tests do now run on IE10, latest FF + Chrome + Safari +...Thomas Steur
2014-09-13refs #4996 better cross browser compatible tests. should now run on phantomjsThomas Steur
2014-09-10fix testThomas Steur
2014-09-10merged useridThomas Steur
2014-09-10refs #4996 many new tests and many bugfixes. Tests should be done now except ...Thomas Steur
2014-09-09refs #4996 fix some tests in latest safari and operaThomas Steur
2014-09-09refs #4996 more bugfixes, more work on cross browser, added possibility to tr...Thomas Steur
2014-09-09refs #4996 more tests and bugfixes, improved API, some work on crossbrowser s...Thomas Steur
2014-09-09refs #4996 many new tests and bugfixes, worked around some JSLint regexp issu...Thomas Steur
2014-09-08refs #4996 fixed all existing tracker tests as the click event was no longer ...Thomas Steur
2014-09-08refs #4996 many new tests and bugfixes. Also fixed > 100 JSlint errors but st...Thomas Steur