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-09-28A few more PHP8.1 fixes (#17989)Tim-Hinnerk Heuer
2021-09-24add mysql row format dynamic option (#18002)Peter Zhang
2020-10-19Fix check if table exists (#16581)Stefan Giehl
2020-05-17Use utf8mb4 character set if possible (#15618)Stefan Giehl
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-03-19Avoid update problem if token_auth table does not yet exist (#15706)Stefan Giehl
2020-03-15respect max execution time limit for transitions plugin (#15652)Stefan Giehl
2020-03-15Force using index index_idsite_idvisitor if available (#15664)Stefan Giehl
2019-07-05Update the link tag for all php files (#14635)Luca
2018-11-29Make matomo.js and matomo.php the default Tracking API endpoints used (#13596)Thomas Steur
2016-11-11#10547 Bad regexp in DbHelper.php (#10688)Jan Wroniszewski
2016-04-26allow + in database names during setup (#10091)Nitish Bezzala
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-03-10More refactoring to Updates.php base & Columns\Updater, make Updates.php meth...diosmosis
2014-11-04Allow UI tests to delete archiving tables.diosmosis
2014-07-07it looks like it truncates all tables between tests?Thomas Steur
2014-07-07whenever ipAnonymization is activated, log DB infos... also log whether db is...Thomas Steur
2014-06-26pass all kind of column information so we can do some more checksThomas Steur
2014-06-25started to handle changes to dimensions, for instance if a new dimension is a...Thomas Steur
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-04-15Fixes #4991 Deprecated the function Schema::dropTables() and DbHelper::dropT...mattab
2014-03-22Allow dropping databases by name for tests.diosmosis
2014-02-05refs #4611 use InnoDB by default, added config option to change to different ...Thomas Steur
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-09-24Remove use of Zend_Registry to hold DB connections.Benaka Moorthi
2013-09-17Tracker moving last remaining parameter value not yet in Request, to the Requ...mattab
2013-09-16DbHelper classmattab