76 Commits (4b1f17db8ff754bef7c5ba1452a443714a888a83)

Author SHA1 Message Date
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
Robert Korulczyk 5308aa1eee Fixes #12619: Added catch `Throwable` in `yii\base\ErrorHandler::handleException()` 8 years ago
Alexander Makarov 1b3770fd21 Use === instead of == where possible 9 years ago
Carsten Brandt a2568d1ec8 updated some comments and `@since` annotations 9 years ago
Carsten Brandt 6d9fe671de various code style and whitespace adjustments 9 years ago
adinata 8ced2ba96a Fixes #8933: Yii is now able to properly handle HHVM fatal errors 9 years ago
Carsten Brandt b9916b1718 log the whole exception object to allow log targets to work with it 9 years ago
Carsten Brandt 8f1811919f ensure error will always result in a failing HTTP status code 10 years ago
Alexander Makarov b6a591c720 Fixes #7571: HTTP status 500 and "An internal server error occurred." are now returned in case there was an exception in layout and `YII_DEBUG` is false 10 years ago
Carsten Brandt 2aace3714c minor adjustments 10 years ago
Alexander Makarov 2ba573bfb5 Fixes #6883: `yii\base\ErrorHandler::logException()` is now public 10 years ago
Alexander Makarov ab0033542b Fixes #6247: Logger and error handler are now using slightly less memory 10 years ago
Ilya Antipenko 9061874bdb Fixes #5646: Call `yii\base\ErrorHandler::unregister()` instead of `restore_*_handlers` directly 10 years ago
Klimov Paul 6709154792 `yii\base\ErrorHandler::handleError()` adjusted keeping native error processing on error reporting miss match. 10 years ago
Qiang Xue 0087339a42 log fatal errors to yii logs. 10 years ago
Klimov Paul 1641e057a9 `VarDumper::export()` applied over framework. 10 years ago
Qiang Xue 32aa175b7c renamed ErrorHandler::deRegister to unregister. [skip ci] 11 years ago
Carsten Brandt 2e6e318720 added ErrorHandler::deRegister() 11 years ago
Qiang Xue c15aceb094 Refactored filter error display for GridView. 11 years ago
Thiago Talma c1445871f4 Correction of many errors code inspection. 11 years ago
Carsten Brandt a64429acf3 removed TODOs 11 years ago
Carsten Brandt a4b6fb263d handle Exceptions in application init() 11 years ago
Carsten Brandt 89f6a00147 created console errorHandler 11 years ago
Carsten Brandt c93231e26b improved session error handling 11 years ago
Carsten Brandt bb2906917d adjusted guide and small code adjustements 11 years ago
Carsten Brandt 33543cbdb3 improved error handler output on console app 11 years ago
Carsten Brandt d4ad533d48 moved error handling related methods from app to errorhandler 11 years ago
Carsten Brandt fdface1646 added stack trace to exception output in API when YII_DEBUG is true 11 years ago
Carsten Brandt bf3c75147d reverted breaking PHPdoc codestyle changes 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Qiang Xue ad19e332f4 Added back some toArray() implementations. 11 years ago
Qiang Xue fad635440b Fixes #2655: Arrayable and ArrayableTrait are incompatible for some PHP versions. 11 years ago
Qiang Xue 7b46dc3443 Fixed incorrect error handling. 11 years ago
Qiang Xue 39947be66b rest WIP 11 years ago
Carsten Brandt 214f66a8c1 skip exiting in test env. 11 years ago
Carsten Brandt 0cfd41a21a let application exit with code 1 on error/exception in console 11 years ago
Carsten Brandt 262189533a huge amount of documentation link fixes 11 years ago
Luciano Baraglia 7d33a5d3b5 Some Code style fixes 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
Qiang Xue 4b353c7bce Fixes #1297: CSRF not generated on error pages 11 years ago
Carsten Brandt 539e233d9c massive improvement on class documentation 11 years ago
Alexander Makarov 1f6a823073 Short array syntax 11 years ago
resurtm b3b5e36d42 Remove use ($this). Related to 9e1b498fb5. 11 years ago
resurtm 9e1b498fb5 PHP 5.4 supports $this with closures. 11 years ago
Qiang Xue 93d5f5a3ec Fixes #897. 11 years ago
Qiang Xue c7c7683f8f Added StringHelper::diff(). 11 years ago
Qiang Xue f72c451c86 Display debug toolbar on error pages. 11 years ago
Qiang Xue eda171e1be Added more YII_ENV constants. 11 years ago
sv3tli0 89f11519ef Fix description 11 years ago