Leser: 31
![]() |
|< 1 ... 12 13 14 15 16 17 18 ... 21 >| | ![]() |
210 Einträge, 21 Seiten |
QuoteHTML::Template::Compiled->new (
filename => $self->param('TMPL_RAHMEN'),
path => '/xxx/tmpl/',
case_sensitive => 1,
loop_context_vars => 0,
);
1
2
3
4
5
6
7
8
9
10
[Mon Aug 21 11:45:59 2006] test.pl: Use of uninitialized value in string at /xxx/HTML/Template/Compiled/Expression/Expressions.pm line 54.
[Mon Aug 21 11:45:59 2006] test.pl: Error executing class callback in init stage: code: syntax error at (eval 83) line 44, near "( ) "
[Mon Aug 21 11:45:59 2006] test.pl: syntax error at (eval 83) line 72, near "} # end loop
[Mon Aug 21 11:45:59 2006] test.pl: $OUT "
[Mon Aug 21 11:45:59 2006] test.pl: Global symbol "$OUT" requires explicit package name at (eval 83) line 72.
[Mon Aug 21 11:45:59 2006] test.pl: Global symbol "$OUT" requires explicit package name at (eval 83) line 76.
[Mon Aug 21 11:45:59 2006] test.pl: Global symbol "$OUT" requires explicit package name at (eval 83) line 79.
[Mon Aug 21 11:45:59 2006] test.pl: syntax error at (eval 83) line 81, near ";
[Mon Aug 21 11:45:59 2006] test.pl:
[Mon Aug 21 11:45:59 2006] test.pl: }"
1
2
3
4
5
diff -r1.4 Compiler.pm
84c84
< my $lc = $loop_context{ $args{var} };
---
> my $lc = $loop_context{ lc $args{var} };
1
2
3
4
5
diff -r1.4 Compiler.pm
84c84
< my $lc = $loop_context{ $args{var} };
---
> my $lc = $loop_context{ lc $args{var} };
1
2
3
4
5
0.73 Sat Aug 26 16:07:57 CEST 2006
- Bugfix: in 0.72 only __first__ worked, but not __FIRST__
- Change: query() now also reports INCLUDE_VARs
- New feature: __index__ loop variable
- New feature: Plugins for escape-attribute
1
2
3
4
0.02 Sun Aug 27 12:45:08 CEST 2006
- Change: $SIZE_WARNING
- Change: changed output to src="..." width="..." height="..."
- Documentation
1
2
3
4
5
0.74 Wed Sep 13 20:51:04 CEST 2006
- Internal Changes
- Security fix: Escape dangerous characters in template
- default for search_path_on_include is now 0 like in H::T
- added examples/objects.pl
1
2
0.75 Thu Sep 14 22:42:19 CEST 2006
- Bugfix of bug in 0.74: search_path_on_include didn't work
1
2
3
4
5
6
7
8
9
10
11
12
0.78 Wed Oct 4 21:22:09 CEST 2006
- Bugfix: endless loop when using file cache
- Bugfix: correctly use cache attribute with filecache
0.77 Mon Oct 2 18:35:52 CEST 2006
- fixed META.yaml (was broken by E::MakeMaker)
0.76 Mon Oct 2 18:15:29 CEST 2006
- Change: HTC::Classic: TMPL_IF arrayref will be true if arrayref contains elements
- Change: __odd__, __first__, __count__ and __index__ work in TMPL_WHILE
- Bugfix: path attribute
- Change: deprecate option dumper (use plugin instead)
![]() |
|< 1 ... 12 13 14 15 16 17 18 ... 21 >| | ![]() |
210 Einträge, 21 Seiten |