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
2018-01-10Further Piwik.org => Matomo.org replacements (#12415)Thomas Steur
2017-05-15added missing method rowCount (#11698)Thomas Steur
2016-12-02Password hashing (#10926)Thomas Steur
2016-10-06fix scheThomas Steur
2016-09-30Merge branch '2.x-dev' into 3.0-m09Thomas Steur
2016-09-27do not make log_action.idaction (and foreign keys) BIGINT to prevent large ov...Matthieu Aubry
2016-09-26On very high traffic Piwik servers, prevent integer overflow by making auto_i...Matthieu Aubry
2016-09-26Adds possibility to define a goal description (#10057)Stefan Giehl
2016-09-20refs #9231 Make all log_* tables fields NULLable (#10492)Thomas Steur
2016-09-05fix Deprecated - Non-static method Piwik\Db\Adapter::isRecommendedAdapter() s...Thomas Steur
2016-08-29Merge branch 'master' into 3.0-m06Thomas Steur
2016-07-30Added Recommended Drivers During Installation (#10346)Pranav
2016-07-21When Piwik config file becomes un-readable, make it clear that the file still...Matthieu Aubry
2016-04-18Improved plugins update API (#10028)Thomas Steur
2016-04-11refs #7983 let plugins add or remove fields to websites and better settings apiThomas Steur
2016-02-07Fix warning - is_dir(): open_basedir restriction in effect. File(/var/tmp/) i...Thomas Steur
2016-01-20Merge pull request #9529 from piwik/9419_3Matthieu Aubry
2016-01-15try to use path from secure_file_priv variableThomas Steur
2016-01-15add docblock for charsetThomas Steur
2016-01-15add possibility to specify charset when importing in batchThomas Steur
2016-01-14refs #9419 always set character set latin1Thomas Steur
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