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
path: root/js
AgeCommit message (Expand)Author
2015-02-16refs #7220 fixes #7218 refs #4633 prevent double url encoded url and referrer.Thomas Steur
2015-02-13Refs #7167 add .length and update minified piwik.jsmattab
2015-02-10Store visitorID related to userID to cookiesjantlwoomy
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-12-22Removed Piwik\Loader: Composer's autoloader is now included in core/bootstrap...Matthieu Napoli
2014-11-13refs #6577 Return HTTP 204 instead of GIF for JavaScript tracking.Thomas Steur
2014-10-17Remove irrelevant reference to a "security best practice"Osman Surkatty
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-10-13refs #5940 moved files into a subfolder framework, added autoloader to remove...Thomas Steur
2014-10-05refs #5940 databaseTestCase => integrationTestCase. Fixed some mentions of in...Thomas 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 Piwik.getVisitorId() functionVjacheslav Murashkin
2014-09-22Refs #3490 Add `getUserId` Javascript helper + testmattab
2014-09-21refs #6257 visitorUUID equal by default for each new Piwik.TrackerVjacheslav Murashkin
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
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-13might fix an issue on IE6Thomas 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-12refs #4996 apply enableLinkTracking first before trackContentImpressions or soThomas 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 many new tests and bugfixes. Also fixed > 100 JSlint errors but st...Thomas Steur
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 actuall...Thomas Steur
2014-09-05refs #4996 changed methods to have them better testable, instead of sending t...Thomas Steur
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 pa...Thomas Steur
2014-09-04refs #4996 ignore interactions if set, detect content blocks as visible that ...Thomas Steur
2014-09-03refs #4996 handle interactions better / correct. Code not tested at all yet. ...Thomas Steur