There's a new developer release v2.15b available from here:
http://tt2.org/download/Template-Toolkit-2.15b.tar.gz
This fixes a number of minor bugs that surfaced in 2.15 and
2.15a.
Cheers
A
#-----------------------------------------------------------
------------
# Version 2.15b - 30th May 2006 ##
DEVELOPER RELEASE ##
#-----------------------------------------------------------
------------
* Changed the uri filter to escape all reserved characters
as per
URI::Escape and RFC2396. This now includes &, , /, ;,
:, =, +, ?
and $ which were previously not escaped. Thanks to
islue cpan.org
for reporting the problem.
http:
//rt.cpan.org/Ticket/Display.html?id=19593
* Also changed the uri filter to encode all wide characters
as the
equivalent UTF escapes. Thanks to Jonathan Rockway for
reporting
the problem.
http:
//rt.cpan.org/Ticket/Display.html?id=19354
* Fixed the redirect filter to not support relative paths.
Thanks to
Paul Seamons for spotting the problem and providing a
solution.
* Moved all the virtual methods out of Template::Stash and
into
a new Template::VMethods module.
* Fixed the version number of Template::Stash which had
rolled over
to 2.102 making it appear to predate the 2.86 stash in TT
v2.14.
Thanks to Randal Schwartz for reporting the problem.
Changed all
version numbers in other modules to be a hard-coded
numbers instead
of grokking it automagically from the CVS revision.
* Changed the _recover() method of Template::Service to
check if the
error thrown is a Template::Exception object rather than
just a
reference. Thanks to David Wheeler for reporting the
problem.
http:
//rt.cpan.org/Ticket/Display.html?id=17630
* Fixed the some tests in stash.t and stash-xs.t which were
failing
under Perl 5.6.2 due to a slightly different error
message being
generated. Thanks to Anton Berezin for reporting the
problem.
* Fixed a bug in the Template::Provider _load() method to
check that
$data is a hash ref before trying to mess with its
innards. Thanks
_______________________________________________
templates mailing list
templates template-toolkit.org
http://lists.template-toolkit.org/mailman/listinfo/t
emplates
|