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-11-27Override the _dsn method to ensure the host+port is unset as soon as unix_soc...Floris Luiten
2015-10-02removed unused schema code that uses SHOW ENGINES which can fail when PROCESS...mattab
2015-09-22refs #8689 started working on PHP 7 supportThomas Steur
2015-09-02fixing some unlink and othersThaDafinser
2015-08-26Add option to track only website urlsbarbushin
2015-08-22use a const for sql modesThomas Steur
2015-08-22make sure it works if connection is created again, added testThomas Steur
2015-08-22setting a fixed SQL modeThomas Steur
2015-06-18Merge pull request #8131 from Loscillo/bugfix/installation-hhvmMatthieu Aubry
2015-06-17Add support for HHVM at setup for actions systemCheck and databaseSetup.Nicolas GAILLARD
2015-06-17refs #7893 added possibility to measure mobile appsThomas Steur
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
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