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
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-07Remove STRICT_TRANS_TABLES SQL mode to prevent fatal errormattab
2015-10-02Merge pull request #8891 from piwik/8871Matthieu Aubry
2015-10-02Catch exception to let original exception bubble fixes #8871mattab
2015-10-01fixes #8824 remove NO_ENGINE_SUBSTITUTION mode to prevent error if innodb is ...Thomas Steur
2015-08-22use a const for sql modesThomas Steur
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-04-22Fixes #7640, add [Debug] log_sql_queries INI option to control whether SQL qu...diosmosis
2015-03-31Refs #7181, add --include-year-archives and --force-optimize-tables options t...diosmosis
2015-03-20Fixing loose comparisonMatthieu Napoli
2015-03-18Correctly filter out InnoDB tables in Db::optimizeTables.diosmosis
2015-03-18Fixes #7462, optimize InnoDB tables if MariaDB v10.1.1 or greater is used.diosmosis
2015-02-08Refactoring entire branch, moved most of logic to command class, turned Dupli...diosmosis
2015-01-15Fixes #7017 (Infinite loop when logging to database at debug level) + testsMatthieu Napoli
2014-12-22Replaced usage of Log::verbose() with Log::debug()Matthieu Napoli
2014-12-19Remove line break when logging sqlmattab
2014-11-27fixes #6727 lazy load plugin settingsThomas Steur
2014-10-28Replace all uses of Piwik_ExitWithMessage (except one) with throwing exceptio...diosmosis
2014-10-04moved some queries within core to model filesThomas Steur
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-14Do not log bind when logging SQL statements.diosmosis
2014-09-14Add logging of SQL statements (w/ verbose level) to Db class.diosmosis
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-15fixed method signaturesChristian Raue
2014-07-06Removing extra travis debugging code.diosmosis
2014-07-06Trying to debug travis failure (disabling most integration tests temporarily).diosmosis
2014-07-05Fixing some tests and trying to diagnose travis failure.diosmosis
2014-07-05Fix build for no tables_prefix on travis change.diosmosis
2014-06-30renaming PDO_MYSQL -> PDO\MYSQL for consistencymattab
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-04-15Fixes #4991 Deprecated the function Schema::dropTables() and DbHelper::dropT...mattab
2014-04-08Add method to destroy current database connection (for testing).diosmosis
2014-04-03fetchAll should exist even in tracker modeThomas Steur
2014-04-03started to work on command to set number of available custom variablesThomas Steur
2014-03-29Fixes #4924: in Tracker mode, do not check for permission when getting/settin...mattab
2014-02-25Merge branch 'master' into comparison_dashboard_changesdiosmosis
2014-02-22Rename hook for consistencymattab
2014-02-15Add tableExists method to Db singleton.diosmosis
2014-02-05Fix logic: only run OPTIMIZE table on Myisam tables. Refs #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
2013-12-08Refs #4200 revised some of class/method docs.diosmosis
2013-12-06Fixes #4199, revising event docs and closing ticket.diosmosis
2013-12-03refs #4244 converted more linksThomas Steur
2013-12-03converted some links to use @linkThomas Steur
2013-11-05adding @ignore to fieldmattab
2013-10-25Refs #4200 revised event docs for core/* files.diosmosis
2013-10-21Refs #4200, documented Db.php and small refactor to LogDataPurger/ReportsPurg...diosmosis