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-12-19language update (#15289)Stefan Giehl
2019-11-25language update (#15195)Stefan Giehl
2019-11-10language update (#15140)Stefan Giehl
2019-10-28language update (#15064)Stefan Giehl
2019-10-24language update (#15052)Stefan Giehl
2019-10-07language update (#14964)Stefan Giehl
2019-10-03Removed closing PHP tag due to PSR-2 definition (#14929)Kai Neuwerth
2019-10-03Check if widget is enabled in admin home before checking it, fix system ↵Thomas Steur
summary (#14930)
2019-09-27language update (#14916)Stefan Giehl
2019-09-05language update (#14861)Stefan Giehl
2019-08-26Fix MatomoSenior string in Tour (#14808)Lukas Winkler
* Fix MatomoSenior string in Tour * remove unused translation key
2019-08-25submodule updates & test fixes (#14809)Stefan Giehl
* updates all submodules * fix WidgetList tests * submodule update * translation updates
2019-08-25language update (#14807)Stefan Giehl
2019-08-01Only refresh engagement widget when it is on the page (#14665)Thomas Steur
I double checked it should have been only refreshing when the tour widget in the dashboard was loaded/viewed at least once, and only when focusing the window again (eg switching between developer tools and the browser window or between different tabs). It wasn't loaded on every page load within Matomo.
2019-07-25Updates npm dependencies for screenshot testing (#14680)Stefan Giehl
* Updates npm dependencies for screenshot testing * updates expected screenshots * improve some randomly failing tests * avoid feedback popup in tests * fix integration test * updates screenshot
2019-07-15Migrate Tour plugin UI tests to headless Chrome... (#14656)Stefan Giehl
* Converts Tour tests to Headless Chrome * Fix some failing UI tests
2019-07-12If new visit is forced, known visitors should still be recognized (#14491)diosmosis
* Enforcing a new visit should not result in the visitor becoming unrecognized. * Adding test for bug. * update expected test files * Fix integration test. * Update submodule * Update test files.
2019-07-04Ensure each plugin has a config.php and tracker.php file (#14625)Tore
Fixes #14420
2019-07-01Check $defaultLayout is an array when generating default dashboard (#14596)Thomas Steur
fix https://github.com/matomo-org/matomo/issues/14595 Not sure why it wouldn't be an array. Even when using ` json_decode($defaultLayout);` compared to ` json_decode($defaultLayout, true);` it is an array on my instance and works nicely. Just in case there is some other plugin installed that changes it maybe, check if it is an array
2019-06-20Fix a system test in tour plugin (#14548)Thomas Steur
2019-06-19Add widget to help users getting started and complete important steps with ↵Thomas Steur
Matomo (#12468) * added Tour plugin * enable tour plugin by default * better logic to handle steps * refactor plugin, add more steps * lots more code improvements, ui improvements, translations, challenges * lots of more improvements * adding more challenges * improve detection * more tweaks and tests * a few more tweaks * update some wordings * switch two levels talent and professional * apply review feedback * Update ChallengeCustomLogo.php * Expected files for system tests