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
2019-05-03fix build (#14406)Thomas Steur
* fix build * fix marketplace license tests
2019-05-03Resolve issue with malformed link when Cross Domain tracking is enabled and ↵Daniel Lancelot
a cross domain link contains an anchor reference (#) (#14383)
2019-04-17fix JavaScript tracker tests (#14352)Thomas Steur
* fix JavaScript tracker tests * fix tests
2019-04-17add doPing method to JS api (#14127)Chris Pimlott
* add ping method to JS api Fixes #14100 * update minified version * mention new ping method * fix test which doesn't like a newline at the end * fix test which doesn't like a newline at the end
2019-04-08Reset tracked impressions for searches and only send tracking request when ↵Thomas Steur
interaction was defined (#14002) * Reset tracked impressions for searches and only send tracking request when interaction was defined * add test to ensure site search clears content impressions
2019-03-04fix queued requests in JS tracker and add possibility to disable it (#14146)Thomas Steur
* fix queued requests in JS tracker and add possibility to disable it * Regenerate core tracker JS. * Fix jslint error. * trying to fix and debug failing js test * fix js test * trying to fix test * debugging failing test * fix JS tests * fix jslint
2019-01-27Add method to get ecommerce items to tracker (#14028)diosmosis
* Add getEcommerceItems() method to tracker so users can see what was added/removed. * doc twea * Update minified JS. * Fix test.
2019-01-22Change value of _pk_ses cookie to 1. (#13970)diosmosis
2018-12-14Fixing the build. (#13860)diosmosis
2018-12-14Make sure to always trigger a callback in JS trigger when specified (#13855)Thomas Steur
* make sure to always trigger a callback in JS trigger when specified * add changelog entry * also specify tracker url * add more properties
2018-12-14trigger new event when a tracker has been added (#13851)Thomas Steur
2018-12-06Add option to opt in to use send beacon (#13451)Thomas Steur
* Add option to opt in to use send beacon * Fix JS tracker test.
2018-12-06Send bulk requests in chunks when needed (#13444)Thomas Steur
* send bulk requests in chunks * send requests correctly
2018-12-03fix some integration tests (#13791)Thomas Steur
2018-11-29Make matomo.js and matomo.php the default Tracking API endpoints used (#13596)Thomas Steur
* Make matomo.js and matomo.php the default Tracking API endpoints used * few fixes * fix few tests * update matomo php tracker in composer * make sure to record install version * do not overwrite ever install version * trying to fix test * more tweaks and fix tests * prefer matomo endpoint in the ui, fix some tests * file was still needed * apply review feedback * fix ui tests