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
2022-03-10[Codingstyle] Disallow unused use statements (#18520)Stefan Giehl
2021-11-22Allow console logging to file if configured (#18358)Ben Burgess
2021-08-24Use Monolog:SyslogHandler syslog default facility (#17855)mwithheld
2021-08-17Run AllTests on PHP8 (#16897)Stefan Giehl
2021-08-12avoid large amounts of notifications being added to the session (#17736)dizzy
2021-07-18Add log handlers syslog and errorlog (#17764)mwithheld
2021-07-11Revert "Add log handlers syslog and errorlog (#17745)" (#17753)dizzy
2021-07-11Add log handlers syslog and errorlog (#17745)mwithheld
2021-06-28Add some context to this error since logs will not have the host or instance ...dizzy
2021-03-25allow forcing backtrace to print in exceptiontotextprocessor (#17369)dizzy
2020-11-18Only assume important log encountered when log level is >= WARN (#16735)Thomas Steur
2020-11-04require PIWIK_PRINT_ERROR_BACKTRACE for exception backtraces in logs (#16640)diosmosis
2020-09-03Updates php-di to 6.2.1 (#16311)Stefan Giehl
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-04-17Prevent possible notice and hiding actual error in debug trace (#15818)Thomas Steur
2020-03-16Merge branch '3.x-dev' into 4.x-devsgiehl
2020-03-10Move Archive.php archive invalidation to Loader… (#15616)3.13.4-b1diosmosis
2020-02-27Update to PHPUnit 8.5 (#15581)Stefan Giehl
2020-02-11Use \PHPUnit\FrameWork\TestCase instead of \PHPUnit_Framework_TestCase (#15554)Stefan Giehl
2020-01-28Use rebranded components (#15253)Stefan Giehl
2020-01-15Remove some no longer needed code (#15391)Thomas Steur
2020-01-01Fix build (#15334)diosmosis
2019-12-21In EchoHandler print out formatted message, not just level and message. (#15298)diosmosis
2019-12-10tracker debug fixes in CLI command + extra logs for Lock (#15197)diosmosis
2019-11-18Invert change comparison when displaying percents in the UI … (#15098)diosmosis
2019-11-05Fix possible notice in lineMessageFormatter when trace has less than 10 recor...Thomas Steur
2019-10-16Fix web cron returns an error when archiving (#15014)Thomas Steur
2019-10-10Log stack traces for PHP warnings etc (#14961)Kate Butler
2019-10-01Replace some usages of Common::printDebug w/ use of logger (#13968)diosmosis
2019-08-17Add some debugging info to log notifications so they can be more easily repro...diosmosis
2019-08-16Do not record the trace for user input errors (#14771)Thomas Steur
2019-07-05Update the link tag for all php files (#14635)Luca
2019-04-01Fixing build (#14296)diosmosis
2019-03-20Make sure Monolog never adds its default handler. (#14239)diosmosis
2019-02-18Enable fingers crossed handler via INI config and show backtrace in logs/arch...diosmosis
2019-01-29Set isHtmlMessage for more exceptions. (#14024)diosmosis
2018-12-19Add generated unique request ID used in logs as custom HTTP header. (#13874)diosmosis
2018-12-19Allow setting different log levels per log writer if desired. (#13873)diosmosis
2018-09-06Add [tests] config option to enable logging in tests. (#13335)diosmosis
2018-08-11If warning/error log detected in console command exit w/ code = 1. (#13275)diosmosis
2018-08-01Add some simple profiling output to core:archive command (#13215)diosmosis
2018-04-12Log a job ID for cli commands (#12717)Thomas Steur
2018-01-11Show Matomo instead of Piwik in the user interface in more places (#12421)Matthieu Aubry
2017-10-04force using utf-8 as charset for htmlentities/htmlspecialchars (#12135)Stefan Giehl
2017-07-25write timezone (in our case: always "UTC") in log messages (#11893)Patrick Brosi
2016-01-13Archive in UITestFixture using correct test environment overrides (loadRealTr...diosmosis
2015-11-24refs #9129 added feature Custom DimensionsThomas Steur
2015-09-22Attempt to fix build.diosmosis
2015-09-22Split multi-line log messages into multiple log messages if file handlerThomas Steur
2015-08-19simplify definitionThomas Steur