Qeole / colorediffs

Thunderbird extension to colorize code diffs in messages.
Mozilla Public License 2.0
25 stars 5 forks source link

Some times the "Author" html link is badly formatted #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Some times, the "Author" link is badly formatted.
See the attached file.

Config: thunderbird 2.0.0.6 (20070728) for Windows.

Original issue reported on code.google.com by vilia...@gmail.com on 25 Oct 2007 at 6:08

Attachments:

GoogleCodeExporter commented 9 years ago
Could you be a little more specific and post here or send me in private the 
bigger
piece of message log (at least couple of lines before and after "Author" text) 
so I
could nail the problem?

Original comment by vadim.at...@gmail.com on 26 Oct 2007 at 7:17

GoogleCodeExporter commented 9 years ago
Original diff message/email/commit is attached in this comment.
Something (regex?) causes an error to format the "commit Author field" with a 
html
link (when correctly formatted, the link is something like
mailbox:///C|/directory/Thunderbird/Profiles/32222.default/Mail/Local%20Folders/
project-commit?number=21126213#).

[ ]s

Original comment by vilia...@gmail.com on 26 Oct 2007 at 1:08

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks, I'll see what's happening and get back to you with fix.

Original comment by vadim.at...@gmail.com on 26 Oct 2007 at 1:18

GoogleCodeExporter commented 9 years ago
Ok, found a reason - your mailer uses space instead of tab char between file 
name and
revision date in 
---
project/trunk/src/intermanagement/client/minimalinterreport/MinimalinterReportLo
gFrame.java
(original)
lines. That leads extension to not being able to see what file name actually is 
which
leads to wrong regexp when it converts file names in log to links. Will fix it 
as
soon as I can find good solution for that.

Original comment by vadim.at...@gmail.com on 26 Oct 2007 at 1:35

GoogleCodeExporter commented 9 years ago
Thanks a lot! And congratulations for the project.

Original comment by vilia...@gmail.com on 26 Oct 2007 at 2:06

GoogleCodeExporter commented 9 years ago

Original comment by vadim.at...@gmail.com on 15 Dec 2008 at 11:00

GoogleCodeExporter commented 9 years ago
Fixed in 0.5.159

Original comment by vadim.at...@gmail.com on 28 Dec 2008 at 5:19