Daniel Hahler
|
4fe486520f
|
Fixed <span> nesting in technical 500 template.
|
2020-01-14 10:08:27 +01:00 |
Carlton Gibson
|
e2d9d66a22
|
Fixed #23004 -- Added request.META filtering to SafeExceptionReporterFilter.
Co-authored-by: Ryan Castner <castner.rr@gmail.com>
|
2020-01-10 11:35:41 +01:00 |
Jon Dufresne
|
e703b93a65
|
Fixed #31080 -- Removed redundant type="text/javascript" attribute from <script> tags.
|
2019-12-11 09:49:54 +01:00 |
Jerrod Martin
|
c7bef16a74
|
Fixed #30411 -- Improved formatting of text tracebacks in technical 500 templates.
Co-Authored-By: Daniel Hahler <git@thequod.de>
|
2019-07-29 11:09:54 +02:00 |
Zach Garwood
|
19e863a844
|
Fixed #29995 -- Used higher contrast colors in debug page.
|
2018-12-21 18:00:13 -05:00 |
Tim Graham
|
226a26cf34
|
Removed an overridden CSS rule in debug page.
|
2018-12-21 18:00:03 -05:00 |
Claude Paroz
|
50b8493581
|
Refs #29654 -- Replaced three dots with ellipsis character in output strings.
|
2018-08-22 09:13:58 -04:00 |
Tim Graham
|
46e2b9e059
|
Fixed CVE-2017-12794 -- Fixed XSS possibility in traceback section of technical 500 debug page.
This is a security fix.
|
2017-09-05 10:58:38 -04:00 |
Tim Graham
|
293608a2e0
|
Refs #7697 -- Removed unnecessary force_escape of technical 500 debug view "unicode hint".
The test passes before and after the removal. unicode_hint will never
be SafeText, so normal autoescaping is sufficient.
|
2017-08-02 15:16:22 -04:00 |
Tim Graham
|
8df7681d0e
|
Removed unneeded escape filter in templates where autoescaping is enabled.
|
2017-08-01 10:52:29 -04:00 |
Abhishek Gautam
|
941b869135
|
Fixed #28008 -- Replaced getElementsByClassName() JavaScript in debug view template.
|
2017-04-14 08:12:14 -04:00 |
Claude Paroz
|
ea542a9c72
|
Fixed #28007 -- Moved debug templates to the filesystem
Thanks Tim Graham for the review.
|
2017-04-12 11:36:47 -04:00 |