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
path: root/core/Db
AgeCommit message (Expand)Author
2015-03-02Do not error as it is already logged in method calledmattab
2015-02-20Throw exception when adapter class not validmattab
2015-02-19Fixes #7185mattab
2015-01-12Simplified get from container with new shorter methodMatthieu Napoli
2014-11-13Moved the `tmp/` path into the config (was hardcoded everywhere)Matthieu Napoli
2014-11-06refs #6417 use sequence table to create archive idsThomas Steur
2014-10-04moved some queries within core to model filesThomas Steur
2014-10-02Refactor DbHelper::truncateAllTables() to truncate non-core tables, and tweak...diosmosis
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-22refs #3490 wondering whether all tests still pass when converting userid to d...Thomas Steur
2014-09-01Refs #3490 User ID Tracker is now working:mattab
2014-08-20Remove Piwik autoloader and replace composer autoloader.diosmosis
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-15fixed method signaturesChristian Raue
2014-07-12this might the ui tests work again, somehow the database gets changed but the...Thomas Steur
2014-07-12Merge remote-tracking branch 'origin/master' into report_and_dimension_refact...Thomas Steur
2014-07-09Refs #5273 Replace Trac ticket URL to Githubmattab
2014-07-07remove all logs again and disable location settings to see if this causes itThomas Steur
2014-07-07it looks like it truncates all tables between tests?Thomas Steur
2014-07-07Merge branch 'master' into report_and_dimension_refactoringThomas Steur
2014-07-01moved dimensions into a subdirectoryThomas Steur
2014-07-01started to add possiblity to add conversion columnsThomas Steur
2014-06-30In case config file uses PDO_MYSQL (backward compatibility)mattab
2014-06-30renaming PDO_MYSQL -> PDO\MYSQL for consistencymattab
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-25Fixes #5371 Make Piwik work PHP session hash function is non default such as ...mattab
2014-06-18Merge remote-tracking branch 'origin/master' into report_and_dimension_refact...Thomas Steur
2014-06-18moved more code from core to plugins, eg Visit, Actions and some Conversion c...Thomas Steur
2014-06-17starting to move actions from tracker into pluginsThomas Steur
2014-06-16moved some more dimensions to plugins, fixed some issues, removed some more d...Thomas Steur
2014-06-13moved more logic from core to pluginsThomas Steur
2014-06-11starting to refactor reports into classes, also refactored some more dimensio...Thomas Steur
2014-06-10starting to move dimensions from core into plugins and put each dimension int...Thomas Steur
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-19Fixes #5181 Renamed methodmattab
2014-05-09Removed unused imports in core/ and plugins/mattab
2014-04-15Fixes #4991 Deprecated the function Schema::dropTables() and DbHelper::dropT...mattab
2014-04-11Not a good ideamattab
2014-04-10Silent fail to gnore mysqli warningsmattab
2014-04-03started to work on command to set number of available custom variablesThomas Steur
2014-03-22Allow dropping databases by name for tests.diosmosis
2014-03-08Fix for error "Class '\Piwik\Db\Schema\' not found", default to Mysql when sc...mattab
2014-02-24Merge branch 'master' into uiunittestsdiosmosis
2014-02-22Rename hook for consistencymattab
2014-02-21Speeding up tests on travis by adding persist_fixture_data config option and ...diosmosis
2014-02-06Fix bug in beta10mattab
2014-02-05Streamline config. fixes #4611mattab
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