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
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