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-10-09Merge branch 'master' into 5940_testRenamingAndCorrectFoldersThomas Steur
2014-10-06add @ignore so the method does not appear in the auto generated API doc on ht...Matthieu Aubry
2014-10-06Add setSingletonInstance method to Option for testing.diosmosis
2014-10-05refs #5940 put tests in correct folders, better testsuite names, some tests s...Thomas Steur
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-19fixed field visibility keyword orderChristian Raue
2014-07-15fixed method signaturesChristian Raue
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-16Merge branch 'master' of github.com:piwik/piwikmattab
2014-05-16When Piwik is installed without DB table prefix, the table 'option' becomes a...mattab
2014-05-15[BUG] Missing space between the from and the where sql statement in the core/...he667
2014-03-25refs #4903 started to work on the possibility to run multiple archivers in pa...Thomas Steur
2014-03-21Allow getting options whose names are like a given pattern.diosmosis
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2013-12-08Refs #4200 revised some of class/method docs.diosmosis
2013-10-21Refs #4200, documented several more classes.diosmosis
2013-10-09More fixes, I can do itmattab
2013-10-09Refs #4202 removing functions Piwik_GetOption and SetOption. Now use: Option:...mattab
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 unused imports (using phpstorm Inspections>Fix feature)mattab
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