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-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
2014-07-22removed unused use statementssgiehl
2014-06-24added new staticCache to remove a lot of duplicated code and to have a nice ↵Thomas Steur
interface, by caching the default metrics we reduce the calls to translate from 50k to 2k resulting in good performance improvement...
2014-06-18merging master into branch, wish me luckThomas Steur
2014-06-16moved some more dimensions to plugins, fixed some issues, removed some more ↵Thomas Steur
duplicated code etc. Tests will not be green as there fixes to country detection
2014-06-12apparently the action reports all overwrite the default metric translations. ↵Thomas Steur
looks like a hack to me... need to make this use case easier
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