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-03-08[Marketing]adding help link or search tracking campaign params (#18601)Peter Zhang
* update vue and twig and php functions update vue and twig and php functions * Update helpLink.ts update regular expression * built vue files * update xml update xml * update some place update some place * add tests and group all into one javascript add tests and group all into one javascript * Update HelpLink.vue update vue build * built vue files * update some style and xml fixes update some style and xml fixes * built vue files * Update FrontControllerTest.php update exception error * Update FrontControllerTest.php update tests * Update FrontControllerTest.php remove all the line numbers * update to hardcode campaign params update to hardcode campaign params * built vue files * add mtm_keyword add mtm_keyword * update tests update tests * built vue files * Revert "update tests" This reverts commit 493482872facd9086f0daf9dd4c8c4701024b28e. * update xml update xml * built vue files * built vue files * Update plugins/Feedback/templates/index.twig Co-authored-by: Justin Velluppillai <justin@innocraft.com> * Update plugins/Feedback/templates/index.twig Co-authored-by: Justin Velluppillai <justin@innocraft.com> Co-authored-by: peterhashair <peterhashair@users.noreply.github.com> Co-authored-by: Justin Velluppillai <justin@innocraft.com>
2021-02-10Display help icons for categories/subcategories (#17062)dizzy
* show help icons in left and display help messages on click * pointless commit * more fixes for when to show icon persistent * More docs & more fixes. * some fixes, more styling changes + UI test * remove line breaks * fix link * update SecurityInfo plugin to latest * apply more review feedback * Adding help text + tweak to notification title bar. * fix issues after review and make exception clearer * update submodules * Update CustomVariables submodule. * fixing tests * fix test Co-authored-by: sgiehl <stefan@matomo.org>
2018-12-11Add new transitions report (#13475)3.8.0-b4Thomas Steur
* trying to add a report through visualization * refs #12865 added transitions report * small tweak * remove auto generated api * apply review feedback * add ui test, fix widget view * fix ui test * fix tests * update screenshots * fix various issues * trying to fix tests * fix tests * Update expected screenshot tests. * Try to fix random failure & update screenshots. * add help text, add icon, do not fetch anything when no action name * trying to fix tests * tweak code * run tests again * Update expected screenshots.