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
2015-03-10More refactoring to Updates.php base & Columns\Updater, make Updates.php ↵diosmosis
methods instance methods, create Update instances via DI, make Columns\Updater use instance methods instead of static, and add integration test for Columns\Updater.
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 ↵Thomas Steur
is dropped at some point
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 ↵Thomas Steur
added the platform should detect this and run an update script. also if a dimension suddenly handles new cases such as conversion it should automatically add a column to log_conversion after a user confirms. Have not tested update and/or installation yet
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ↵mattab
to use free/libre instead of open source
2014-04-15Fixes #4991 Deprecated the function Schema::dropTables() and ↵mattab
DbHelper::dropTables. Please use the new Db::dropTables() instead. Next time we will give a bit more head-ups so you have more time to modify plugins. Thanks!
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
storage engine, introduced new API method to create tables which will automatically use configured engine, run optimize table only for InnoDB tables
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
refs #4609
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 ↵mattab
Request object
2013-09-16DbHelper classmattab