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
2022-04-12[Vue] changes for AnonymousPiwikUsageMeasurement (#19079)dizzy
* adding events for use with AnonymousPiwikUsageMeasurement (so angularjs does not have to be used) * adding more events and changes required for AnonymousPiwikUsageMeasurement * undo submodule change * bump version to beta for plugin tests * built vue files * revert submodule change Co-authored-by: sgiehl <stefan@matomo.org>
2022-04-08[Vue] migrate scheduled reports management from twig/angularjs to vue (#19012)dizzy
* finish initial migration pass * get changes to build * delete angularjs and twig * extract select phone numbers macro to vue and make sure angularjs directives are initialized in scheduled reports event content * fixing several issues + getting report addition extending working * fix UI tests * possibly provide some BC for inline script use * fix several bugs, use better approach for accessing report in event child vue components, provide backwards compatibility for angularjs/inline javascript potentially used by third party plugins * apply review fixes * decode scheduled report description as it is stored escaped in the DB + remove some vue warnings Co-authored-by: sgiehl <stefan@matomo.org>