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-11-10Move performance reports to a new page / category (#16673)Stefan Giehl
* Move performance reports to new category * fix tooltips * updates UI test * updates expected test files * updates expected screenshots * Move Performance category after transitions * Make page reports wider * adds nonce to language selector in updater / installation * updates expected test files * Update getLanguagesSelector.twig * change report title to page urls * Hide performance viz on normal page reports (not in widgets) * update tests * updates submodules * fix ui tests Co-authored-by: Thomas Steur <tsteur@users.noreply.github.com>
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
* update doc blocks with new name * submodule updates * updates expected 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(?)
2015-10-06generate pages instead of implementing them in each controllerThomas Steur
2015-03-11Made for reports faster when flat=1 is used.Thomas Steur
Also replaceColumnNames is now queued again which should bring a performance boost in general.
2015-03-05Faster flattening for many reportsThomas Steur
2014-12-02Format min and max generation time properly when they are added to custom ↵Timo Besenreuther
reports and in the tooltip of the regular action reports. E.g. for 24ms print "0.024s" instead of "00:00:00".
2014-11-24Merge branch 'master' into processed_metrics_metadatadiosmosis
Conflicts: plugins/Actions/Reports/Base.php
2014-11-21Small tweakmattab
2014-11-18'Time on page' column displayed in format MM:SSuby501
2014-11-14Make MetricsFormatter a class with instance methods and move Html related ↵diosmosis
functionality to derived class. Use FOrmatter in Metric::format calls so Metrics do not have to be aware of context of formatting, and so Metric::format methods will have less code redundancy.
2014-11-14Add formatting to actions metrics and remove more use of filters & explicit ↵diosmosis
translation/documentation values for Visualizations.
2014-06-18merging master into branch, wish me luckThomas Steur
2014-06-12as the category is used for reportMetadata and widgetsList we should not ↵Thomas Steur
translate the category. The reportMetadata wants it translated but widgetslist wants the translation key. So we translate it only for the reportMetadata. Best solution would be to always accept either translated or the key but one problem after another
2014-06-12fixed some more testsThomas Steur
2014-06-12fixed processed metricsThomas Steur
2014-06-11starting to refactor reports into classes, also refactored some more ↵Thomas Steur
dimensions which is still not 100% working and needs more work