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
2010-10-14fixes #1768robocoder
2010-10-07fixes #1751 - always includes page info and browser settings in payload in ca...robocoder
2010-10-04refs #1460 - add .setRequestMethod("POST") to piwik.jsrobocoder
2010-10-04fixes #1751robocoder
2010-09-30add setReferrerUrl() per mailing list feature requestrobocoder
2010-09-29fixes #773 - I need to run the unit test with the CI serverrobocoder
2010-09-29fixes #773 - when a page is loaded via translate.google.com, we record the pa...robocoder
2010-09-22refs #739 - drop IE5 support (arguments.callee removed in ES5 spec but at pre...robocoder
2010-09-21refs #1694, refs #739 - Yahoo's cache result is served from Inktomi allocated...robocoder
2010-09-21refs #1694, refs #739 - make cacheFixup() testablerobocoder
2010-09-21refs #739, refs #1694 - fallback to the cache url if we can't parse itrobocoder
2010-09-21refs #739, refs #1694 - instead of a bing cache buster, detect when page is l...robocoder
2010-08-20refs #1630robocoder
2010-08-12refs #1578robocoder
2010-03-18Fixes #1193mattpiwik
2010-03-05refs #1180 - uses current document.location.href if not overridden by custom URLrobocoder
2010-03-04rename internal method, logClick to logLinkrobocoder
2010-03-01fixes #1179 - add trackPageView(customTitle) to JavaScript APIrobocoder
2010-02-24add comments re: EMCAScript 3 (IE5.5) compatibilityrobocoder
2010-01-14small code optimizationrobocoder
2009-12-26Some older browsers don't handle class names with underscore, so, accept piwi...robocoder
2009-11-16add .rpm, .deb, and .dmg file extensionsrobocoder
2009-11-01refs #995 - also handle .bz and .tbz (e.g., still used by freebsd ports)robocoder
2009-10-23refs #708 - add setCustomUrl(url) to override document.location.href (default);robocoder
2009-10-21piwik.js: revert [1508] and enhance to accept all these variations:robocoder
2009-10-20fix getCookie() implementation; thanks Ralfrobocoder
2009-10-19fixes #995 - add bz2 (and tbz2) to list of recognized download extensions;robocoder
2009-07-23fixes #875 - JavaScript error with IE6 and navigator.javaEnabled as rvaluerobocoder
2009-07-20fixes #857 - add Silverlight and Google Gears detection; revert #744 & #683, ...robocoder
2009-07-19fixes #852 - disabled ActiveX plugin detection in IErobocoder
2009-07-19refs #816 - added setDownloadClasses() and setLinkClasses() for consistency w...robocoder
2009-06-19Fixes #814 - guard against:robocoder
2009-06-14Minor changes for JSLint 2009.06.12.robocoder
2009-06-14Replace outer try..catch with lighter (and shorter) if..then.robocoder
2009-06-13refs #778 - fix broken unit test and de-lintrobocoder
2009-06-13refs #778 adding the new Javascript Tracking API function: trackGoal to manua...mattpiwik
2009-06-12Fixes #785 - omit return value -- default action is implied robocoder
2009-06-11refs #778 - implement trackGoal() on client-siderobocoder
2009-06-06refs #355 - accommodate malformed URIs that contain an illegal space robocoder
2009-06-02Add js/README and set default title to ''.robocoder
2009-05-31refs #355 - minor changes per reviewrobocoder
2009-05-28fixes #355 - OO version of piwik.js which no longer modifies DOM;robocoder
2009-05-09- refs #683 killing quicktime detectionmattpiwik
2009-04-08Rewritten per Matt's review; JSLint triggers a dubious error here.robocoder
2009-04-07Fixes #641 - piwik.js should ignore javascript: href linksrobocoder
2009-03-26Refix [1033] to not use a RegExprobocoder
2009-03-26Fixes #627 (refs comment 2) where Safari should downcase hostname in robocoder
2009-03-25Fixes #627 - misreported outlinksrobocoder
2009-03-13fixed #606: custom vars brokenrobocoder
2009-02-28 - fix #566 (Broken Outlinks - Prototype JS breaks use of "for" in iterating ...mattpiwik