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-08-24By default select site creation date if site was created today or if select ↵Thomas Steur
date is before site creation date (#16287)
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(?)
2019-05-17Let controllers specify what type a view to be rendered is (#14309)diosmosis
* Let controllers specify what type a view to be rendered is, so it is not always assumed based on controller type. * Check the view type. * Do not modify @api methods. * tweak comment
2018-06-11Make some menus translatable (#12885)Christian Schmidt
* Make some menus translatable * Update changelog
2016-04-11refs #7983 let plugins add or remove fields to websites and better settings apiThomas Steur
2016-04-06refs #9354 merge user and admin menu to one single menuThomas Steur
2015-10-06generate pages instead of implementing them in each controllerThomas Steur
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-04-22Fixes #7735 The date/period is kept between pages (dashboard, all websites, ↵Matthieu Napoli
admin...)
2015-03-18Restore the constructor (empty) that I removed in d3e92fa484 because it can ↵Matthieu Napoli
be called from subclasses See https://github.com/piwik/piwik/commit/d3e92fa484956fd1edf853cac83e7d2c7a0f3310#commitcomment-10262413
2015-03-16Avoid calling the same method twiceMatthieu Napoli
2015-03-11Simplified use of DI in Menu classes by removing the parent constructorMatthieu Napoli
2015-01-13refs #6960 fix date to load by default does not always workThomas Steur
2014-12-16Pull variable up as method parameter for reusemattab
2014-10-03Fixes #6374 Make sure top menu URLs are generated properly based on user ↵mattab
preferences , refs #3426
2014-09-07fixes #6153 check whether the defined module and action actually exists if ↵Thomas Steur
development mode is enabled
2014-09-06refs #6140 easier way to define URLs for menu items and introducing a method ↵Thomas Steur
to addItem without boolean parameter
2014-06-18Merge remote-tracking branch 'origin/master' into ↵Thomas Steur
report_and_dimension_refactoring Conflicts: plugins/DevicesDetection/DevicesDetection.php plugins/Referrers/Referrers.php
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-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ↵mattab
to use free/libre instead of open source
2014-05-26refs #5192 added some doc blocks and prevent the menu hooks from appearing ↵Thomas Steur
in the documentation as they are deprecated
2014-05-20refs #5192 continued menu refactoring. not sure yet how good this idea is ↵Thomas Steur
but seems to be already better than before