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
2014-07-11Fixes #5809, change existing SQL to ignore errors that occur when updates are...diosmosis
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-02-05Remove $schema = 'Myisam' from all update methods refs #4611mattab
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2013-10-08Refs #4059 Converting updates files to use namespacesmattab
2013-09-16DbHelper groups logic around Db, tables, etc.mattab
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-20Removing extra namespace \Coremattab
2013-07-18Refactor class Piwik_Common to \Piwik\Core\CommonFabian Becker
2013-07-18Refactor class Piwik_Commin to \Piwik\Core\CommonFabian Becker
2013-07-18Refactor class Piwik to \Piwik\Core\PiwikFabian Becker
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2010-08-20refs #1630robocoder
2010-07-28refs #1368 - use schema instead of adapter; in strict mode, update() can't be...robocoder
2010-06-03refs #1368 - Piwik::prefixTable() is deprecatedrobocoder
2010-03-22extended getSql() interface to take optional adapter name; defaults to PDO_MYSQLrobocoder
2010-02-20fixes #1129 - remove index_idsite_dates_period (formerly index_all) from arch...robocoder
2010-02-12refs #1129, refs #1151 - refactoring to add getSql() to return array of SQL s...robocoder
2010-01-29refs #1129 - add update scriptrobocoder