Opened 19 years ago
Closed 5 years ago
#2709 closed defect (wontfix)
bugzilla2trac should convert descriptions LF->CRLF
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | contrib | Version: | 0.9.3 |
Severity: | minor | Keywords: | bugzilla2trac contrib |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
The first time any of my bugzilla2trac-ed tickets was changed in any way, the description showed as spuriously changed - this was because all the LFs were translated to CRLFs somewhere in doing the round-trip between the web-browser and server.
To prevent this, bugzilla2trac should convert descriptions (and probably comments too) from LF line endings to CRLF line endings before storing them in the trac database.
Attachments (2)
Change History (11)
comment:1 by , 18 years ago
Keywords: | contrib added |
---|
comment:2 by , 18 years ago
Keywords: | bugzilla2trac added |
---|---|
Milestone: | → none |
comment:3 by , 17 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 15 years ago
Owner: | removed |
---|---|
Status: | assigned → new |
comment:5 by , 15 years ago
Component: | general → contrib |
---|
by , 15 years ago
Attachment: | bugzilla2py-CRLF-patch.diff added |
---|
comment:6 by , 15 years ago
The attachment bugzilla2py-CRLF-patch.diff contains a patch which seems to address the issue described in this entry (i.e. converting LF to CRLF during import)
follow-up: 8 comment:7 by , 15 years ago
There's a typo in the patch (s/pub/sub/), and please use a unified diff format for the patch, thanks!
by , 15 years ago
Attachment: | bugzilla2py-CRLF-patch-univ.diff added |
---|
Patch for the CRLF issue, universal diff
comment:8 by , 15 years ago
Replying to cboos:
There's a typo in the patch (s/pub/sub/), and please use a unified diff format for the patch, thanks!
Fixed the typo, used GNU diff. Feel free to remove the old attachment.
comment:9 by , 5 years ago
Milestone: | not applicable |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
bugzilla2trac.py
is no longer maintainer by Trac developers and is being deleted from the trunk. If you need the plugin, please consider copying it from 1.4-stable and creating a plugin on trac-hacks.org.
Patch for the CRLF issue