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
2011-03-20git-svn-id: http://dev.piwik.org/svn/trunk@4151 59fd770c-687e-43c8-a1e3-f5a4f...robocoder
2011-03-19fixes #2198 - thanks for raising this hass.robocoder
2011-03-19fixes #2205robocoder
2011-03-18fixes #2203robocoder
2011-03-17refs #2165 - tested with mootools 1.2.5 (fails jslint), 1.3.1, and prototype ...robocoder
2011-03-15refs #2185 - revert r4080robocoder
2011-03-14fixes #2185robocoder
2011-03-11fixes #2173robocoder
2011-03-09fixes #2165 - also removed some dead code (previously commented out), and upd...robocoder
2011-03-07fixes #2156robocoder
2011-02-27fixes #2106 - update json2robocoder
2011-02-27fixes #2115robocoder
2011-02-24workaround a regression in jslint that triggers an error even on filtered bod...robocoder
2011-02-23refs #409 - add site ID to cookie name; shorten domain hash to 16 bits (4 hex...robocoder
2011-02-20update list of incompatible browsersrobocoder
2011-02-20fix killFrame where IE might continuously reload the page (this might be beca...robocoder
2011-02-19refs #2072 - refactor to simplify isSiteHostName()robocoder
2011-02-19refs #2072 - handle misconfigured "*." wildcard in setCookieDomain()robocoder
2011-02-19refs #2078robocoder
2011-02-18refs #409:robocoder
2011-02-14Refs #2072mattpiwik
2011-02-14Fixing JSLint errors? mattpiwik
2011-02-14Refs #409 Disabling getVisitorId() for now as it doesn't work when called bef...mattpiwik
2011-02-13- send cvar only when not empty, truncate ref urlmattpiwik
2011-02-13Refs #409mattpiwik
2011-02-13Refs #1984 - Deleting custom variables feature, adding doc in piwik.orgmattpiwik
2011-02-13Refs #1984mattpiwik
2011-02-12Various code changes to prepare for Segmentation refs #1736mattpiwik
2011-02-12refs #409 - add back legacy tracking; update jslintrobocoder
2011-02-05refs #409 - revert API change to setLinkTrackingTimer()robocoder
2011-02-04refs #409 - fix _ref=undefined bug caused by split('.', 1); also external API...robocoder
2011-02-03refs #2041 - add guardrobocoder
2011-02-03refs #2041 - undo previous optimizaton to ping on first page of a new sessionrobocoder
2011-02-03refs #2041 - rollback buggy n/2 logicrobocoder
2011-02-03refs #2041 - setHeartBeatTimer() now takes the minimumVisitLength and the hea...robocoder
2011-02-01rethink: setHeartBeatTimer(initialDelay, recurringDelay)robocoder
2011-02-01provide both heartbeats (recurring) and pings (one time); default off for bothrobocoder
2011-01-31revert hack in r3825 - still broken with jsunpackrobocoder
2011-01-31address scope issue with custom spidermonkey engine used by jsunpack.jeek.orgrobocoder
2011-01-31element.hostname property isn't actually in the html standard but is implemen...robocoder
2011-01-29refs #409 - small optimization to r3817robocoder
2011-01-29refs #409 - added setDoNotTrack(bool); updated jslint to 2011-01-26robocoder
2011-01-23refs #409 - rename setConversionAttributionFirstReferer to setConversionAttri...robocoder
2011-01-22refs #409 - set secure flag in cookies per comment:51robocoder
2011-01-22refs #739 - use JSON reference implementation given that we included both str...robocoder
2011-01-21refs #739 - updated to jslint 2011-01-21 which has coding style checks added ...robocoder
2011-01-21refs r3565 - campaign redirect was removed server-siderobocoder
2011-01-21refs #1984robocoder
2011-01-21refs #409 - remove enableServerCookies(); fix bugs found in matt's reviewrobocoder
2011-01-21fixes #739 - addEventListeners() on mouseup and mousedown; good catch, Matt!robocoder