61 Commits (a1937544e0111a784ecf0c7f16f9c5224896202d)

Author SHA1 Message Date
Carsten Brandt 7511de6cab added errorInfo to exception views 11 years ago
Alexander Makarov 340278b59c Fixes #3183: fixed regression after #3175 11 years ago
Alexander Makarov 178417da9b Added title for trimmed strings 11 years ago
Alexander Makarov dad88c78b4 Fixes #2837: Error page now shows arguments in stack trace method calls 11 years ago
Qiang Xue 055455d814 updated error handler and requirement checker links. 11 years ago
Carsten Brandt f6ce9ead97 removed unnecessary static var 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 8b4d4a0b25 cleanup web errorhandler 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
Carsten Brandt 0ef40b28d1 adjusted Exception error page header and title 11 years ago
resurtm a0def9c0ca Better view/template variables naming and more superglobals. 11 years ago
resurtm 731cbf8980 New error page WIP. 11 years ago