Re: [Catalyst] Catalyst 5.90080 on CPAN!

2015-01-19 Thread Mark Ellis
You *should* be ok going from 5.90062 to 5.90082, but just in case I'd read the Upgrading guide, https://metacpan.org/pod/distribution/Catalyst-Runtime/lib/Catalyst/Upgrading.pod and the delta https://metacpan.org/pod/distribution/Catalyst-Runtime/lib/Catalyst/Delta.pod On 19 January 2015 at

Re: [Catalyst] Please help to figure out with URL's

2014-12-04 Thread Mark Ellis
On 4 December 2014 at 20:31, Larry Leszczynski lar...@emailplus.org wrote: On Thu, Dec 4, 2014, at 12:41 PM, Trevor Leffler wrote: This is a typical use: link href=[% c.uri_for('/static/css/my_style.css') | html %] rel=stylesheet Assuming you're using Template Toolkit, you should use

Re: [Catalyst] UTF8 problems with plugin::encoding

2014-07-22 Thread Mark Ellis
I don't think there's anything you can do, you're app wants utf8 and they're sending something else which doesn't map. and since you can't know what format it is in, then all you can do is die if it doesn't map, which is what the plugin does. as far as i can tell the ruby middleware i found

Re: [Catalyst] HTML encoding parameters

2014-06-29 Thread Mark Ellis
I've had really good results with HTML::StripScripts::Parser, you can set allowed tags, attributes and stop JavaScript injection. You can also set allowed attributes on certain tags only, it's really flexible On 29 Jun 2014 05:14, bill hauck wbha...@yahoo.com wrote: Hi. Please forgive me if

Re: [Catalyst] Catalyst email

2014-04-11 Thread Mark Ellis
could be related to this http://www.ietf.org/mail-archive/web/ietf/current/msg87153.html On 11 April 2014 16:54, Len Jaffe lenja...@jaffesystems.com wrote: FYI: Gmail is putting your email in spam, saying that they could not verify that it came from yahoo.com. -- lenja...@jaffesystems.com