[htmltmpl] Re: ANNOUNCEMENT: HTML::Template 2.6

2002-08-29 Thread Sam Tregar
On 30 Aug 2002, simran wrote: > ps: You did not mention anything about adding filter args support... i > though that you were going to put in some sort of a feature to support > filter arguments (for which Cees sent a patch...) - is this still on the > agenda? Ah, you're right. I knew I was for

[htmltmpl] Re: ANNOUNCEMENT: HTML::Template 2.6

2002-08-29 Thread simran
Excellent... can't wait to try it out... thanks Sam. ps: You did not mention anything about adding filter args support... i though that you were going to put in some sort of a feature to support filter arguments (for which Cees sent a patch...) - is this still on the agenda? On Sat, 2002-08-3

Re: [htmltmpl] ANNOUNCEMENT: HTML::Template 2.6

2002-08-29 Thread Sam Tregar
On Thu, 29 Aug 2002, Chisel Wright wrote: > Whoever pasted the chages into sourceforge > (http://sourceforge.net/project/shownotes.php?release_id=107880) > forgot to replace '<' with '<' etc. Uh, yeah, whoever did that should get his act together. Thanks! -sam ---

Re: [htmltmpl] ANNOUNCEMENT: HTML::Template 2.6

2002-08-29 Thread Chisel Wright
On Fri, Aug 30, 2002 at 05:13:33PM -0400, Sam Tregar wrote: > CHANGES >- New Feature: The default attribute allows you to specify > defaults for tags. > >- Bug Fix: fixed parser to reject s with no names. > (crazyinsomniac) > Whoever pasted the chages in

[htmltmpl] Passing a CGI param from Page to Page.

2002-08-29 Thread Jeff Pelkey
Howdy!   This will probably show my ignorance, but here goes...    I wrote a couple of app's that work fine until I add a CGI param to the SQL mix.   If I hardcode the param in: my $sql = qq/ SELECT * FROM Foo WHERE ID = 123 ORDER BY bar /; Then each page displays only rows with ID

[htmltmpl] ANNOUNCEMENT: HTML::Template::Expr 0.04

2002-08-29 Thread Sam Tregar
CHANGES - Fixed parser to recognize negative numbers. Thanks to Fran Fabrizio for the report. - Fixed parser to allow for HTML-comment style tags. Thanks to Stuhlpfarrer Gerhard for the spot. - Updated mailing-list information to reflect move from vm.com to sourceforge.net DESCRIPTION

[htmltmpl] ANNOUNCEMENT: HTML::Template::JIT 0.04

2002-08-29 Thread Sam Tregar
CHANGES - Added support for HTML::Template 2.6's new DEFAULT attribute. - Added support for HTML::Template 2.6's new __counter__ variable. - Updated mailing-list information to reflect move from vm.com to sourceforge.net - Fixed bug where tmpl_var's with the escape attribute would cause a

[htmltmpl] ANNOUNCEMENT: HTML::Template 2.6

2002-08-29 Thread Sam Tregar
CHANGES - New Feature: HTML::Template will combine HTML_TEMPLATE_ROOT environment variable and path option if both are available. (Jesse Erlbaum) - New Feature: __counter__ variable now available when loop_context_vars is set (Simran Ga