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 (Collapse)Author
2017-02-21Remove outdated commentMatthieu Aubry
2017-02-21Improvements for tracking of single page applications (#11344)Thomas Steur
* improve single page website tracking * added docs and minified piwik * Re-generate piwik.js
2017-02-21piwik.js: In addTracker do not explicitely allow to set piwikUrl to null ↵Matthieu Aubry
since it may not work (#11381)
2017-02-11exposing new method to detect whether a node is visibleThomas Steur
2017-02-03added getlinktrackingtimeoutThomas Steur
2017-01-30New "Enable cross domain linking" checkbox in Javascript Tracker Code ↵Matthieu Aubry
generator (Advanced section) (#11295) * enable set domains when enable cross domains * fix disable cross domain when only one site url or less * New "Enable cross domain linking" checkbox in Javascript Tracker Code generator (Advanced section) * Integration test * API has new parameter
2017-01-28Merge branch '3.x-dev' into plugintrackerThomas Steur
2017-01-24Cross Domain: forward pk_vid parameter when the clicked element is not ↵Matthieu Aubry
directly a link but is within the link <a> element itself (#11262)
2017-01-23trigger plugin method only if a method name is setThomas Steur
2017-01-23also pass request parameterThomas Steur
2017-01-23add possibility to pass parameters to pluginsThomas Steur
2017-01-23better plugin support featureThomas Steur
2017-01-22Cross Domain tracking (#11243)Thomas Steur
* some work on tracking cross domain * fix some bugs * fix some edge cases * fixed tests and added more new tests * we also need a device specific id to avoid when time is not correct on a different computer etc * more tests * minified piwikjs * use only one parameter and validate values * fix tests * improve code * Re-generated piwik.js * UI Test * Comments
2017-01-18When tracking request is > 2000 char, prefer POST (#11201)Thomas Steur
* fixes #2321 when tracking request is > 2000 char, prefer POST * Fix jslint
2016-12-16Better piwik.js json compatibility (#11024)Thomas Steur
* refs #11023 better piwik.js json compatibility * fix some tests * fix json lint tests
2016-12-16Expose JSON property for Piwik custom trackers (#11025)Thomas Steur
* expose JSON property for Piwik custom trackers * added test
2016-12-13Show warning when paq.push is not initialized correctly (#10889)Thomas Steur
2016-12-01Enable by default Downloads and Outlinks tracking of righ… (#10901)Thomas Steur
Piwik JavaScript tracker: we now track by default Downloads and Outlinks when user clicks on the mouse right button or the mouse middle button
2016-11-14Update minified piwikmattab
2016-11-14Merge branch '3.x-dev' into bettertrackerasync3.xmattab
Conflicts: js/piwik.min.js piwik.js
2016-11-07forgot to update minified versionThomas Steur
2016-11-07added disableHeartBeatTimer featureThomas Steur
2016-11-01only create an async tracker when there is a configuration for itThomas Steur
2016-11-01Better async tracker initialization to not having to use _paq.pushThomas Steur
2016-09-30Merge branch '2.x-dev' into 3.0-m09Thomas Steur
2016-10-01Track a unique id for each pageview (#10499)Thomas Steur
* track a unique id for each pageview * fix tests * reduce idpageview to 6 bytes * added changelog entry
2016-09-26Commit up to date minified piwik.jsmattab
2016-09-26add callback method to track eventThomas Steur
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-13Calling an undefined JS API method should not trigger an error in the ↵Matthieu Aubry
console (#10176) * When calling a non existing method, do not fail JS execution but print a useful error message in browser console * Fix * Throw an error so developers can see in the browser console
2016-07-13trackLink does not invoke callback if request is done via GET (#10294)er314
* trackLink does not invoke callback if request is done via GET * Update piwik.js
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-06-01Merge pull request #10181 from piwik/customdimension_31Stefan Giehl
Fix doc block for Piwik JS setCustomDimension is wrong
2016-05-25add callback ability to trackPageView (#10172)er314
* Update piwik.js * Update piwik.js
2016-05-24refs plugin-CustomDimensions#31 fix doc block for custom dimension was wrongThomas Steur
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-05-23Update piwik.js (#10170)er314
2016-04-21fix example was wrongThomas Steur
2016-03-31fixes #9924 outlinks and downloads are not tracked if document is already ↵Thomas Steur
ready when piwik.js is loaded