Leser: 31
![]() |
|< 1 ... 14 15 16 17 18 19 20 21 >| | ![]() |
210 Einträge, 21 Seiten |
1
2
3
4
5
t/17_escape....................ok 6/4# Looks like you planned 4 tests but ran 2 extra.
t/17_escape....................dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 5-6
Failed 2/4 tests, 50.00% okay (less 3 skipped tests: -1 okay, -25.00%)
1
2
3
4
~/HTML-Template-Compiled-0.84/t# grep "require HTML::Entities" *
01_HTML-Template-Compiled.t:eval { require HTML::Entities };
15_comment.t:eval { require HTML::Entities };
17_escape.t:eval { require HTML::Entities };
1
2
3
4
5
6
0.85 Sun Apr 15 16:15:22 CEST 2007
- New Feature: JOIN attribute for loop-tag
- Fix: uri_escape_utf8 for parameters in utf8
- Fix for DBIx::Class objects ('can' method doesn't work here like expected)
- Fix: Allow <%= array_of_arrays[0][0] %>
- New Feature: get count of array elements <%= array# %>
1
2
3
4
5
6
7
8
9
0.84 Sun Feb 11 15:43:38 CET 2007
- Bugfix: includes in var includes didn't expire cache
- Bugfix: tagstyle and use_perl weren't correctly passed to includes
when using filecache
- Bugfix: plugins weren't safed in file cache
0.83 Tue Nov 28 22:59:06 CET 2006
- Added Feature: TMPL_EACH
- Added missing plugin feature
1
2
3
4
5
6
7
8
0.86 Mon Jun 11 22:38:04 CEST 2007
- Experimental Feature: use Storable for filecaching (set
$HTML::Template::Compiled::Storable to 1 if you want to test it.
It should be 1.5-2 times as fast as normal filecaching)
- Fix: a test didn't skip if necessary
- utf8 in templates (you probably need Encode (and thus 5.8) for that)
- Fix: recursive includes didn't really work because of compile-time
instead of runtime check
1
2
3
4
5
6
7
8
9
10
11
12
0.87 Mon Jul 30 22:46:31 CEST 2007
- Change: file-caching now stores as Storable. If you get problems
with file-caching please report and set $HTML::Template::Compiled::Storable to 0
as a workaround.
- Change: escape=HTML now only escapes '"&<>
http://rt.cpan.org/Public/Bug/Display.html?id=27446
- Change: allow every character for TMPL_* NAMEs
http://rt.cpan.org/Ticket/Display.html?id=28094
- Bugfix: ALIAS did only work for simple varnames
http://rt.cpan.org/Ticket/Display.html?id=28430
- Change: in future versions you should use file_cache and
file_cache_dir like in HTML::Template
![]() |
|< 1 ... 14 15 16 17 18 19 20 21 >| | ![]() |
210 Einträge, 21 Seiten |