64 Commits (6bd04093db904a3b21cd17a6947e4232c6ad4fa5)

Author SHA1 Message Date
cuileon 489dd119a5 merge from yiisoft/yii2 6 years ago
Bizley ab39246ab5 Fixes #16101: Fixed Error Handler to clear registered meta tags, link tags, css/js scripts and files in error view 6 years ago
Vladimir Reznichenko 1a74b3d4f8 [minor] SCA with Php Inspections (EA Ultimate) (#15871) 7 years ago
SilverFire - Dmitry Naumenko 22832b7c49
release version 2.0.14 7 years ago
Alexander Makarov d934d9f6f6
Improved phpdoc for ErrorHandler::$traceLine [skip ci] 7 years ago
Гордиенко Владислав Юрьевич 7cafa65ad2 Fixes #15216: Added `yii\web\ErrorHandler::$traceLine` to allow opening file at line clicked in IDE 7 years ago
Robert Korulczyk 5a8c3d537b Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
Robert Korulczyk 1501c659ac Add empty lines before return statements. (#14682) [skip ci] 7 years ago
Sam 0017d9c660 Fixes #13780: Added support for trusted proxies in `yii\web\Request` 7 years ago
Robert Korulczyk a50d9d8e3e Enable `include` rule in php-cs-fixer (#14418) 7 years ago
Robert Korulczyk fe8a0a6a2e Enable `no_useless_else` rule in php-cs-fixer (#14420) 7 years ago
Carsten Brandt f67d8d5a79 Fixed broken error page when calling an undefined method 7 years ago
Robert Korulczyk ba0ab403b5 Added php-cs-fixer coding standards validation to Travis CI (#14100) 7 years ago
Alexander Makarov 705dae9964 Fixes #14052: Fixed processing parse errors on PHP 7 since these are instances of `\ParseError` 8 years ago
Michael Härtl 6792099bcc
Fixes #13689: Fixed handling of errors in closures 8 years ago
Carsten Brandt 5bbf372f85
cleanup some phpdoc 8 years ago
Nikolay Oleynikov ea75068a92 Fixes #13813: Fixed PHP 7 compatibiltiy by adding support for passing instances of `Error` to the `yii\web\Response::setStatusCodeByException()` 8 years ago
Alexander Makarov bc59d5da85 Fixes #13707: Fixed `\yii\web\ErrorHandler` and `\yii\web\ErrorAction` not setting correct response code to response object before rendering error view 8 years ago
Alexander Makarov a6d266405d Fixes #13671: Fixed error handler trace to work correctly with XDebug 8 years ago
Alexander Makarov 97171a0db7 Fixes #13401: Fixed lack of escaping of request dump at exception screens 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
Alexander Makarov bea7c63664 And another leftover 8 years ago
Alexander Makarov 3d9945958d Removed accidentally committed leftovers 8 years ago
Alexander Makarov dd71fa3958 Fixes #4113: Error page stacktrace was generating links to private methods which are not part of the API docs 8 years ago
SilverFire - Dmitry Naumenko eb02b362be Revert "Replaced `extract()` function usages with custom polyfill in order to fix HHVM compatibility" 8 years ago
SilverFire - Dmitry Naumenko f7bd7c2b6b Replaced `extract()` function usages with custom polyfill in order to fix HHVM compatibility 8 years ago
Roman Grinyov b54ef3f9e3 Typos in docblock of $errorAction (#12250) [skip ci] 8 years ago
Alexander Makarov c7d5e69cda Eliminated unused variables 8 years ago
Carsten Brandt 55b858df6d use already existing error string 9 years ago
Arzamastsev Mikhail 59ed5e18d6 ErrorHandler HttpException message translation (#11303) 9 years ago
Carsten Brandt f620f4de90 phpdoc fixes 9 years ago
SilverFire - Dmitry Naumenko 7ac2bc13f7 Overrides c651dbb7. `yii\web\ErrorHandler::loggableGlobals` renamed to `displayVars` 9 years ago
SilverFire - Dmitry Naumenko c651dbb798 Added `yii\web\ErrorHandler::loggableGlobals`, removed `$_ENV` and `$_SERVER` from dumping by default 9 years ago
SilverFire - Dima Naumenko ac7b0ef6ff ErrorHandler - hardcoded UTF-8 in mb_* functions 9 years ago
SilverFire - Dima Naumenko a6e1ba2cf6 Fixed mb_ functions calls to use UTF-8 or app charset 9 years ago
Alexander Makarov 5ab4f0f090 Better quotes usage in strings 9 years ago
nainoon 3a313ac652 Fixes #9874: Fixed outputting exception stacktrace in non-debug mode when `Response::FORMAT_RAW` is used 9 years ago
jeicd c2f83da8d8 Fix phpdoc 9 years ago
Alexander Makarov 9a87271abf Fixed missing stacktrace items on PHP syntax errors of "unexpected end of file" type 9 years ago
╃巡洋艦㊣ 586684b050 2.0.5 bf7edc5 9 years ago
Carsten Brandt 5d3532c649 fixed endless error loop in error handler 9 years ago
Ezekiel Fernandez d0c01dc9ba CodeStyle fix 10 years ago
Alexander Makarov 6481d13494 Optimized checks order in conditions 10 years ago
Brandon Kelly cf0d582a0b Added yii\web\ErrorHandler::getTypeUrl() 10 years ago
╃巡洋艦㊣ 1468bd4d3d version 2.0.1 84b42ab 10 years ago
Qiang Xue 865a94f321 Fixes #4739: Better display of exceptions when the response format is set as "raw" format 10 years ago
Qiang Xue 880a305ee4 Fixes #5452: Errors occurring after the response is sent are not displayed 10 years ago
Alexander Makarov 355c26df8b Fixes #4188: API exceptions are now exposing less data when YII_DEBUG is false 10 years ago
Qiang Xue 88d38b7820 Fixes #4501: Renamed the constant `YII_PATH` to `YII2_PATH` 10 years ago