20 Commits

Author SHA1 Message Date
5698a10c81 Added functional tests for the basic app. 2013-06-23 19:26:16 -04:00
3e18479d1f Fixes issue #545: PageCache doesn't work. 2013-06-17 00:48:05 -04:00
f18d6df625 Revert "Merge pull request #548 from cebe/action-response"
This reverts commit 9d7597d61a51ae7030b667f740c2a97471cf7f6e, reversing
changes made to 6b6390f72b6a6010cfbe614aab236a90d10b1a00.
2013-06-16 19:45:58 -04:00
71782b344e Changed existing code to match the changes regarding response 2013-06-16 18:52:56 +02:00
172f40aada Removed headers in ErrorHandler. 2013-06-14 17:06:01 -04:00
a951e1c8e1 Replaced Jsonable with Arrayable.
Added support for different response formats.
Support for error response in different formats.
2013-06-14 16:26:33 -04:00
f3cc5d1edc Fixes for issue #536: refactored error handler. 2013-06-14 08:19:45 -04:00
420637443c Refactored the way of sending response in controller actions. 2013-06-13 23:39:18 -04:00
ad218c6719 moved HttpException to web. 2013-06-10 17:08:26 -04:00
f2d477dce6 Response WIP 2013-06-09 09:47:41 -04:00
7a7d2a9c06 CS fixes. 2013-06-07 22:41:11 +06:00
a56ec89685 Fixed typo in ErrorHandler
`$this` -> `$self`
2013-05-26 14:21:06 +02:00
b525d9c720 Fixed stack trace bug and added class/method call information. 2013-05-26 16:07:14 +06:00
689080519e Added support for previous exceptions
PHP supports exception stacks since 5.3 so we should use it.
Also Errorhandler is now able to display the stack: #297
2013-05-26 04:38:13 +02:00
0ef40b28d1 adjusted Exception error page header and title
make sure all information is displayed
Fixes comment by @creocoder issue #408
https://github.com/yiisoft/yii2/pull/408#issuecomment-18454179
2013-05-26 02:34:38 +02:00
a0def9c0ca Better view/template variables naming and more superglobals. 2013-05-25 23:11:17 +06:00
731cbf8980 New error page WIP. 2013-05-25 21:40:11 +06:00
fa0022e7e1 New error/exception page WIP. 2013-05-25 20:54:20 +06:00
89bbdae6c1 Initial version of the new error/exception page. 2013-05-23 22:34:37 +06:00
f72105166c reorganized the main repo to satisfy PSR-0. 2013-05-21 21:19:05 -04:00