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
2013-08-02fixed undefined classes in doc blockssgiehl
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-06-17Introducing the Piwik_DataAccess_ArchiveWriter which encapsulates logic for c...mattab
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
2012-05-27moved another interface to its own file; fixed/added lot of doc blockssgiehl
2012-05-24completed a bunch of php doc blockssgiehl
2011-04-04fixes #2260 - thanks elementrobocoder
2011-03-05fixes #2150robocoder
2011-03-05refs #401 - remove this comment as the policy changed following [2036]robocoder
2010-10-28peephole optimization to singletons, i.e., new self vs. $c = __CLASS__; new $crobocoder
2010-08-20refs #1630robocoder
2010-07-19Fixes #1485 mattpiwik
2010-07-06Introducing documented piwik.php PHP Tracking client.mattpiwik
2010-06-03refs #1368 - Piwik::prefixTable() is deprecatedrobocoder
2010-03-31Fixes #41 Adding URL Query parameters exclude setting, per website, and globa...mattpiwik
2009-08-22phpdoc cleanup:robocoder
2009-07-01Add svn:keywords Id to .php files in core, plugins, and jsrobocoder
2009-06-28Fixes #524 - add standard Piwik header to .php files in core & plugins, withrobocoder
2009-03-02- fixing broken installation due to previous configuration class updatesmattpiwik
2009-02-19- adding an update check mechanism: once a day, piwik will check against api....mattpiwik
2008-11-27- fixing #444 Piwik uses MySQL reserved word 'option' for table namemattpiwik
2008-11-27- 40 min profiling session, a few optimizations and fixing options autoload bugmattpiwik
2008-11-05- during installation, object Piwik_Option wasn't created properly. mattpiwik
2008-11-04- adding autoload concept for optionsmattpiwik
2008-11-03- simplifying schema for the option tablemattpiwik
2008-11-03- adding the version 0.2.10, with the creation of table piwik_option to make ...mattpiwik
2008-11-03- cleaning FrontController.phpmattpiwik