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
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
2014-02-03Removing occurences of Piwik_ in core/Fabian Becker
2014-01-23refs #4564 fix adding anonymous user is not possibleThomas Steur
2014-01-23refs #4564 fix sqlThomas Steur
2014-01-23refs #4564 added column superuser accessThomas Steur
2014-01-17Test to comment out MYSQL_ATTR_USE_BUFFERED_QUERY and see if build pass OK.mattab
2013-12-27Adding config setting to explicitely disable LOAD DATA INFILE to prevent erro...mattab
2013-12-27Adding option to set the chroot path in the config file so that the load data...mattab
2013-12-17fixes #4373, #1640Julien Moumné
2013-11-20Adding new column 'type' to 'piwik_site' table. Adding setters in Site object...mattab
2013-11-06Phpstorm organize importsmattab
2013-11-01Refs #472 Move some logic to TableLogActionmattab
2013-10-29Remove Piwik::translateException function.diosmosis
2013-10-24Merge branch 'master' into ceventsmattab
2013-10-24fixed doc blockssgiehl
2013-10-20Some refactoring and preparations for custom events ref #472mattab
2013-10-15Type hint for Singletonmattab
2013-10-13Fix logger_message issue (forgot to change table column in Myisam.php).diosmosis
2013-10-11Refs #4208 refactor all singletons except the hard ones (with custom getInsta...mattab
2013-10-09Refs #4202 removing functions Piwik_Translate and Piwik_TranslateExceptionmattab
2013-10-09Refs #4199 minor docmattab
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-08Refs #4123 Applying phpstorm "Organize imports" on core/* and plugins/* direc...mattab
2013-10-08minormattab
2013-10-08Merge remote-tracking branch 'origin/master'mattab
2013-10-08refs #4123 Removing unused imports (using phpstorm Inspections>Fix feature)mattab
2013-10-08refs #4199 documented some more eventsThomas Steur
2013-10-07Removed Piwik::log and replace with calls to Log::... functions. Also changed...Benaka Moorthi
2013-10-03Remove unneeded logger tables.Benaka Moorthi
2013-09-30Refs #4133mattab
2013-09-27Use tag concept instead of plugin when logging and default to calling class n...Benaka Moorthi
2013-09-26Added tests and fixed bugs.Benaka Moorthi
2013-09-26Finished more.Benaka Moorthi
2013-09-24Remove use of Zend_Registry to hold DB connections.Benaka Moorthi
2013-09-16The long awaited DbHelpermattab