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 (Collapse)Author
2016-09-20expose some DOM methods (#10522)Thomas Steur
2016-09-10Add possibility to retry _paq plugin method calls at a later pointThomas Steur
2016-08-31Merge branch '3.x-dev' into 3.0-m06Thomas Steur
Conflicts: js/piwik.min.js piwik.js
2016-08-31fixes #10179 configtrackerpause should not be set to 0 if a callback is used ↵Thomas Steur
(#10379)
2016-08-28Split piwik.js into multiple files and provide a merged one (#10441)Thomas Steur
refs #6106
2016-07-20fixes #10310 - use indexOf polyfill function to avoid errors in older IEs ↵Stefan Giehl
(#10327)
2016-07-15Fixes #10105 - copied from #10271 by @Kijewski (#10306)Matthieu Aubry
2016-07-15Fix the JS tests on Chromemattab
2016-07-15piwik.js: Prepend a slash to all paths such as when users don't specify ↵Matthieu Aubry
leading slash for URL path (#10302)
2016-07-15Add a test for isInsideAnIFrame method in piwik.js (#10300)Matthieu Aubry
#10271 #10105
2016-07-14Add current domain to list of domains automatically only if no path is set ↵Thomas Steur
(#10051) * Do not add current domain automatically if setDomains is called, might also fix a bug in IE11 * this might fix jslint test * added tests and fixed a bug * fix tests * Up to date piwik.js * Minor changes
2016-07-14record actual screen resolution when using JS tracker (#10296)Thomas Steur
2016-07-13Up to date minified piwik.jsmattab
2016-07-12 Reset the list of items in the cart, after tracking an ecommerce conversion ↵Matthieu Aubry
(#10279) * Clarify that token_auth must be an admin or super user token. * Reset the list of items in the cart, after tracking an ecommerce conversion But do not reset the list of itms in the cart after tracking an ecommerce cart update. fixes #10252 * Adding changelog note `piwik.js`: after an ecommerce order is tracked using `trackEcommerceOrder`, the items in the cart will now be removed from the JavaScript object. Calling `trackEcommerceCartUpdate` will not remove the items in the cart.
2016-05-28rebuilt piwik.jssgiehl
2016-05-23Up to date minified piwik.js https://github.com/piwik/piwik/pull/10085mattab
2016-05-23JavaScript SDK: add support to send tracking requests to multiple Piwik ↵Matthieu Aubry
servers and/or store in one or multiple websites ID (#10085) * Add support to configure multiple trackers easily * added tests * fix tests
2016-04-01Adding up to date minified piwik.jsmattab
2016-03-31fixes #9924 outlinks and downloads are not tracked if document is already ↵Thomas Steur
ready when piwik.js is loaded
2016-03-31New automated test to detect when piwik.js minified file is out of sync with ↵mattab
original piwik.js
2016-03-29refs #9954 attach request only if a request url is actually setThomas Steur
2016-03-08handle tel links the same as mailtosgiehl
2016-03-08fix overlay when using a custom piwik.php path for trackingThomas Steur
2016-03-07updated minified piwik.js after merging #9876Thomas Steur
2016-01-18detect whether window had focus only once and assume it had focus if used ↵Thomas Steur
inside an iframe
2016-01-18refs #9505 only track a ping if window actually has the focusThomas Steur
2015-12-15fixes #9371 make sure to use integers for resolution when devicePixelRatio ↵Thomas Steur
is eg 1.0001
2015-12-04fix jslintThomas Steur
2015-12-04set a cookie path automatically if a configHostAlias matches a pathThomas Steur
2015-12-03Added support to specify a path in a website URL and Piwik will recognize ↵Thomas Steur
the path during tracking
2015-11-24refs #9129 added feature Custom DimensionsThomas Steur
2015-11-16refs #9125 location.domain is not set when used in xulrunnerThomas Steur
2015-11-02fixes #9130 use window.JSON only if it actually contains JSON API methods ↵Thomas Steur
stringify and parse
2015-10-02do not use eval in minified piwik.js, replace JSON2 with JSON3Thomas Steur
2015-08-31added method to piwik.js to log all detected content blocksThomas Steur
2015-08-07refs #8413 prevent malformed url error if encoding is not utf8Thomas Steur
2015-07-20minify piwik.jsThomas Steur
2015-07-07Commit minified piwik.js Refs https://github.com/piwik/piwik/pull/8265mattab
2015-06-25Minify piwik.js file.diosmosis
2015-06-25Update minified piwik.js file.diosmosis
2015-06-09refs #5287 track middle clicks and open context menu optionallyThomas Steur
2015-06-08refs #7494 make sure to apply disableCookies before any other method that ↵Thomas Steur
could potentially set a cookie
2015-05-21Make Piwik.js unit tests greenmattab
2015-05-20Re-generating latest piwik.jsmattab
It was modified twice today and got a merge conflict
2015-05-20Fixes #5014 - Encode URLs using Javascript encodeURIComponent so it works ↵mattab
with utf-8 characters Previously was using unescape which did not work well with utf8 non ascii characters.
2015-04-30Jslint for piwik.jsmattab
2015-04-30Updating minified piwik.js to include all latest changesmattab
2015-04-28make hasCookies work againThomas Steur
2015-04-28do not set a visitorId if cookies are disabledThomas Steur
2015-04-19download attribute shouldn't count more than link classsgiehl