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-02Refs #4059 Converting dozens of plugins/* classes to use Namespaces, \Piwik\P...mattab
2013-07-21Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, ...mattab
2013-07-20Adding Logic for namespaces in Loader.php + Fixing buildmattab
2013-04-11Loader should not match "XYZ\n"Anthon Pang
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
2013-03-11Improve Loader by using preg_match instead of strspn.Fabian Becker
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2011-02-22git-svn-id: http://dev.piwik.org/svn/trunk@3958 59fd770c-687e-43c8-a1e3-f5a4f...mattpiwik
2011-01-07Refs #1973 good point Anthon!mattpiwik
2011-01-07Fixes #1973mattpiwik
2010-11-06micro-optimizations and some code clean-uprobocoder
2010-09-09fixes #1686 - thanks vinzenttrobocoder
2010-08-20refs #1630robocoder
2010-07-12refs r2462, refs r2470robocoder
2010-07-12refs r2462robocoder
2010-07-09git-svn-id: http://dev.piwik.org/svn/trunk@2464 59fd770c-687e-43c8-a1e3-f5a4f...mattpiwik
2010-07-09Fixing issue when include path is not set in global scopemattpiwik
2010-07-06refs r2426 - added loadClass() methodrobocoder
2010-07-05correction: a registered autoloader should not throw exception in case a late...robocoder
2010-07-05revert [2424]robocoder
2010-07-05autoloader should not throw exception as it blocks the stacking of autoloadersrobocoder
2009-11-06revert [1571]robocoder
2009-11-05workaround php reload bug (fix from Zend_Loader), e.g., Zend_Session already ...robocoder
2009-08-22phpdoc cleanup:robocoder
2009-07-08fixes #803 - remove unnecessary require_once from core, plugins, and parts ofrobocoder
2009-07-01Add svn:keywords Id to .php files in core, plugins, and jsrobocoder
2009-06-16refs #803 - Auth is loaded by piwik.php?robocoder
2009-06-16refs #803 - auto-discovery algorithm to handle class Piwik, files with robocoder
2009-06-15refs #620, refs #803 - refactor autoloader into core/Loader.php (class robocoder