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
path: root/core/Log
AgeCommit message (Expand)Author
2013-09-14Moving PHP/server settings getter/setter to SettingsServer classmattab
2013-09-14Refactoring Profiler features out of Piwik classmattab
2013-08-15replaced presentational html tagssgiehl
2013-08-02fixed some doc blocks/namespacessgiehl
2013-08-01fixing more namespacessgiehl
2013-07-31Merged master into namespace branchmattab
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 class Piwik to \Piwik\Core\PiwikFabian Becker
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
2013-03-01Remove unused variablesFabian Becker
2013-03-01Use correct column mapping for APICall Logs.Fabian Becker
2013-03-01Use correct column mapping for Log ErrorFabian Becker
2013-03-01Add proper column mapping for Log ExceptionFabian Becker
2013-03-01Add proper column mapping for Log MessageFabian Becker
2013-02-28Fixes database logging. No one seems to actually use this (bug exists since 2...Fabian Becker
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2012-12-20 * Fixing bug, when anonymous user is set with some permission, it should workmattpiwik
2012-09-26Display backtrace with line breaksmattpiwik
2012-05-31Error message display in CSV + add version number in msg + Minor mattpiwik
2012-05-30added/fixed doc blockssgiehl
2012-02-12Work in progressmattpiwik
2011-08-09Refs #2327mattpiwik
2011-04-23fixes #1111 - add support for IPv6 addresses (tracking, anonymization, and ex...robocoder
2011-04-15Making logging more useful:mattpiwik
2011-03-30Refs #2243mattpiwik
2011-03-20hopefuly limit the flood of messages...mattpiwik
2011-01-03Various code cleanups and small improvements:mattpiwik
2010-08-20refs #1630robocoder
2010-07-29Fixes #587mattpiwik
2010-07-03fixes #1457 - remove E_EXCEPTION (couldn't find any documentation for this as...robocoder
2010-03-30Fixes #1001 Adding currency setting per websitemattpiwik
2010-03-21clean-up XHTML self-closing tags in preparation for validation; note: I skip...robocoder
2010-01-30fixes #1122robocoder
2009-08-22phpdoc cleanup:robocoder
2009-07-23Add () when instantiating classes for consistency.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-24refs #821 - revised patchrobocoder
2009-06-24fixes #821 - rename the log() method in subclasses of Piwik_Log becauserobocoder
2009-06-22refs #803 comment:11 - rename Log Formatter classes for consistencyrobocoder
2009-06-22fixes #821, refs #819robocoder
2009-05-18fixes #668 - store location_ip as unsignedrobocoder
2009-03-27- memory and speed optimizations of archiving, refs #374 (hopefully fixing it...mattpiwik
2009-02-28- small changesmattpiwik
2008-11-28- fixing issue with Actions entering infinite loop because datatables are now...mattpiwik
2008-11-17- fixing missing feedback when adding websites AND Api plugin is not enabled;...mattpiwik