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
2020-10-01Optimise Matomo 4 updates (#16490)Thomas Steur
2020-06-26Track seconds instead of days for "days since" dimensions (#15774)diosmosis
2020-06-02SQL type FLOAT should not be used for economical data (#15994)Thomas Steur
2020-05-27Removes director detection (#15989)Stefan Giehl
2020-05-20Remove gears detection (#15956)Stefan Giehl
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-01-20Removes some code marked as deprecated (#15419)Stefan Giehl
2020-01-16Remove more deprecated methods (#15398)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
2017-10-03Better segment editor and fixes (#12040)Thomas Steur
2016-04-18Improved plugins update API (#10028)Thomas Steur
2015-10-08fixes #8399 create dimension instance only when needed to improve performanceThomas Steur
2015-07-21refs #8304 make sure to not uninstall a dimension if another plugin defines t...Thomas Steur
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-03-16Add comment about NULL1 in core/Columns/Updater.php.diosmosis
2015-03-10More refactoring to Updates.php base & Columns\Updater, make Updates.php meth...diosmosis
2015-03-02Rename UpdateListener to UpdateObserver and use in CLI update command to show...diosmosis
2015-02-26Refs #7276, add integration test for core:update command, fix strict notice e...diosmosis
2015-02-25Refs #7276, finish updater refactoring; use instance methods of Updater in Co...diosmosis
2015-02-25Refs #7276, initial backwards compatible refactor of updater classes (moved C...diosmosis
2014-12-17added support for different caching backends such as redisThomas Steur
2014-10-15column needs to be created on installsgiehl
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-23User ID is NULLable refs #3490mattab
2014-09-22refs #3490 wondering whether all tests still pass when converting userid to d...Thomas Steur
2014-08-04Fixes #5927 remove unused column log_conversion.referer_visit_server_datemattab
2014-07-11those example dimensions were not moved from core to plugins, we should make ...Thomas Steur
2014-07-11we actually need to check whether key exists, not in_array...Thomas Steur
2014-07-11just noticed I broke the installer when I was trying to fix the updater in c0...Thomas Steur
2014-07-08this is a very complicated one. Problem was when updating from 2.4.0 to 2.5.0...Thomas Steur
2014-07-03by checking for dimension version changes only if there was a file change we ...Thomas Steur
2014-07-01moved dimensions into a subdirectoryThomas Steur
2014-07-01started to add possiblity to add conversion columnsThomas Steur
2014-06-30renamed Updates => Updater as mentioned in todoThomas Steur