43 Commits (940377ce56407e77a3e4fc59725833d633491f49)

Author SHA1 Message Date
Alexander Makarov 847e224d6f
Fixed #14612: Added note about session's logVars [skip ci] 7 years ago
Roman Ishchenko b354b26d03 Fixes #15081: Fixed "Undefined offset: 1" in log Target 7 years ago
Carsten Brandt 2745a16245
fix phpdoc in log\Target 7 years ago
Alexander Makarov 2d672b6722
release version 2.0.13 7 years ago
Alexander Makarov fb23b0d0ea
Code style fixes 7 years ago
Carsten Brandt 93bbf5b39d Fixes #15015: Added `StringHelper::floatToString()` to savely cast float values independent of the locale, also fixes some places in the framework that use it now 7 years ago
Pavel Chaplygin d49ec7b8be Fixes #14633: Add miliseconds to log time in `\yii\log\Target` 7 years ago
Carsten Brandt 9d854c0f25
improved docs for #14273 7 years ago
Dmitry Dorogin 9b01ca275f Fixes #14273: yii\log\Target::$enabled now supports callable value (#14539) 7 years ago
Robert Korulczyk 1501c659ac Add empty lines before return statements. (#14682) [skip ci] 7 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
Dmitriy Makarov 2d9b659777 Fixes #12296: Added value validation to `yii\log\Target::setLevels()` 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
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
Sebastian Chojniak 6ee285f321 unused imports removed 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
Alexander Makarov 6481d13494 Optimized checks order in conditions 10 years ago
Tobias Munk b33824044f added check for undefined application to log Target 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
Qiang Xue be2828d593 Fixes #5484: Fixed potential string suffix detection failure on 5.5.11 10 years ago
RichWeber 92cd13a913 pull origin 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
Carsten Brandt c0a15ded02 added trace level to log message formatting 10 years ago
Alexander Makarov 38c056c736 Moved handling from Target to Dispatcher, fixed edge cases 10 years ago
Alexander Makarov a92dd65e0e Fixes #3101: Improved handling of log target failures. It will now skip target and log reason instead of going into infinite cycle 10 years ago
Alexander Makarov 0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
Carsten Brandt 886def8571 removed unused argument 10 years ago
Carsten Brandt efbd23b52e refactored logger to support array values out of the box. 10 years ago
Alexander Makarov 4e5079abd8 Fix #3327: "Unable to find debug data" when logging objects with circular references 11 years ago
Qiang Xue 3616d1f0d1 Fixes #2816: Changed default date and time format of `yii\base\Formatter` to `Y-m-d` and `H:i:s` 11 years ago
Carsten Brandt bf3c75147d reverted breaking PHPdoc codestyle changes 11 years ago
Qiang Xue b393ea0d81 Fixes #2851. 11 years ago
Qiang Xue d79febfd04 removed space in log prefixes [skip ci] 11 years ago
Qiang Xue 72c99663ff Refactored container. 11 years ago
Qiang Xue 8c2e39235f Turn module and application into DI containers. 11 years ago
Qiang Xue c6a946ec79 Fixes #497: Removed `\yii\log\Target::logUser` and added `\yii\log\Target::prefix` to support customizing message prefix 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
Qiang Xue eb3b2f45bc refactored EmailTarget with the new mailer interfaces. 11 years ago
slavcodev b0b1c27c85 Fix phpDoc var tag format 11 years ago
Alexander Makarov 1f6a823073 Short array syntax 11 years ago
Carsten Brandt c582e589d2 added note about differing property types 11 years ago