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
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-10-03update READMErobocoder
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-09-05fix broken cachebuster; fix broken ajaxcdn; use piwik_version in cachebuster ...robocoder
2010-09-04fixes #1527 - merged assets are now returned to browser using a custom php pr...JulienMoumne
2010-08-20refs #1630robocoder
2010-08-12refs #1578robocoder
2010-08-07Gzipped files should be written to /js/ refs #1527mattpiwik
2010-06-22use defacto application/javascript instead of application/x-javascriptrobocoder
2010-05-06fixes #1337 - remove static .htaccess files and defined('PIWIK_INCLUDE_PATH')...robocoder
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-17add an exceptionrobocoder
2010-01-14small code optimizationrobocoder
2010-01-03update js documentationrobocoder
2010-01-03Workaround rule blocking piwik.php.robocoder
2009-12-26Some older browsers don't handle class names with underscore, so, accept piwi...robocoder
2009-12-26fix bug with manually compressed filesrobocoder
2009-12-26support manually gzip'd piwik.js for sites that don't support on-the-fly comp...robocoder
2009-12-26Serve up compressed piwik.js if possible. This can be used if user's web serv...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-07-01Add svn:keywords Id to .php files in core, plugins, and jsrobocoder
2009-06-28Fixes #524 - add standard Piwik header to .php files in core & plugins, withrobocoder
2009-06-19Fixes #814 - guard against:robocoder
2009-06-16Clear svn:executable on files.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