Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the SVN-Notify CPAN distribution.

Report information
The Basics
Id: 39591
Status: rejected
Priority: 0/
Queue: SVN-Notify

People
Owner: Nobody in particular
Requestors: jgleaton [...] ugobe.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Long, one-line log messages are unreadable in Office 2003
Date: Wed, 24 Sep 2008 11:30:37 -0600
To: bug-SVN-Notify [...] rt.cpan.org
From: Josh Gleaton <jgleaton [...] ugobe.com>
Adding a 'min-height' property to the "#msg pre" declaration in /usr/local/share/perl/5.8.8/SVN/Notify/HTML.pm seems to fix it. Example: q(#msg pre { overflow: auto; background: #ffc; min-height:50px; ), Also, Outlook 2003 seems to ignore the linked in css file specified with --css-url. It would be nice if there were an external CSS file in /etc/svnnotify/ or something that the code would pick up before sending the notifications.
Subject: Re: [rt.cpan.org #39591] Long, one-line log messages are unreadable in Office 2003
Date: Wed, 24 Sep 2008 15:49:13 -0700
To: bug-SVN-Notify [...] rt.cpan.org
From: "David E. Wheeler" <dwheeler [...] cpan.org>
On Sep 24, 2008, at 10:31, Josh Gleaton via RT wrote: Show quoted text
> Adding a 'min-height' property to the "#msg pre" declaration in > > /usr/local/share/perl/5.8.8/SVN/Notify/HTML.pm > > seems to fix it. > > Example: > > q(#msg pre { overflow: auto; background: #ffc; min-height:50px; ), > > > Also, Outlook 2003 seems to ignore the linked in css file specified > with > --css-url. It would be nice if there were an external CSS file in > /etc/svnnotify/ or something that the code would pick up before > sending > the notifications.
I've no interest in supporting old versions of Outlook. You might want to implement a filter to make these changes to the SVN:Notify output for your particular use: http://search.cpan.org/perldoc/SVN::Notify::Filter Best, David