-
NI0RKR xamfiwplyreh, [url=http://zgwrjbfnyiop.com/]zgwrjbfnyiop[/url], [link=http://zyxidkzwqrun.com/]zyxidkzwqrun[/link], http://hjkkyqiynicn.com/.
2009-01-04 00:09:53 UTC by nobody
-
In smarty, it's possible to use a modifier to apply some modification to a given variable. This modifier are predefined function in a given file
it's work somehow like a pipe in bash
for instance
myvar|cleanXSS
myvar|replace:"xx":"yy"
The evolution would consist to port this for HTML::template
www.smarty.net/manual/en/language.modifiers.php.
2008-10-14 08:21:20 UTC by mumuri
-
Hello,
for my personal usage, i've hack a little bit the code to check and croak when a VAR is undefined.
I thing that the modification isn't complex. Indeed, only a few lines are needed :
1)
In the "_parse" method for sub template in loops, I've added
no_undef_value => $options->{no_undef_value}; around line #2150,
2)
in the output function, 2 modifications are needed :
Around...
2008-07-21 19:05:55 UTC by dreameddeath
-
Hy!
My problem is with the following situation:
when a site.tmpl contains:
i have simple box_start ant box_end templates too, and the end of the boxes does not different, so the include/box2_end.tmpl looks...
2008-05-07 20:37:16 UTC by u-foka
-
Just tested for this bug with the following code, and found that it worked fine. Can you provide code that demonstrates this bug?
--------------------------
cat perl.pl
#!/usr/bin/perl -w
use HTML::Template ;
my $t = HTML::Template->new('filename' => 'test.tmpl', 'default_escape' => 'url') ;
$t->param('url' => 'http://www.houses.com/?bla=xyz&bla2=1') ;
print $t->output ;...
2008-01-09 00:36:47 UTC by nobody
-
samtregar committed revision 327 to the HTML::Template SVN repository, changing 1 files.
2007-07-31 21:59:04 UTC by samtregar
-
samtregar committed revision 326 to the HTML::Template SVN repository, changing 6 files.
2007-07-31 21:53:13 UTC by samtregar
-
samtregar committed revision 325 to the HTML::Template SVN repository, changing 42 files.
2007-07-31 20:18:25 UTC by samtregar
-
samtregar committed revision 324 to the HTML::Template SVN repository, changing 8 files.
2007-07-31 20:17:40 UTC by samtregar
-
samtregar committed revision 323 to the HTML::Template SVN repository, changing 41 files.
2007-07-31 20:14:36 UTC by samtregar