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-08-17Run AllTests on PHP8 (#16897)Stefan Giehl
2020-06-03Remove code tagged with `@deprecated` (#16001)Thomas Steur
2020-05-07Bind param values manually since PDOStatement::execute() will assume … (#15...diosmosis
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-02-27Update to PHPUnit 8.5 (#15581)Stefan Giehl
2019-07-23start working on db reader support (#14681)Thomas Steur
2019-07-05Update the link tag for all php files (#14635)Luca
2018-07-18Introducing a new role "write" and possibility to define capabilities (#13163)Thomas Steur
2017-05-15added missing method rowCount (#11698)Thomas Steur
2015-12-14Remove DB::tableExists methodmattab
2015-12-13refs #9131 lock name should be less than 64 characters for MySQL compatibilityThomas Steur
2015-11-01Make sql_mode compatibile with MySQL 4.1Joey3000
2015-10-07Fix typomattab
2015-10-07Remove STRICT_TRANS_TABLES SQL mode to prevent fatal errormattab
2015-10-01fixes #8824 remove NO_ENGINE_SUBSTITUTION mode to prevent error if innodb is ...Thomas Steur
2015-08-22make sure it works if connection is created again, added testThomas Steur
2015-03-31Faster archiving of aggregated reports, also performance imprvovements in gen...Thomas Steur
2014-11-14Moved integration tests to namespacesMatthieu Napoli
2014-10-13refs #5940 moved files into a subfolder framework, added autoloader to remove...Thomas Steur
2014-10-06refs #5940 we might stay backwards compatible this way for 2 months. moved so...Thomas Steur
2014-10-05refs #5940 put tests in correct folders, better testsuite names, some tests s...Thomas Steur