[Koha-devel] Upgrade to HTML::Template::Pro 0.69 needed

2008-03-06 Thread Chris Nighswonger
I am planning to submit a patch to picture-upload.tmpl that implements the TMPL_ELSIF tag new to Template::Pro 0.69. The installer has already been updated to check for 0.69 as a prerequisite, but for those running a developer install this will not catch that. So if templates begin misbehaving, che

[Koha-devel] Re: [Koha] HTML not being encoded for display?

2008-03-06 Thread Chris Cormack
Shifting this over the devel lists, where it can be discussed more fully. Chris On 3/7/08, Chris Hammond-Thrasher <[EMAIL PROTECTED]> wrote: > > This could be a serious problem. Is this addressed in Koha 3? Are their > any > checks for dangerous user input in Koha 2 or 3? > > -cht > > > > Chris H

[Koha-devel] Re: [Koha] HTML not being encoded for display?

2008-03-06 Thread Rick Welykochy
Chris Cormack wrote: Short answer is yes, there are more checks on the use side (opac). The staff interface has some checking, but as Joe pointed out if you have staff inserting html into your marc data, you have bigger problems. What checks can you do? Characters like "<" and "&" are valid i