Re: [Templates] New developer proceedure?

2008-01-25 Thread Robert Hicks
Rodney Broom wrote: > I think I've gone over the web site pretty well, but haven't found what I'm > looking for. Sorry if this has been answered elsewhere. > > I'm interested in contributing, more than just a few changes or bug fixes. Is > there a formal way to get involved (given an svn id, etc

Re: [Templates] A bug and a suggestion OMG!

2008-01-25 Thread Rodney Broom
Oh, heh, html_filter() is pretty thin. ...told I might be missing something. --- Rodney Broom - Original Message - From: "Sean McAfee" <[EMAIL PROTECTED]> To: "Rodney Broom" <[EMAIL PROTECTED]> Cc: Sent: Friday, January 25, 2008 10:54 Subject: Re: [Templates] A bug and a suggestion OMG

Re: [Templates] A bug and a suggestion OMG!

2008-01-25 Thread Simon Wistow
On Fri, Jan 25, 2008 at 09:54:19AM -0800, Sean McAfee said: > The point is that the html filter doesn't do apostrophes. The html_entity filter does though http://www.tt2.org/docs/manual/Filters.html#section_html_entity ___ templates mailing list te

Re: [Templates] A bug and a suggestion OMG!

2008-01-25 Thread Sean McAfee
On Jan 25, 2008 9:45 AM, Rodney Broom <[EMAIL PROTECTED]> wrote: > From: "Tosh Cooey" <[EMAIL PROTECTED]> > > > "This isn't working" > > > > Needs to come out as: > > > > "This isn't working" > > Unless I'm missing something: > > [% var_to_escape | html %] > The point is that the html filter doe

Re: [Templates] A bug and a suggestion OMG!

2008-01-25 Thread Rodney Broom
From: "Tosh Cooey" <[EMAIL PROTECTED]> > "This isn't working" > > Needs to come out as: > > "This isn't working" Unless I'm missing something: [% var_to_escape | html %] --- Rodney Broom ___ templates mailing list templates@template-toolkit.org

Re: [Templates] A bug and a suggestion OMG!

2008-01-25 Thread Tosh Cooey
Ha ha! I have just come across a situation where I'm being bitten by the same problem. I need to filter the ' or single quote, or apostrophe. "This isn't working" Needs to come out as: "This isn't working" But how, in an elegant way that doesn't require editing HTML::Entities or creating my