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-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-16Adding 2.0-a17 update file to delete old plugin foldersmattab
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-23Simplify code [ci skip]Fabian Becker
2013-03-23Piwik_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-03refs #1368 - Piwik::prefixTable() is deprecatedrobocoder
2010-03-22extended getSql() interface to take optional adapter name; defaults to PDO_MYSQLrobocoder
2010-03-21clean-up XHTML self-closing tags in preparation for validation; note: I skip...robocoder
2010-02-12refs #1129, refs #1151 - refactoring to add getSql() to return array of SQL s...robocoder
2009-12-18Fixes #1088mattpiwik
2009-12-17Fixes #1086 Ability to save URLs longer than 255 charactersmattpiwik
2009-12-16mandatory vs optional updaterobocoder