Django

Code

root/django/trunk/django/views/debug.py


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8633 [8633] 08/27/08 14:59:29 jacob Fixed #8287: the debug page now shows the actual requested URL even if …
(edit) @8560 [8560] 08/25/08 17:47:07 jacob Fixed #6353: better handle unicode in exception reasons.
(edit) @8420 [8420] 08/16/08 23:27:36 russellm Fixed #8178: Another update to debug template to aid rendering of …
(edit) @8407 [8407] 08/16/08 07:33:36 russellm Fixed #8178: Cleaned up the rendering of exceptions on the error template. …
(edit) @8047 [8047] 07/21/08 22:26:25 adrian Fixed #7848 -- Removed a bunch of code that wasn't contributing to …
(edit) @7927 [7927] 07/15/08 13:47:49 mtredinnick Fixed #6862 -- Refactored debug traceback extraction into an easy-to-use …
(edit) @7863 [7863] 07/07/08 20:49:50 adrian Fixed #7649 -- Fixed incorrect line numbering in debug view in case of …
(edit) @7333 [7333] 03/20/08 02:01:26 mtredinnick Fixed #6486 -- Added local server time to the debug output page. Patch …
(edit) @7310 [7310] 03/18/08 17:21:04 adrian Fixed #5935 -- the 'It worked' page is now served with a 200 status code, …
(edit) @7292 [7292] 03/18/08 09:34:48 mtredinnick Fixed #6494 -- Factored out the HTML debug output into a method of its own …
(edit) @7065 [7065] 02/02/08 20:24:56 mtredinnick Fixed #6423 -- Don't fall in a hole in the debug screen if somebody raises …
(edit) @7063 [7063] 02/02/08 20:11:58 mtredinnick Fixed #6359 -- Fixed an oversight in the debug output: template loaders …
(edit) @7057 [7057] 02/02/08 19:24:40 mtredinnick Fixed #6495 -- Fixed debug traceback HTML output in the rare case when …
(edit) @6977 [6977] 12/23/07 16:53:30 adrian Corrected a typo in the debug page -- 'Share this traceback on a public …
(edit) @6910 [6910] 12/10/07 23:39:54 gwilson Fixed copy-and-paste view of error page to not indent the first line of …
(edit) @6909 [6909] 12/10/07 23:38:34 gwilson Fixed imports to adhere to django coding style.
(edit) @6908 [6908] 12/10/07 23:22:11 gwilson Fixed #6158 -- Display PYTHONPATH on the debug error page. Thanks, …
(edit) @6894 [6894] 12/04/07 16:20:07 adrian Changed wording of post-to-dpaste link based on a suggestion from Mordy …
(edit) @6882 [6882] 12/04/07 00:39:05 adrian Changed 'Send to DPaste' link (from [6820]) on debug page to wording …
(edit) @6820 [6820] 12/01/07 18:00:36 mtredinnick Fixed #2437, #6091 -- Added "paste to dpaste" button to debug page. …
(edit) @6704 [6704] 11/19/07 19:37:16 mtredinnick Fixed #5974 -- Added autoescaping for source code lines and local …
(edit) @6671 [6671] 11/14/07 06:58:53 mtredinnick Implemented auto-escaping of variable output in templates. Fully …
(edit) @6585 [6585] 10/21/07 13:15:01 mtredinnick Fixed #5712 -- Added more robustness to source code display in the debug …
(edit) @5862 [5862] 08/11/07 22:23:53 adrian Fixed #5046 -- Added 'Unicode error hint' section to debug page in the …
(edit) @5609 [5609] 07/04/07 07:11:04 mtredinnick Merged Unicode branch into trunk (r4952:5608). This should be …
(edit) @5511 [5511] 06/22/07 02:15:04 mtredinnick Backed out the changes in [5482] for a bit whilst some more investigation …
(edit) @5482 [5482] 06/17/07 02:11:37 mtredinnick Fixed #4565 -- Changed template rendering to use iterators, rather …
(edit) @5456 [5456] 06/09/07 23:02:29 mtredinnick Fixed #4335 -- Added Python executable binary path and version to debug …
(edit) @5051 [5051] 04/20/07 23:37:31 mtredinnick Fixed #3734 -- Added support for import hooks to the debugging …
(edit) @4959 [4959] 04/08/07 20:10:26 adrian Fixed #3942 -- Fixed potential confusion on debug 404 page by stripping …
(edit) @4265 [4265] 12/30/06 00:25:49 adrian Fixed #3191 -- Set 'svn:eol-style native' on the files that didn't have …
(edit) @3951 [3951] 10/30/06 14:50:27 adrian Fixed #2968 -- Changed arguments to import to use empty dictionary …
(edit) @3813 [3813] 09/24/06 05:30:15 mtredinnick Avoid displaying the profanities list in the debug output. Makes it a bit …
(edit) @3722 [3722] 09/04/06 19:26:14 adrian Added some escaping of request.path to django/views/debug.py. Thanks, …
(edit) @3718 [3718] 09/04/06 18:49:14 adrian Changed template names from [3707] to remove initial caps, to fit our …
(edit) @3707 [3707] 09/02/06 04:26:24 russellm Refs #2333 - Re-added the template rendering signal for testing purposes; …
(edit) @3666 [3666] 08/27/06 13:10:32 adrian Reverted [3659], the 'name' field on Template objects and the signal …
(edit) @3659 [3659] 08/27/06 07:35:07 russellm Refs #2333 - Added a signal that is emitted whenever a template is …
(edit) @3414 [3414] 07/21/06 15:39:17 jacob Second half of little cleanup tweaks suggested by pyflakes.
(edit) @3410 [3410] 07/21/06 11:20:22 jacob Fixed #2092: added a "is_secure()" method to HttpRequest which correctly …
(edit) @3127 [3127] 06/14/06 06:44:56 mtredinnick Fixed #2153 -- display debugging template even if no stack frame is found.
(edit) @2864 [2864] 05/06/06 18:18:22 adrian Fixed #1785 -- debug view no longer assumes _get_lines_from_file returns …
(edit) @2815 [2815] 05/02/06 13:44:22 adrian Fixed #1059 -- Fixed off-by-one line number in heading of debug error …
(edit) @2809 [2809] 05/01/06 20:31:56 adrian MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly …
(edit) @2444 [2444] 02/28/06 09:52:57 adrian Fixed #1420 -- Added copy-and-paste (pastebin-friendly) toggle for debug …
(edit) @2420 [2420] 02/27/06 16:23:24 adrian Fixed #1059 -- Fixed line numbers off-by-one error in debug output
(edit) @2058 [2058] 01/18/06 19:06:12 adrian Fixed a bunch of errors detected by pychecker -- unneeded imports and …
(edit) @1825 [1825] 01/05/06 10:28:25 adrian Changed debug error view to escape the exception value, so that values in …
(edit) @1578 [1578] 12/08/05 20:35:38 adrian Fixed #998 -- Fixed edge-case bug in debug view for templates with only …
(edit) @1565 [1565] 12/07/05 00:02:09 adrian Added 'It worked' page, in a empty_urlconf() view in views/debug.py. It's …
(edit) @1552 [1552] 12/05/05 23:04:56 adrian Debug 400 page now displays special error message if your URLconf is …
(edit) @1407 [1407] 11/24/05 18:04:06 hugo now really fixed the source formatting. brought to you by the magics of …
(edit) @1406 [1406] 11/24/05 17:35:28 hugo just another small fix to the template_debug layout
(edit) @1405 [1405] 11/24/05 17:31:33 hugo fixed debug view for templates so it starts counting with 1
(edit) @1403 [1403] 11/24/05 16:57:04 hugo small fix to the template_debug stuff, it was dropping last characters and …
(edit) @1400 [1400] 11/24/05 15:15:51 adrian Fixed #892 -- TemplateDoesNotExist? errors now get a 'Template-loader …
(edit) @1385 [1385] 11/23/05 18:06:36 hugo changed the linebreaks_iter function to use str.find instead of …
(edit) @1381 [1381] 11/23/05 17:15:52 adrian Added Wilson's HTML tweaks to the template error screen
(edit) @1380 [1380] 11/23/05 17:12:24 adrian Added Wilson's CSS tweaks to the template error screen
(edit) @1379 [1379] 11/23/05 17:10:17 adrian Fixed #603 -- Added template debugging errors to pretty error-page output, …
(edit) @1351 [1351] 11/22/05 08:22:02 adrian Fixed #874 -- Changed debug views to use text/html mime-type instead of …
(edit) @1297 [1297] 11/19/05 23:17:15 adrian Fixed #842 -- 500 error view no longer breaks for local variable named …
(edit) @1276 [1276] 11/17/05 09:27:19 jacob Fixed #825; thanks for the suggestions, aaronsw
(edit) @1273 [1273] 11/17/05 08:19:33 jacob Fixed #823 - cleaned up invalid HTML in debug error template. Thanks, Sune
(edit) @1272 [1272] 11/16/05 21:10:03 adrian Fixed #822 -- Changed 500 view to use disclosure triangles instead of …
(edit) @1242 [1242] 11/15/05 08:35:24 jacob Fixed #799: any setting with "SECRET" or "PASSWORD" in the name is escaped …
(edit) @1234 [1234] 11/14/05 12:50:13 jacob Added NOINDEX tag to debug 500 page (for robots)
(add) @1233 [1233] 11/14/05 11:44:50 jacob Added "pretty" error pages to be used when DEBUG is True.
Note: See TracRevisionLog for help on using the revision log.