~ubuntu-branches/ubuntu/quantal/libtemplate-perl/quantal

« back to all changes in this revision

Viewing changes to Changes

  • Committer: Package Import Robot
  • Author(s): Benjamin Mako Hill
  • Date: 2012-04-08 19:06:29 UTC
  • mfrom: (0.7.1) (0.5.2) (5.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20120408190629-wbcbs2ea39mex6lt
Tags: 2.24-1
* New upstream release (Closes: #664561)
* Bump Standards-Version to 3.9.3
* Changed to the short description to mention the term "Template
  Toolkit". (LP: #688836)

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
#
11
11
#========================================================================
12
12
 
 
13
#-----------------------------------------------------------------------
 
14
# Version 2.24 - 8th February 2012
 
15
#------------------------------------------------------------------------
 
16
 
 
17
* Added text virtual methods: upper, lower, ucfirst, lcfirst, squote,
 
18
  dquote, trim, collapse, html and xml.
 
19
 
 
20
* Fixed bug RT#67918 - Bug in Makefile.PL command line parsing when 2 =
 
21
  signs were in an arguement.
 
22
 
 
23
* Fixed bug RT#74335 - Added documentation for some methods that were 
 
24
  lacking it to keep Pod::Coverage happy.
 
25
 
 
26
 
 
27
#-----------------------------------------------------------------------
 
28
# Version 2.23 - 21st January 2012
 
29
#------------------------------------------------------------------------
 
30
 
 
31
* Fixed bug RT#47929 which caused the XS Stash to die mysteriously when
 
32
  calling code that used string evaluation (e.g. DateTime).
 
33
 
 
34
* Fixed bug RT#68722 so that list.defined('alpha') always returns false.
 
35
 
 
36
* Added the TRACE_VARS option to keep track of what variables are used
 
37
  in a template.  It's not documented yet.  See t/trace_vars.t for an
 
38
  example of use.
 
39
 
 
40
* Applied patch from RT#48989 to avoid Template::Plugin::Procedural
 
41
  from adding target class' methods AUTOLOAD and new methods multiple
 
42
  times (Jens Rehsack)
 
43
 
 
44
* Applied patch from RT#53451 to accept negative epoch times in 
 
45
  Template::Plugin::Date.
 
46
 
 
47
* Applied patch from Marc Remy to add $Template::Directive::WHILE_MAX 
 
48
  option to tpage.
 
49
 
13
50
 
14
51
#-----------------------------------------------------------------------
15
52
# Version 2.22 - 21st July 2009
77
114
 
78
115
* Replaced a whole bunch of UNIVERSAL::isa() calls with blessed/isa
79
116
 
80
 
* Applied a patch from Norbert Buchm�ller to prevent the #line markers
 
117
* Applied a patch from Norbert Buchmüller to prevent the #line markers
81
118
  from being whitespaced away from the first column.
82
119
  https://rt.cpan.org/Ticket/Display.html?id=46269
83
120
 
290
327
  but via a configuration option.
291
328
  https://rt.cpan.org/Ticket/Display.html?id=30760
292
329
 
293
 
* Applied a patch from �ric Cholet to add the --encoding option to ttree.
 
330
* Applied a patch from Éric Cholet to add the --encoding option to ttree.
294
331
  http://lists.tt2.org/pipermail/templates/2008-August/010369.html
295
332
 
296
333
 
298
335
# Version 2.19 - 27th April 2007
299
336
#------------------------------------------------------------------------
300
337
 
301
 
* Applied a patch to t/fileline.t from Steffen M�ller which fixes the
 
338
* Applied a patch to t/fileline.t from Steffen Müller which fixes the
302
339
  problems running on Win32 with backslashes in paths.
303
340
 
304
341
  https://rt.cpan.org/Ticket/Display.html?id=20488
1292
1329
* Applied a patch from Simon Wilcox to strip MS-DOS \r characters from 
1293
1330
  end of lines read by the Datafile plugin.
1294
1331
 
1295
 
* Applied a patch from Ville Skytt� which fixes numerous minor bugs 
 
1332
* Applied a patch from Ville Skyttä which fixes numerous minor bugs 
1296
1333
  in various splash templates.
1297
1334
 
1298
1335
* Added the 'defined' and 'exists' virtual hash methods for testing if
1350
1387
 
1351
1388
* Fixed truncate method of String plugin to not append suffix if the 
1352
1389
  string is already shorter than the required length.  Thanks to 
1353
 
  Yann Kerherv� for the patch.
 
1390
  Yann Kerhervé for the patch.
1354
1391
 
1355
1392
 
1356
1393
#------------------------------------------------------------------------