[rt-users] Inline screenshots
Thomas Sibley
trs at bestpractical.com
Wed Jul 25 15:29:07 EDT 2012
On 07/25/2012 01:41 AM, gmadesoft wrote:
> Could you tell us what local variable you mean?
Local *overlay*, not variable. Something like the following (untested)
dropped into /opt/rt4/local/lib/RT/Interface/Web_Local.pm:
use strict;
use warnings;
package HTML::Mason::Commands;
our %SCRUBBER_RULES;
$SCRUBBER_RULES{img} = {
src => qr{^data:image/}i,
alt => 1,
'*' => 0,
};
1;
In 4.2 we should have most images displayed inline the message body by
default.
> there isn't the release note for the 4.0.6 in the web page.
Yeah, we really should get the release notes up on the main website.
They _are_ archived from the mailing list:
http://lists.bestpractical.com/pipermail/rt-announce/2012-May/000204.html
More information about the rt-users
mailing list