Re: [rt-users] ShowMessageStanza callback with 3.8.0 + html escaping on output text

2009-02-11 Thread Jerrad Pierce
The code runs as expected, however my output has been html escaped, so if I see the message body. RT has Mason auto-escape output. You can prevent this on a per-print basis with something like % $var |n% Ok - perhaps the wiki is out of date. I've managed to do this using a Custom MakeClicky

[rt-users] ShowMessageStanza callback with 3.8.0 + html escaping on output text

2009-02-10 Thread David Sitsky
Hi, I have written a basic ShowMessageStanza callback following instructions from http://wiki.bestpractical.com/view/CustomizingWithCallbacks/2212 as follows to create links automatically when matching patterns. In this case, the pattern is 4 alphabetic characters followed by 4 digits. %init

Re: [rt-users] ShowMessageStanza callback with 3.8.0 + html escaping on output text

2009-02-10 Thread David Sitsky
Ok - perhaps the wiki is out of date. I've managed to do this using a Custom MakeClicky action as specified here: http://www.l2c2.co.in/rt-3.8.0/docs/extending_clickable_links.pod. Guess the wiki should be updated.. David Sitsky wrote: Hi, I have written a basic ShowMessageStanza callback