2ac17ddae6
Simplified exception page Javascript
...
- Removed unused block.
- Removed Sizzle library from exception page.
- Fixed highlighting hovering over code lines
close #10967
2016-04-26 18:34:31 +02:00
360eb03d5c
remove min.js sourcemap hint from error page
...
fixes #10919
2016-02-25 15:35:35 +01:00
2cd4837f41
fixed display issue with overlapping text in callstack item
...
fixes #4763
2015-07-26 01:08:42 +02:00
716057ed39
Fixes #9059 : Fixed PHP Notice in error handler view
2015-07-24 12:22:05 +03:00
23e51edfc6
use a monospace font in error details on exception page
...
better readability
2014-12-13 16:28:34 +01:00
95afdceb55
fixed exception page to show error info that is longer than screen
2014-10-22 23:19:20 +02:00
4f95fcd91f
added unit tests for schema detection
...
fixed some issues with schema detection
2014-06-25 03:09:28 +02:00
0c14f47f9a
Fixes #3793 : Changed inline autocomplete hints style to get more IDEs support
2014-06-20 17:40:00 +04:00
b7e493fca0
Tabs to spaces to be consistent
...
```
vendor/bin/indent --spaces -r framework/
vendor/bin/indent --tabs -r . --pattern=*.json
vendor/bin/indent --spaces -r . --pattern=*.md
vendor/bin/indent --spaces -r . --pattern=yii.*.js
vendor/bin/indent --spaces -r . --pattern=*.css
```
2014-05-23 16:58:21 +02:00
7511de6cab
added errorInfo to exception views
2014-05-12 13:31:33 +02:00
340278b59c
Fixes #3183 : fixed regression after #3175
2014-04-30 01:31:11 +04:00
dad88c78b4
Fixes #2837 : Error page now shows arguments in stack trace method calls
2014-04-18 04:20:22 +04:00
3fb840f3f3
updated errorhandler views doc
2014-03-31 00:43:08 +02:00
dbc6d106b4
reverted wrong changes after #2764
...
- readded removed file
- readded use statement to migration template
2014-03-16 21:01:53 +01:00
b5f8a4dc22
Reformat code te be PSR-2 compatible
2014-03-16 10:46:21 +06:00
da13b336be
minor css fixes.
2014-02-24 15:26:47 -05:00
8bdc437bc2
Fixes #2079 :
...
- i18n now falls back to `en` from `en-US` if message translation isn't found
- View now falls back to `en` from `en-US` if file not found
- Default `sourceLanguage` and `language` are now `en`
2014-01-23 04:51:17 +04:00
4d8d3eaf2c
minor fix of exception display.
2014-01-13 22:16:11 -05:00
0c38655217
psr-4 move
2014-01-10 21:41:43 -05:00