#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)
Change History (2)
by , 18 years ago
Attachment: | history_message_escaping.patch added |
---|
comment:1 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [3034]) Fixed #2056 -- Escaped history messages in admin. Thanks, SmileyChris