Carsten Brandt
|
d4c68522d4
|
improved error handling of AssetConverter
issue #1140
|
11 years ago |
Alexander Mohorev
|
0d04846c08
|
php short echo syntax
|
11 years ago |
Alexander Makarov
|
c2dabfa78e
|
Adjusted short tags
|
11 years ago |
Alexander Makarov
|
1f6a823073
|
Short array syntax
|
11 years ago |
Alexander Makarov
|
24bc980da4
|
Replaced "<?php echo" with "<?=" that is always available for PHP 5.4
|
11 years ago |
Qiang Xue
|
dea65efd04
|
bring back missing exception callstack display.
|
11 years ago |
Qiang Xue
|
c611b8de0d
|
exception page styling.
|
11 years ago |
Qiang Xue
|
bc21de98bd
|
Refactored the basic app.
|
11 years ago |
Qiang Xue
|
0565b75846
|
Removed the selection background color.
|
11 years ago |
Qiang Xue
|
4ac501f492
|
Removed placeholders.
|
11 years ago |
Qiang Xue
|
f72c451c86
|
Display debug toolbar on error pages.
|
11 years ago |
Qiang Xue
|
f4f57bf08b
|
Fixed method name display in error view.
|
11 years ago |
Qiang Xue
|
f3cc5d1edc
|
Fixes for issue #536: refactored error handler.
|
12 years ago |
Qiang Xue
|
420637443c
|
Refactored the way of sending response in controller actions.
|
12 years ago |
Qiang Xue
|
531ca690eb
|
refactored the message command.
|
12 years ago |
Qiang Xue
|
ad218c6719
|
moved HttpException to web.
|
12 years ago |
Carsten Brandt
|
9445953b29
|
Line number tweak for error page
ensure lines are aligned right:
```
7
8
9
10
11
12
...
```
|
12 years ago |
resurtm
|
5f269399f1
|
Better exception page look.
|
12 years ago |
resurtm
|
3870df7bc0
|
Hover and error line increased by 1 px.
|
12 years ago |
resurtm
|
92aae3a0ba
|
Error line number fix.
|
12 years ago |
resurtm
|
adbbc52015
|
Error line number fix.
|
12 years ago |
resurtm
|
c520dccab1
|
Error line number fix.
|
12 years ago |
resurtm
|
b058c017be
|
Lift off!11 #418
|
12 years ago |
resurtm
|
9002196c49
|
MSIE fix.
|
12 years ago |
resurtm
|
8964d6ec0a
|
Fixes (theoretically) #418 and #413.
|
12 years ago |
Carsten Brandt
|
cb8cc9f61d
|
Fix error page alignment problems in various browsers
issue #418
|
12 years ago |
Carsten Brandt
|
94e621f372
|
minor css fix for ErrorHandler
conflicting css class and bad positioned icon
|
12 years ago |
resurtm
|
afeee0a36c
|
Proper colors.
|
12 years ago |
resurtm
|
813c4f4a85
|
Previous exceptions refinements.
|
12 years ago |
resurtm
|
b525d9c720
|
Fixed stack trace bug and added class/method call information.
|
12 years ago |
resurtm
|
2516176e44
|
Error/exception page is now 100% fluid.
|
12 years ago |
Carsten Brandt
|
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
|
12 years ago |
Carsten Brandt
|
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
|
12 years ago |
resurtm
|
a0def9c0ca
|
Better view/template variables naming and more superglobals.
|
12 years ago |
resurtm
|
c5f54e5f86
|
Shorter color codes and removed unnecessary CSS selectors.
|
12 years ago |
resurtm
|
f1cfabbff0
|
Old views removed.
|
12 years ago |
resurtm
|
567ebaa5e7
|
Chrome fixes and everything embedded in a view.
|
12 years ago |
resurtm
|
731cbf8980
|
New error page WIP.
|
12 years ago |
resurtm
|
fa0022e7e1
|
New error/exception page WIP.
|
12 years ago |
resurtm
|
5944fd0399
|
New error page WIP.
|
12 years ago |
resurtm
|
0963cf8b7b
|
Minor enhancements.
|
12 years ago |
resurtm
|
89bbdae6c1
|
Initial version of the new error/exception page.
|
12 years ago |
Qiang Xue
|
f72105166c
|
reorganized the main repo to satisfy PSR-0.
|
12 years ago |