31 Commits

Author SHA1 Message Date
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
531ca690eb refactored the message command. 2013-06-11 15:01:59 -04:00
ad218c6719 moved HttpException to web. 2013-06-10 17:08:26 -04:00
9445953b29 Line number tweak for error page
ensure lines are aligned right:
```
 7
 8
 9
10
11
12
...
```
2013-05-28 01:56:50 +02:00
5f269399f1 Better exception page look. 2013-05-27 22:59:32 +06:00
3870df7bc0 Hover and error line increased by 1 px. 2013-05-27 22:07:58 +06:00
92aae3a0ba Error line number fix. 2013-05-27 21:55:52 +06:00
adbbc52015 Error line number fix. 2013-05-27 21:52:59 +06:00
c520dccab1 Error line number fix. 2013-05-27 21:48:14 +06:00
b058c017be Lift off!11 #418 2013-05-27 21:42:39 +06:00
9002196c49 MSIE fix. 2013-05-27 21:34:14 +06:00
8964d6ec0a Fixes (theoretically) #418 and #413. 2013-05-27 21:06:08 +06:00
cb8cc9f61d Fix error page alignment problems in various browsers
issue #418
2013-05-26 23:57:00 +02:00
94e621f372 minor css fix for ErrorHandler
conflicting css class and bad positioned icon
2013-05-26 18:12:50 +02:00
afeee0a36c Proper colors. 2013-05-26 16:41:43 +06:00
813c4f4a85 Previous exceptions refinements. 2013-05-26 16:36:06 +06:00
b525d9c720 Fixed stack trace bug and added class/method call information. 2013-05-26 16:07:14 +06:00
2516176e44 Error/exception page is now 100% fluid. 2013-05-26 11:02:05 +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
c5f54e5f86 Shorter color codes and removed unnecessary CSS selectors. 2013-05-25 22:29:23 +06:00
f1cfabbff0 Old views removed. 2013-05-25 21:52:35 +06:00
567ebaa5e7 Chrome fixes and everything embedded in a view. 2013-05-25 21:52:13 +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
5944fd0399 New error page WIP. 2013-05-24 23:46:18 +06:00
0963cf8b7b Minor enhancements. 2013-05-23 22:53:17 +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