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-05Streamline config. fixes #4611mattab
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-16Adding 2.0-a17 update file to delete old plugin foldersmattab
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-08refs #4123 Removing some warningsmattab
2013-10-08Refs #4059 Converting updates files to use namespacesmattab
2013-08-01fixing more namespacessgiehl
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 Piwik_Config to \Piwik\Core\ConfigFabian Becker
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
2013-03-21Piwik_Config::setConfigOption() is outdated and should not be used for upgrades.Fabian Becker
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2012-03-10refs #1713 - remove Config __destruct()robocoder
2012-03-06refs #1713 - splitting reader/writer just isn't possible with the way integra...robocoder
2012-03-05refs #1713 - merge dev branch to trunk (config class refactoring)robocoder
2010-08-20refs #1630robocoder
2010-07-28refs #1368 - use schema instead of adapter; in strict mode, update() can't be...robocoder
2010-06-06refs #1368 - more refactoring and phpdocsrobocoder
2010-06-03refs #1368 - Piwik::prefixTable() is deprecatedrobocoder
2010-05-28fixes #1390 - use UNSIGNED INT for ip; since the upper 32 bits is unused, the...robocoder