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
2009-11-16add .rpm, .deb, and .dmg file extensionsvipsoft
2009-11-01refs #995 - also handle .bz and .tbz (e.g., still used by freebsd ports)vipsoft
2009-10-23refs #708 - add setCustomUrl(url) to override document.location.href (default);vipsoft
2009-10-21piwik.js: revert [1508] and enhance to accept all these variations:vipsoft
2009-10-20fix getCookie() implementation; thanks Ralfvipsoft
2009-10-19fixes #995 - add bz2 (and tbz2) to list of recognized download extensions;vipsoft
2009-07-23fixes #875 - JavaScript error with IE6 and navigator.javaEnabled as rvaluevipsoft
2009-07-20fixes #857 - add Silverlight and Google Gears detection; revert #744 & #683, ...vipsoft
2009-07-19fixes #852 - disabled ActiveX plugin detection in IEvipsoft
2009-07-19refs #816 - added setDownloadClasses() and setLinkClasses() for consistency w...vipsoft
2009-07-01Add svn:keywords Id to .php files in core, plugins, and jsvipsoft
2009-06-28Fixes #524 - add standard Piwik header to .php files in core & plugins, withvipsoft
2009-06-19Fixes #814 - guard against:vipsoft
2009-06-16Clear svn:executable on files.vipsoft
2009-06-14Minor changes for JSLint 2009.06.12.vipsoft
2009-06-14Replace outer try..catch with lighter (and shorter) if..then.vipsoft
2009-06-13refs #778 - fix broken unit test and de-lintvipsoft
2009-06-13refs #778 adding the new Javascript Tracking API function: trackGoal to manua...matt
2009-06-12Fixes #785 - omit return value -- default action is implied vipsoft
2009-06-11refs #778 - implement trackGoal() on client-sidevipsoft
2009-06-06refs #355 - accommodate malformed URIs that contain an illegal space vipsoft
2009-06-02Add js/README and set default title to ''.vipsoft
2009-05-31refs #355 - minor changes per reviewvipsoft
2009-05-28fixes #355 - OO version of piwik.js which no longer modifies DOM;vipsoft