92 Commits (73ac13e6d7fe5d201f9273c97c04cf9a198d6f74)

Author SHA1 Message Date
Bizley ddee256a1a Fixes #14133: Fixed bug when calculating timings with mixed nested profile begin and end in `yii\log\Logger::calculateTimings()` 7 years ago
Carsten Brandt 5ed6910e1c
Added support for cloning a db connection 7 years ago
Andrey Akimov 5695b869a9 Fixes #13890: DbTarget log transaction bug 7 years ago
Carsten Brandt c19b2f7dc8
release version 2.0.11 8 years ago
Alexander Makarov cc37cd626f Fixes #12599: Fixed MSSQL fail to work with `nvarbinary`. Enhanced SQL scripts compatibility with older versions 8 years ago
Sergei Malmygin 3ea671454c
Fixes #12133: Fixed `getDbTargets()` function in `yii\log\migrations\m141106_185632_log_init` that would create a log table correctly 8 years ago
bashkarev 338e5967cb
Added Logging of memory usage 8 years ago
Tim Beks f23dc5aee9 Add attribute to set the openlog $option attribute for SyslogTarget 8 years ago
Robert Korulczyk 4aa935e69e Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
Boudewijn Vahrmeijer 32f4dc8997 Fixes #5385: links created from classes to corresponding guide articles (#12920) 8 years ago
Klimov Paul 09b1fd47e0 Fixed `yii\log\FileTarget` does not apply `fileMode` for rotated via copy files 8 years ago
Dmitriy Makarov 2d9b659777 Fixes #12296: Added value validation to `yii\log\Target::setLevels()` 8 years ago
Dmitriy Makarov 51d9c288cb Added missing 'LEVEL_PROFILE' (#12068) 8 years ago
Dmitriy Makarov 5189693560 Added 'LEVEL_PROFILE' to the map of levels (#12045) 8 years ago
Carsten Brandt 217d50e4ff improved PHPdoc and `@since` annotations 8 years ago
Alexander Makarov 4fd4ac04b1 Minor adjustments for #11462 8 years ago
Viktor Pikaev 30bb9bd7c8 Fixes #11462: Added support of filtering rules to `yii\log\Target::$logVar`, added `\yii\helpers\BaseArrayHelper::filter()` method 8 years ago
Alexander Makarov 7cea46bcb4 Changed SQLite fix #11652 according to https://github.com/yiisoft/yii2/pull/11653#issuecomment-224016289 8 years ago
Boudewijn Vahrmeijer 0a60466729 Fixes #11527: Fixed `bigPrimaryKey()` for SQLite 8 years ago
Carsten Brandt 731769241b release version 2.0.8 9 years ago
Carsten Brandt 22503ebe97 allow setting custom logger in Dispatcher via config 9 years ago
zuozp8 95a7631e4f fixes #11333 avoid serializing php7 errors (#11335) 9 years ago
Alexander Makarov 1f7134634b Use static:: instead of $this for static method calls 9 years ago
SilverFire - Dmitry Naumenko cd87d67f34 Global DOCS update: ~~~ replaced with ``` 9 years ago
Daniel Gomez Pan 540883e179 Update syntax migration 9 years ago
Carsten Brandt 543d107508 applied the same fix as #7305 also to DbTarget 9 years ago
Sebastian Chojniak 6ee285f321 unused imports removed 9 years ago
Alexander Mohorev ae42a054bb PSR-2 spaces, commas, etc 9 years ago
Alexander Mohorev 0c5e4b7105 PSR-2 foreach statement 9 years ago
Carsten Brandt dd1995551c convert exceptions to string before saving log messages 9 years ago
Klimov Paul 771ff15133 Fixed `yii\log\Logger` unable to export session id 10 years ago
Alexander Makarov 796a0e6156 Fixes #7383: Fix precision loss in log timestamps when using `yii\log\DBTarget` 10 years ago
Alexander Makarov 6481d13494 Optimized checks order in conditions 10 years ago
Carsten Brandt 7c609ad8fb allow disabling log rotation 10 years ago
Tobias Munk b33824044f added check for undefined application to log Target 10 years ago
Qiang Xue d341bf02b4 Fixes #6398: Added support for specifying dependent component in terms of a configuration array for classes such as `DbCache` 10 years ago
Alexander Makarov ab0033542b Fixes #6247: Logger and error handler are now using slightly less memory 10 years ago
Alexander Makarov 42ca4bb991 Fixed `yii\log\DbTarget` migration and SQLs to use float column for log_time 10 years ago
Qiang Xue 88caccd61d Fixes #5997: The same message may be exported twice to log targets 10 years ago
Klimov Paul f91929761a `yii\log\Logger::flush()` updated to reset messages before passing them to the dispatcher. 10 years ago
Qiang Xue f1812210a8 Fixes #5768: When setting `data-confirm` attribute to a submit button, clicking on the button would not trigger form submission 10 years ago
Qiang Xue 8923d20a3f Fixes #5619: `yii\log\Target` should not attempt to start session when there is none 10 years ago
Alexander Makarov b8cb5e2a28 Fixes #4263: Added migration and SQL schema files for `yii\log\DbTarget` 10 years ago
Qiang Xue be2828d593 Fixes #5484: Fixed potential string suffix detection failure on 5.5.11 10 years ago
Qiang Xue 88d38b7820 Fixes #4501: Renamed the constant `YII_PATH` to `YII2_PATH` 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Carsten Brandt 3a1e0f3a5c property codestyle framework 10 years ago
Alexander Makarov 1c414caace Improved checks where substr_compare is used, replaced more substr + comapre cases with substr_compare 10 years ago
Carsten Brandt 31a56b59b0 Avoid endless loop when exporting logs 10 years ago
Klimov Paul e54fc6f4c2 `yii\mongodb\log\MongoDbTarget` log target added 10 years ago