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-09-14Adding Filesystem class which contains file operationsmattab
2013-08-10added some inline variable type hints / fixed some doc blockssgiehl
2013-08-02fixed more doc blockssgiehl
2013-08-01fixing more namespacessgiehl
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-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2013-02-04Fixes #3690 Thanks for the report & patch!mattab
2012-05-24completed a bunch of php doc blockssgiehl
2012-03-05refs #1713 - merge dev branch to trunk (config class refactoring)robocoder
2011-04-16When logging in CLI, don't remove HTML tags (as it makes file logging more re...mattpiwik
2011-04-15Adding two new parameters:mattpiwik
2011-04-15Making logging more useful:mattpiwik
2011-03-30Refs #2243mattpiwik
2011-01-04Fixing Warning: array_map() [function.array-map]: An error occurred while inv...mattpiwik
2011-01-03Various code cleanups and small improvements:mattpiwik
2010-11-06micro-optimizations and some code clean-uprobocoder
2010-08-20refs #1630robocoder
2010-07-24Fixes #1508 truncating each line separetely to 1000 chars ensuring backtrace ...mattpiwik
2010-06-03refs #1368 - Piwik::prefixTable() is deprecatedrobocoder
2010-04-24replace Zend_Loader::isReadable() with simple is_readable() since paths are a...robocoder
2010-01-30fixes #1122robocoder
2010-01-03fix 'undefined constant i'robocoder
2009-12-15handle string or arrayrobocoder
2009-11-27fixes #1049 - peephole optimizations (assignment to a temporary variable befo...robocoder
2009-09-11fixes #944 - Timestamp in log files should appear before the messagerobocoder
2009-08-23@todo how to resolve phpdoc "parent" warnings re: Zend_Log, Zend_Mail, Smart...robocoder
2009-08-22phpdoc cleanup:robocoder
2009-08-21LanguagesManager setLanguageForUser() and setLanguageForSession(): rename $la...robocoder
2009-08-16refs #889 - add PIWIK_USER_PATH to relocate config & tmp folders per user/acc...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-28Fixes #833 - Allow absolute path when relocating tmp folder outside of Piwikrobocoder
2009-06-24refs #821 - revised patchrobocoder
2009-06-24fixes #821 - rename the log() method in subclasses of Piwik_Log becauserobocoder
2009-06-22fixes #821, refs #819robocoder
2009-03-27- memory and speed optimizations of archiving, refs #374 (hopefully fixing it...mattpiwik
2009-03-26- fixes #633 When specifying logging messages/errors/exceptions to a file in ...mattpiwik
2008-12-26- cacheFile is now creating the directory if not already createdmattpiwik
2008-08-04oops i totally screwed up my last commit, deleting /modules instead of renami...mattpiwik