Modify ↓
Opened 15 years ago
Closed 15 years ago
#6683 closed defect (fixed)
[Patch] TicketExtPlugin template does't not work with trac 11.6 (Unicode issue)
Reported by: | Ricky | Owned by: | Takanori Suzuki |
---|---|---|---|
Priority: | normal | Component: | TicketExtPlugin |
Severity: | critical | Keywords: | Unicode |
Cc: | Trac Release: | 0.11 |
Description
When I deploy this plugin in Trac 11.6, the Ticket Template throws out a error" TypeError: decoding Unicode is not supported". Then I removed the unicode from the plugin, but now it throw error about unable to find the right trac.ini file. The file name"trac.ini" become something like"trac.iniEe9d". I am guessing this is because this plugin is not calling the right function in 11.6 so it fails to decode the file name.
Attachments (1)
Change History (7)
comment:1 Changed 15 years ago by
Changed 15 years ago by
Attachment: | patch.diff added |
---|
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 15 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Summary: | Ticketext template does't not work with trac 11.6 → [Patch] TicketExtPlugin template does't not work with trac 11.6 |
Nice idea to keep it open until:
- Author/Maintainer integrates in trunk
- others can see the error and benefit themselves with the fix
comment:4 Changed 15 years ago by
Keywords: | Unicode added |
---|---|
Summary: | [Patch] TicketExtPlugin template does't not work with trac 11.6 → [Patch] TicketExtPlugin template does't not work with trac 11.6 (Unicode issue) |
comment:6 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
the "trac.ini" file writing is due to upgrade from 11.5 to 11.6. So the only defect here is the unicode thing. I am attaching a diff file so you can upgrade.