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 (Expand)Author
2021-12-22Show a summary of new features (#18065)Ben Burgess
2021-11-16Fix some PHP8.1 deprecation warnings occurred while running tests (#18314)Stefan Giehl
2020-11-19When no deactivation date found, then rearchive as much as allowed (#16748)Thomas Steur
2020-11-18Add convenience method for rescheduling archiving for a single plugin. (#16727)diosmosis
2020-11-12Fix methods to get plugin de-/activation time. (#16705)Stefan Giehl
2020-11-10Keep track of last activate/deactivate date for plugins (#16683)diosmosis
2020-06-03Remove code tagged with `@deprecated` (#16001)Thomas Steur
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-01-28Use rebranded components (#15253)Stefan Giehl
2020-01-20Removes some code marked as deprecated (#15419)Stefan Giehl
2020-01-16Removes some methods deprecated for Matomo 4 (#15386)Stefan Giehl
2019-09-13Various platform tweaks (#14832)Thomas Steur
2019-07-26Remove no longer needed require statement (#14696)Thomas Steur
2019-07-05Update the link tag for all php files (#14635)Luca
2019-03-15Support multiple plugin paths (#14051)Thomas Steur
2019-01-30Don't hardcode plugins directory (#14043)Thomas Steur
2018-07-10Disables some more feature if internet features are disabled (#13076)Stefan Giehl
2018-06-22Validate premium feature license correctly when cancelled (#13064)Thomas Steur
2016-11-15Update Marketplace to work with new API (#10799)Thomas Steur
2016-09-30Merge branch '2.x-dev' into 3.0-m09Thomas Steur
2016-09-292.16.3-rc1 (#10590)2.16.3-rc1Matthieu Aubry
2016-09-27Add @ignore tag to this method so it does not appear in auto generated doc, r...mattab
2016-09-23 Activating a plugin should fail when the plugin has missing dependencies (#1...Matthieu Aubry
2016-04-11refs #7983 let plugins add or remove fields to websites and better settings apiThomas Steur
2015-10-06generate pages instead of implementing them in each controllerThomas Steur
2015-09-09refs #8565 #8503 #8567 refactored/removed some code to not use deprecated API...Thomas Steur
2015-08-07Mark Plugin::isTrackerPlugin as internal since it is not required to make it ...diosmosis
2015-08-06Add new RequestProcessor to Actions plugin for action detection + new Request...diosmosis
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-03-11Add support for using dependency injection in widgets, menus, tasks…Matthieu Napoli
2015-03-10Revert accidental commit in the wrong branchMatthieu Napoli
2015-03-10Remove deprecated Period::factory()Matthieu Napoli
2015-02-16Return null in case a return value is expected (suppresses warning)Matthieu Napoli
2015-02-16Renamed variableMatthieu Napoli
2014-12-17getEageCache does not expect a parameter anymore, idSite was already converte...Thomas Steur
2014-12-17added support for different caching backends such as redisThomas Steur
2014-12-04Tracker refactoringThomas Steur
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-08-15findMultiComponents can now find components in sub foldersThomas Steur
2014-08-15before including a file make sure it exists... makes the whole cache kinda ne...Thomas Steur
2014-08-04Fixing issue when there is an invalid cache pointing to a file that does not ...mattab
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-03fix cached klassnameThomas Steur
2014-07-03performance improvement by not having to use the autoloader when loading a si...Thomas Steur
2014-07-02this might make the ui faster, do no longer check for components all the timeThomas Steur
2014-07-02a few more tweaksThomas Steur
2014-07-02wondering how this effects the tracking performance? added possibility to per...Thomas Steur
2014-06-24reuse staticCache component and make sure to even cache a not found resultThomas Steur
2014-06-24should improve loading performance of menus, widgets, ...Thomas Steur
2014-06-23this improves tracking performance on my test machine from on average 450ms t...Thomas Steur