Modify ↓
Opened 14 years ago
Closed 12 years ago
#8346 closed defect (fixed)
[Patch] Delete button not work in trac 0.11.6
Reported by: | buaa.byl | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | high | Component: | TicketDeletePlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Click delete will fail...
Genshi Unicodedecode error.... at ticketdelete_admin line 52, char 136
and i modify web_ui.py to fix this bug.
Attachments (1)
Change History (5)
Changed 14 years ago by
Attachment: | delete.modify.patch added |
---|
comment:1 Changed 14 years ago by
Summary: | delete button not work in trac 0.11.6 → [Patch] Delete button not work in trac 0.11.6 |
---|
comment:2 follow-up: 3 Changed 14 years ago by
Owner: | changed from Noah Kantrowitz to Ryan J Ollos |
---|---|
Priority: | highest → high |
Status: | new → assigned |
What language are you using on your Trac installation?
comment:3 Changed 14 years ago by
Replying to rjollos:
What language are you using on your Trac installation?
trac 0.11.6 only have English version, but my windows system is chinese. I am using chinese on my trac installation.
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Modify web_ui.py to fix format_datetime error. and delete button will work.