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-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-05-07Merge branch 'master' into config_step_2diosmosis
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-27Merge branch 'master' into config_step_2diosmosis
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-10Merge branch 'master' into config_step_2diosmosis
2015-04-06Make sure environment is setup in js/tracker.php (since it goes through HttpP...diosmosis
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
2015-03-16Fix description of handling download extensions is incomplete Thomas Steur
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-27Add note informing developers that there is a tight coupling between header s...mattab
2015-02-17Use the native JSON when availableNadav Ivgi
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