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 (Collapse)Author
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
after 13 months instead of 24months. This is the now done by default. If you want different behavior you can call setVisitorCookieTimeout() manually
2014-10-14refs #6415 forgot to commit the fix for a testThomas Steur
2014-09-26Merge pull request #6258 from a4tunado/6257Matthieu Aubry
refs #6257 visitorUUID equal by default for each new Piwik.Tracker
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 ↵Thomas Steur
interaction and also have to use default values
2014-09-15refs #4996 remove this test as it does not work cross browser and is not ↵Thomas Steur
important anyway
2014-09-15refs #4996 tests should now work in case Piwik is installed in a ↵Thomas Steur
subdirectory although could not really test it. Also encode redirect uri
2014-09-14refs #4996 we have to add build a fully qualified URL of the content piece ↵Thomas Steur
in case we detect the URL of an image, video or audio, pdf, ... automatically. Otherwise we cannot display a preview in the UI and one would not know which URL was actually meant. Thinking about using //domain/path instead of http://domain/path as it would track different content pieces for http and https otherwise
2014-09-14refs #4996 some fixes, prevent JS errors on FF<9 and IE6, add random string ↵Thomas Steur
to piwik.js to prevent caching sometimes
2014-09-13refs #4996 fix js error on IE6-IE8 because indexOf is not defined there. ↵Thomas Steur
also added removed update script again
2014-09-13refs #4996 we should first test methods that do not depend on other methods. ↵Thomas Steur
So in case of JS error we know by which method it is caused
2014-09-13refs #4996 maybe this fixes the not working tests on travis? maybe the ↵Thomas Steur
sqlite version returns the result in a different order
2014-09-13refs #4996 do log successful ran tests so we can locate not working ones ↵Thomas Steur
better if they have same message
2014-09-13refs #4996 content JS tests do now run on IE10, latest FF + Chrome + Safari ↵Thomas Steur
+ Opera and on my local phantomjs but not on travis phantomjs
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
for cross browser support. I fixed many issues as I did not consider that link tracking may be disabled or enabled and the behavior should be different in such a case.
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 ↵Thomas Steur
track content via php tracker (not tested yet)
2014-09-09refs #4996 more tests and bugfixes, improved API, some work on crossbrowser ↵Thomas Steur
support
2014-09-09refs #4996 many new tests and bugfixes, worked around some JSLint regexp ↵Thomas Steur
issues and disabled the whitespace check which makes no sense to me. The tests do now run again in PhantomJS but report a lot of failures and I have not looked yet into it.
2014-09-08refs #4996 fixed all existing tracker tests as the click event was no longer ↵Thomas Steur
triggered... not easy to figure this out :)
2014-09-08refs #4996 many new tests and bugfixes. Also fixed > 100 JSlint errors but ↵Thomas Steur
still 4 or 5 errors I could not fix so far
2014-09-05refs #4996 do not track an interaction as an eventThomas Steur
2014-09-05refs #4996 more tests and bugfixes. I am no longer so sure whether we ↵Thomas Steur
actually should track the redirects as an event. I do not really see an advantage here as the pageview will be tracked later anyway. Makes it rather confusing...
2014-09-05refs #4996 changed methods to have them better testable, instead of sending ↵Thomas Steur
the request directly in the helper / private methods we return the request and send the request in the actual tracker callback method
2014-09-05refs #4996 had to patch qunit as document.title was not a string but an img ↵Thomas Steur
element on firefox
2014-09-05refs #4996 and even more tests and more bugfixesThomas Steur
2014-09-05refs #4996 a lot of new tests and bugfixes, also some code improvementsThomas Steur
2014-09-04refs #4996 many new tests and many fixes, more will followThomas Steur
2014-09-04refs #4996 many tests to make sure our query/selector engine works. had to ↵Thomas Steur
patch quint in order to make the tests work :(
2014-09-04updated qunit to 1.15 and added some tests that do not work yet. Was hoping ↵Thomas Steur
qunit will fix
2014-08-24Add tests for trackLink() callbackSijawusz Pur Rahnama
2014-08-13refs #5415 fix tests, call storeCustomVariablesInCookiemattab
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-09Refs #5273 Replace other Trac URLs with Github URLsmattab
2014-07-05increase timer to avoid random JS test failuremattab
2014-07-04More informatio when test failsmattab
2014-06-30Fixed addPlugin unit test to use a different approch for verifying custom ↵Stevo Slavic
plugin was succssfully registered and works as expected
2014-06-30Added support for adding plugins in Tracker public APIStevo Slavic
2014-06-26Fix JavaScript tests refs #5384mattab
2014-06-24Added support for configuring tracking POST request content typeStevo Slavic
2014-06-24Implemented unit test for setCustomRequestContentProcessingStevo Slavic
2014-06-24Revert "Upgraded qunit from 1.12.0 to 1.14.0"Stevo Slavic
This reverts commit 53ff607e7889768c20fe4092271b2f8b3b29253e.
2014-06-24Replaced tabs with spaces in javascript tests index.php so it has uniform ↵Stevo Slavic
formatting