62 Commits (c27c9de5b862edaf17ff1ee940bae7cf0b922724)

Author SHA1 Message Date
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
Qiang Xue 5698a10c81 Added functional tests for the basic app. 11 years ago
Qiang Xue 3e18479d1f Fixes issue #545: PageCache doesn't work. 11 years ago
Qiang Xue f18d6df625 Revert "Merge pull request #548 from cebe/action-response" 11 years ago
Carsten Brandt 71782b344e Changed existing code to match the changes regarding response 11 years ago
Qiang Xue 172f40aada Removed headers in ErrorHandler. 11 years ago
Qiang Xue a951e1c8e1 Replaced Jsonable with Arrayable. 11 years ago
Qiang Xue f3cc5d1edc Fixes for issue #536: refactored error handler. 11 years ago
Qiang Xue 420637443c Refactored the way of sending response in controller actions. 11 years ago
Qiang Xue ad218c6719 moved HttpException to web. 11 years ago
Qiang Xue f2d477dce6 Response WIP 11 years ago
resurtm 7a7d2a9c06 CS fixes. 11 years ago
Carsten Brandt a56ec89685 Fixed typo in ErrorHandler 11 years ago
resurtm b525d9c720 Fixed stack trace bug and added class/method call information. 11 years ago
Carsten Brandt 689080519e Added support for previous exceptions 11 years ago