Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1420 closed enhancement (fixed)

[patch] Enabling pastebin friendly exceptions on the template for debug purposes.

Reported by: jpaulofarias at gmail dot com Owned by: Adrian Holovaty
Component: Core (Other) Version: magic-removal
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

This patch will enable a pastebin friendly version of the traceback when some exception occurrs.

Attachments (2)

pastebin-debug.patch (5.5 KB ) - added by jpaulofarias at gmail dot com 18 years ago.
Patch to show a pastebin version of traceback
pastebin-debug1.patch (5.6 KB ) - added by jpaulofarias at gmail dot com 18 years ago.
Patch to show a pastebin version of traceback (better look)

Download all attachments as: .zip

Change History (5)

by jpaulofarias at gmail dot com, 18 years ago

Attachment: pastebin-debug.patch added

Patch to show a pastebin version of traceback

by jpaulofarias at gmail dot com, 18 years ago

Attachment: pastebin-debug1.patch added

Patch to show a pastebin version of traceback (better look)

comment:1 by Adrian Holovaty, 18 years ago

Status: newassigned

comment:2 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: assignedclosed

(In [2444]) Fixed #1420 -- Added copy-and-paste (pastebin-friendly) toggle for debug view. Thanks, jpaulofarias

comment:3 by Adrian Holovaty, 18 years ago

milestone: Version 0.92

Milestone Version 0.92 deleted

Note: See TracTickets for help on using tickets.
Back to Top