Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#2056 closed defect (fixed)

[patch] History messages aren't escaped in Admin.

Reported by: Chris Beaven Owned by: Adrian Holovaty
Component: contrib.admin Version: dev
Severity: trivial 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

My __str__ for a contact object returns Full Name <email>.

In the history, the email is not shown because the message isn't escaped. My patch fixes this (I also escaped the user name for good measure).

Attachments (1)

history_message_escaping.patch (871 bytes ) - added by Chris Beaven 18 years ago.

Download all attachments as: .zip

Change History (2)

by Chris Beaven, 18 years ago

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [3034]) Fixed #2056 -- Escaped history messages in admin. Thanks, SmileyChris

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