Opened 17 years ago
Closed 14 years ago
#2617 closed defect (fixed)
[patch] Bug with milestones with accents
Reported by: | anonymous | Owned by: | Steffen Hoffmann |
---|---|---|---|
Priority: | low | Component: | WikiTicketCalendarMacro |
Severity: | normal | Keywords: | unicode depreciated |
Cc: | Ryan J Ollos | Trac Release: | 0.10 |
Description
Hi.
Our miletones may have some accents and WikiTicketCalendarMacro throws this kind of error : ordinal not in range(128)
So I patched the macro.
Attachments (1)
Change History (6)
Changed 17 years ago by
Attachment: | utf8_bug.patch added |
---|
comment:1 Changed 15 years ago by
Owner: | changed from Mike Comb to Ryan J Ollos |
---|---|
Summary: | Bug with milestones with accents → [Patch] Bug with milestones with accents |
Reassigning ticket after changing maintainers.
comment:2 Changed 14 years ago by
Keywords: | unicode added |
---|---|
Summary: | [Patch] Bug with milestones with accents → [info_needed] Bug with milestones with accents |
I can't reproduce with 0.12dev-trac:r9705, so would like to close it soon.
Could someone test with 0.10 as well as 0.11 and report back with Trac version included, if this is still needed? Thanks in advance.
comment:3 Changed 14 years ago by
Cc: | Ryan J Ollos added; anonymous removed |
---|---|
Keywords: | depreciated added |
Owner: | changed from Ryan J Ollos to Steffen Hoffmann |
Priority: | normal → low |
Summary: | [info_needed] Bug with milestones with accents → [patch] Bug with milestones with accents |
After looking into code I'm coming up with some more thoughts:
- This is correctly flagged for 0.10, fine. We have a 0.10 branch (again), where the proposed solution could still be applied.
- Since release of Trac 0.12 is only days ahead I do strongly discourage usage of that old code altogether. A note of depreciation will be added with next revision to clearly declare this to anyone looking for that version.
- 0.10 branch has not received any love since initial submission and will certainly not get any of the new features to be added in the future as well. Please, with a cherry on top, take the time to upgrade to shiny new 0.12 and you'll not only leave this UTF-8 issue but enjoy the fully localized web user interface, multiple repository support and other big improvements.
comment:4 Changed 14 years ago by
Status: | new → assigned |
---|
So I'll finally apply the patch right now.
Sorry to the anonymous reporter for taking so much time to do such a trivial fix. Recent history shows, that we get more responsive now.
comment:5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [8106]) WikiTicketCalendarMacro: Final maintenance release for 0.10 branch, closes #2617.
Thanks for anonymous contribution of bug fix. See README for end-of-life statement for 0.10 branch. Take your chance to upgrade your Trac to version 0.12, please.
patch