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-12-17#6622 Logger refactoring: remove INI options:Matthieu Napoli
2014-12-17Merge branch 'master' into log-refactoring-1Matthieu Napoli
2014-12-17added support for different caching backends such as redisThomas Steur
2014-12-15#6622 Logger refactoring: restored the "screen" backend to log to HTML notifi...Matthieu Napoli
2014-12-11#6622 Logger refactoring: Separated error and exception handling from loggingMatthieu Napoli
2014-12-10#6622 Logger refactoring: Turned the Exception (text) formatter into a proces...Matthieu Napoli
2014-12-10#6622 Logger refactoring: replaced Piwik StdOutHandler with Monolog's StreamH...Matthieu Napoli
2014-12-10#6622 Logger refactoring: renamed "Backend" to "Handler" to match Monolog namingMatthieu Napoli
2014-12-05#6622 Logger refactoring: config simplificationMatthieu Napoli
2014-12-05#6622 Logger refactoring: simplified the code and configurationMatthieu Napoli
2014-12-05#6622 Logger refactoring: simplified the formatters by merging ExceptionHtmlF...Matthieu Napoli
2014-12-05#6622 Logger refactoring: simplified the formatters by removing the ErrorText...Matthieu Napoli
2014-12-05#6622 Logger refactoring: support for the PSR-3 placeholders in log messagesMatthieu Napoli
2014-12-05#6622 Logger refactoring: using Monolog!Matthieu Napoli
2014-12-04#6622 Logger refactoring: moved all the log config to DI configMatthieu Napoli
2014-12-02#6622 Logger refactoring: turned Piwik's log writers into Monolog HandlersMatthieu Napoli
2014-12-01#6622 Logger refactoring: added Log\Processor\ClassNameProcessorMatthieu Napoli
2014-12-01#6622 Logger refactoring: moved some configuration into the containerMatthieu Napoli
2014-12-01Merge branch 'tmp-path' into log-refactoring-1Matthieu Napoli
2014-12-01#6622 Logger refactoring: moved "log message processing" into "Processor" obj...Matthieu Napoli
2014-11-28Update global.phpMatthieu Napoli
2014-11-28Logger refactoring, 1st step: separate config from logicMatthieu Napoli
2014-11-13Moved the `tmp/` path into the config (was hardcoded everywhere)Matthieu Napoli
2014-10-30Added PHP-DI + StaticContainer classMatthieu Napoli