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-02-22Rename hook for consistencymattab
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
2013-09-14Moving PHP/server settings getter/setter to SettingsServer classmattab
2013-09-14Moving BatchInsert logic to own Db/BatchInsert classmattab
2013-08-11Merge remote-tracking branch 'origin/master' into plugin_namespacesmattab
2013-08-09Fixing bug in installermattab
2013-08-02Refs #4059 Converting dozens of plugins/* classes to use Namespaces, \Piwik\P...mattab
2013-08-02fixed some doc blockssgiehl
2013-07-31Fixing post merge bugsmattab
2013-07-31Refs #3741 Resuming PHP Namespaces conversion of Piwik core, mostly finished ...mattab
2013-07-23Refs #4059 Work in progress: Conversion to use Namespaces of dozen more classesmattab
2013-07-21Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, ...mattab
2013-07-20Removing extra namespace \Coremattab