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
2021-07-18Add log handlers syslog and errorlog (#17764)mwithheld
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2019-07-05Update the link tag for all php files (#14635)Luca
2018-12-19Allow setting different log levels per log writer if desired. (#13873)diosmosis
2015-03-31Fixes #7581 logger can now log int and boolsMatthieu Napoli
2015-03-26#7535 Log warning but do not throw if trying to log a non-string messageMatthieu Napoli
2015-01-12Simplified get from container with new shorter methodMatthieu Napoli
2014-12-17#6622 Logger refactoring: remove INI options:Matthieu Napoli
2014-12-15Removed a now useless commentMatthieu Napoli
2014-12-15#6622 Logger refactoring: deprecated Piwik\Log in favor of Psr\Log\LoggerInte...Matthieu Napoli
2014-12-05#6622 Logger refactoring: using Monolog!Matthieu Napoli
2014-12-05#6622 Logger refactoring: removed manual overriding of the log level in CLI s...Matthieu Napoli
2014-12-05#6622 Logger refactoring: log in CLIMatthieu Napoli
2014-12-04#6622 Logger refactoring: removed the "Log.getAvailableWriters" eventMatthieu Napoli
2014-12-04#6622 Logger refactoring: move to PSR-3 compatibilityMatthieu 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: use Monolog constantsMatthieu Napoli
2014-12-01#6622 Logger refactoring: use a "record" array similar to Monolog to ease fut...Matthieu Napoli
2014-12-01#6622 Logger refactoring: removed now useless constants + updated phpdocMatthieu Napoli
2014-12-01#6622 Logger refactoring: simplified log formattersMatthieu Napoli
2014-12-01#6622 Logger refactoring: formatting messages is now done through Formatters ...Matthieu Napoli
2014-12-01#6622 Logger refactoring: quick code simplificationMatthieu Napoli
2014-12-01#6622 Logger refactoring: moved "log message processing" into "Processor" obj...Matthieu Napoli
2014-11-28#6622 Logger refactoring: moved log backends into a subnamespace for clarityMatthieu Napoli
2014-11-28#6622 Logger refactoring: moved the log backend configuration (file, screen, ...Matthieu Napoli
2014-11-28Removed unused variableMatthieu Napoli
2014-11-28#6622 Logger refactoring: moved the database writer to a dedicated classMatthieu Napoli
2014-11-28#6622 Logger refactoring: moved the screen writer to a dedicated classMatthieu Napoli
2014-11-28#6622 Logger refactoring: moved the file writer to a dedicated classMatthieu Napoli
2014-11-28#6622 Logger refactoring: use the container to get the log levelMatthieu Napoli
2014-11-28Logger refactoring, 1st step: separate config from logicMatthieu Napoli
2014-11-14BugfixMatthieu Napoli
2014-11-13Moved the `tmp/` path into the config (was hardcoded everywhere)Matthieu Napoli
2014-10-28Replace all uses of Piwik_ExitWithMessage (except one) with throwing exceptio...diosmosis
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-01Make sure log messages are trimmed correctly for clean log output.diosmosis
2014-08-30Make sure arrays are formatted correctly in Log calls w/ sprintf params and i...diosmosis
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-18Refactor testing environment code to remove Log.php tests hack.diosmosis
2014-07-12Merge remote-tracking branch 'origin/master' into report_and_dimension_refact...Thomas Steur
2014-07-11Make sure logging doesn't fail during tests.diosmosis
2014-07-11Ignore warnings for file_put_contents in Log when logging to file.diosmosis
2014-07-07remove all logs again and disable location settings to see if this causes itThomas Steur
2014-07-07Merge branch 'master' into report_and_dimension_refactoringThomas Steur
2014-07-07I would like to see why ipAnonymization is enabled locally but not on travisThomas Steur
2014-07-03debugging not passing ui tests the hard way, hopefully it actually logs to th...Thomas Steur
2014-07-01Add support for --force-date-range parameter + also enable Verbose logging vi...mattab
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab