Thread HTML::Template::Compiled (HTC) (209 answers)
Opened by renee at 2005-06-26 15:48

pq
 2006-10-15 19:55
#40935 #40935
User since
2003-08-04
12209 Artikel
Admin1
[Homepage]
user image
Code: (dl )
1
2
3
4
5
6
7
8
9
10
0.79 Sat Oct  7 20:36:55 CEST 2006
- Change: instead of <tmpl_var name="array.42"> you must
now use <tmpl_var name="array[42]". sorry
- Bugfix: path was not set when using template from a filehandle
- Bugfix: globalvars did not work in included templates
- New feature: allow negative indizes array[-1].foo
- Bugfix: loop_context_vars weren't stored in filecache
- Bugfix: query() wasn't always corect when doing
$template->query(name => ['FOO', 'BAR'])
- Bugfix: query() now also reports included vars like H::T does


Code: (dl )
1
2
3
4
0.80 Sun Oct 15 16:39:02 CEST 2006
- Bugfix: characters like '-' in <tmpl_* foo-bar> lead to
compilation errors
- Bugfix: accessing array elements like <tmpl_var [23]> didn't work
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread HTML::Template::Compiled (HTC)