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
2020-02-11Renames CustomPiwikJs plugin to CustomJsTracker (#15505)Stefan Giehl
* Renames CustomPiwikJs plugin to CustomTrackerJs * adds bc for old api class name * adds update to rename plugin in exisiting config * update ui tests * rename again * remove old events * improve changelog * remove bc fallback * Improve migration * use tagmanager submodule * updates UI files
2019-07-05Update the link tag for all php files (#14635)Luca
I updated the link tag for all php files with the new matomo link. Not sure if it is realistic that this will get merged but I though that someday someone has to do this(?)
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
2018-05-21Fix DI is not used in tracker updater command (#12944)Thomas Steur
This means that when someone is decorating this class, it is not being executed.
2017-05-19Use DI so plugins can change Custom Piwik JS (#11717)Thomas Steur
* use DI so plugins can change custom piwik js * post event so plugins can customize which tracker files to include * better API so we can write better tests
2016-09-19Split piwik.js in multiple files minor tweak (#10449)Matthieu Aubry
* Split piwik.js in multiple files minor tweak * Do not create the piwik.js in tests as it's not needed * check whether test failure is related to previous commit: re-add file_put_contents($targetFile, '');
2016-08-28Split piwik.js into multiple files and provide a merged one (#10441)Thomas Steur
refs #6106