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 (Collapse)Author
2018-09-06Add [tests] config option to enable logging in tests. (#13335)diosmosis
* Add [tests] config option to enable logging in tests. * Allow tests:run/tests:run-ui commands to enable logging for individual runs + during tests only log to file. * Remove Fixture field * fix failing test * fixing build * Fix another failure. * Fix an other test.
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
* Initial code to gather performance measurements across processes. * Get proof of concept to work. * couple tweaks * Modified to use a custom log file instead of option table. * add peak memory value
2018-04-12Log a job ID for cli commands (#12717)Thomas Steur
* log requestId for cli commands * format console log * log pid for cli commands * fix test
2018-01-11Show Matomo instead of Piwik in the user interface in more places (#12421)Matthieu Aubry
* Replace all occurences of Piwik in english translations of Actions plugin * translation update * Replace all occurences of Piwik in english translations of API plugin * translation update * Replace all occurences of Piwik in english translations of core * replace Piwik occurrences * Rename widget piwik.org blog => matomo.org blog * fix widget name * replaced some more piwik mentions * Renamed to Matomo a few strings * Replaced more strings to Matomo in JSON files, twig templates * Replaced more strings to Matomo in INI file * Replaced more strings to Matomo in API docs, error messages, feedback forms * introduce API.getMatomoVersion and ExampleAPI.getMatomoVersion API + deprecate old ones
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
* write timezone (in our case: always "UTC") in log messages * use 'T' instead of 'e' in LineMessageFormatter
2016-01-13Archive in UITestFixture using correct test environment overrides ↵diosmosis
(loadRealTranslations=1 is needed for archiving) so results are accurate. Also, do not use Fixture::getTestEnvironment() in fixtures, instead create new instances of TestingEnvironmentVariables so changes made to the file are not ignored/lost.
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
is used
2015-08-19simplify definitionThomas Steur
2015-08-19fix a system testThomas Steur
2015-08-19tracker debug config might be not set, avoid a warningThomas Steur
2015-08-19use monolog in trackerThomas Steur
2015-06-02Remove provideContainerConfig() method in LogTest since it does not affect ↵diosmosis
the tests.
2015-06-02Fixing ArchiveWebTest, now that test.php is used (which disables the ↵diosmosis
logger), we must enable it in a test class override method, since this test checks the log output. Fixing LogTest now that NullLogger is used for test environment setup. Make sure translations are loaded in EnvironmentValidationTest.php. Make sure the logger is enabled for ArchiveCronTest.
2015-04-27Merge branch 'master' into config_step_2diosmosis
Conflicts: core/Console.php piwik.php
2015-04-20Merge branch 'master' into 7640_tracker_optimizationsdiosmosis
2015-04-20Forgot to add new config files.diosmosis
2015-04-20Allow plugins to have environment DI config files. Move all logging DI to ↵diosmosis
Monolog plugin and only use logging in tracker if [Tracker] debug = 1.
2015-04-18Merge branch 'master' into config_step_2diosmosis
Conflicts: config/global.php core/CliMulti/RequestCommand.php core/Config.php core/Config/IniFileChain.php tests/PHPUnit/System/BlobReportLimitingTest.php tests/PHPUnit/TestingEnvironment.php tests/PHPUnit/Unit/Config/IniFileChainTest.php tests/PHPUnit/Unit/ConfigTest.php
2015-04-13Updated PHP-DI versionMatthieu Napoli
2015-04-06Make IniSettingsProvider a singleton in order to make sure IniFileChain is ↵diosmosis
shared (again, regressed in a previous commit), and fixed many tests. Changed CacheTest from integration to unit.
2015-03-31Logger testMatthieu Napoli
2015-03-26Avoid the sprintf log processor to be run if not needed and avoid to die if ↵Matthieu Napoli
sprintf with an object
2015-03-02#7301 Removes any token_auth that might be logged.Matthieu Napoli
2015-02-25#7289 Logs displayed as notifications can now be closedMatthieu Napoli
2015-02-25Simpler log messages in web notificationsMatthieu Napoli
Instead of logging the formatted log line, for example: > WARNING LoginLdap[2015-02-23 23:26:10] [2bd96] authenticateByPassword: empty login encountered. We log a simpler message: > WARNING authenticateByPassword: empty login encountered.
2015-02-12Set a consistent description in plugins metadatamattab
fixes https://github.com/piwik/piwik/issues/7184
2015-02-12Moved the monolog configuration and code into a Monolog pluginMatthieu Napoli