[Templates-cvs] cvs commit: Template2/lib/Template/Manual Config.pod Credits.pod Directives.pod Filters.pod Internals.pod Intro.pod Plugins.pod Refs.pod Syntax.pod VMethods.pod Variables.pod Views.pod

cvs@template-toolkit.org cvs@template-toolkit.org


cvs         06/05/30 15:53:33

  Modified:    lib/Template/Manual Config.pod Credits.pod Directives.pod
                        Filters.pod Internals.pod Intro.pod Plugins.pod
                        Refs.pod Syntax.pod VMethods.pod Variables.pod
                        Views.pod
  Log:
  Rebuild in preparation for 2.15b
  
  Revision  Changes    Path
  1.54      +1 -1      Template2/lib/Template/Manual/Config.pod
  
  Index: Config.pod
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Manual/Config.pod,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- Config.pod	2006/05/26 13:45:46	1.53
  +++ Config.pod	2006/05/30 15:53:24	1.54
  @@ -2163,7 +2163,7 @@
   
   =head1 VERSION
   
  -Template Toolkit version 2.15, released on 26 May 2006.
  +Template Toolkit version 2.15b, released on 30 May 2006.
   
   =head1 COPYRIGHT
   
  
  
  
  1.54      +1 -1      Template2/lib/Template/Manual/Credits.pod
  
  Index: Credits.pod
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Manual/Credits.pod,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- Credits.pod	2006/05/26 13:45:47	1.53
  +++ Credits.pod	2006/05/30 15:53:24	1.54
  @@ -122,7 +122,7 @@
   
   =head1 VERSION
   
  -Template Toolkit version 2.15, released on 26 May 2006.
  +Template Toolkit version 2.15b, released on 30 May 2006.
   
   =head1 COPYRIGHT
   
  
  
  
  1.53      +1 -1      Template2/lib/Template/Manual/Directives.pod
  
  Index: Directives.pod
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Manual/Directives.pod,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- Directives.pod	2006/05/26 13:45:48	1.52
  +++ Directives.pod	2006/05/30 15:53:24	1.53
  @@ -2190,7 +2190,7 @@
   
   =head1 VERSION
   
  -Template Toolkit version 2.15, released on 26 May 2006.
  +Template Toolkit version 2.15b, released on 30 May 2006.
   
   =head1 COPYRIGHT
   
  
  
  
  1.52      +6 -7      Template2/lib/Template/Manual/Filters.pod
  
  Index: Filters.pod
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Manual/Filters.pod,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- Filters.pod	2006/05/26 13:45:48	1.51
  +++ Filters.pod	2006/05/30 15:53:24	1.52
  @@ -228,13 +228,12 @@
   
       my%20file.html
   
  -Note that URI escaping isn't always enough when generating hyperlinks in
  -an HTML document.  The C<&> character, for example, is valid in a URI and
  -will not be escaped by the URI filter.  In this case you should also filter
  -the text through the 'html' filter.
  +Note that as of TT version 2.16, the uri filter now correctly encodes
  +all reserved characters.  This includes C<&>, C<@>, C</>, C<;>, C<:>,
  +C<=>, C<+>, C<?> and C<$> which were not escaped (incorrectly) by the
  +uri filter in versions 2.15 and earlier.  See RFC 2396 for further
  +details.
   
  -    <a href="[% filename | uri | html %]">click here</a>
  -
   =head2 indent(pad)
   
   Indents the text block by a fixed pad string or width.  The 'pad' argument
  @@ -462,7 +461,7 @@
   
   =head1 VERSION
   
  -Template Toolkit version 2.15, released on 26 May 2006.
  +Template Toolkit version 2.15b, released on 30 May 2006.
   
   =head1 COPYRIGHT
   
  
  
  
  1.53      +1 -1      Template2/lib/Template/Manual/Internals.pod
  
  Index: Internals.pod
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Manual/Internals.pod,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- Internals.pod	2006/05/26 13:45:48	1.52
  +++ Internals.pod	2006/05/30 15:53:24	1.53
  @@ -533,7 +533,7 @@
   
   =head1 VERSION
   
  -Template Toolkit version 2.15, released on 26 May 2006.
  +Template Toolkit version 2.15b, released on 30 May 2006.
   
   =head1 COPYRIGHT
   
  
  
  
  1.52      +1 -1      Template2/lib/Template/Manual/Intro.pod
  
  Index: Intro.pod
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Manual/Intro.pod,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- Intro.pod	2006/05/26 13:45:48	1.51
  +++ Intro.pod	2006/05/30 15:53:24	1.52
  @@ -272,7 +272,7 @@
   
   =head1 VERSION
   
  -Template Toolkit version 2.15, released on 26 May 2006.
  +Template Toolkit version 2.15b, released on 30 May 2006.
   
   =head1 COPYRIGHT
   
  
  
  
  1.52      +1 -1      Template2/lib/Template/Manual/Plugins.pod
  
  Index: Plugins.pod
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Manual/Plugins.pod,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- Plugins.pod	2006/05/26 13:45:48	1.51
  +++ Plugins.pod	2006/05/30 15:53:24	1.52
  @@ -347,7 +347,7 @@
   
   =head1 VERSION
   
  -Template Toolkit version 2.15, released on 26 May 2006.
  +Template Toolkit version 2.15b, released on 30 May 2006.
   
   =head1 COPYRIGHT
   
  
  
  
  1.52      +1 -1      Template2/lib/Template/Manual/Refs.pod
  
  Index: Refs.pod
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Manual/Refs.pod,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- Refs.pod	2006/05/26 13:45:48	1.51
  +++ Refs.pod	2006/05/30 15:53:24	1.52
  @@ -148,7 +148,7 @@
   
   =head1 VERSION
   
  -Template Toolkit version 2.15, released on 26 May 2006.
  +Template Toolkit version 2.15b, released on 30 May 2006.
   
   =head1 COPYRIGHT
   
  
  
  
  1.52      +1 -1      Template2/lib/Template/Manual/Syntax.pod
  
  Index: Syntax.pod
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Manual/Syntax.pod,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- Syntax.pod	2006/05/26 13:45:48	1.51
  +++ Syntax.pod	2006/05/30 15:53:24	1.52
  @@ -283,7 +283,7 @@
   
   =head1 VERSION
   
  -Template Toolkit version 2.15, released on 26 May 2006.
  +Template Toolkit version 2.15b, released on 30 May 2006.
   
   =head1 COPYRIGHT
   
  
  
  
  1.17      +1 -1      Template2/lib/Template/Manual/VMethods.pod
  
  Index: VMethods.pod
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Manual/VMethods.pod,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- VMethods.pod	2006/05/26 13:45:48	1.16
  +++ VMethods.pod	2006/05/30 15:53:24	1.17
  @@ -668,7 +668,7 @@
   
   =head1 VERSION
   
  -Template Toolkit version 2.15, released on 26 May 2006.
  +Template Toolkit version 2.15b, released on 30 May 2006.
   
   =head1 COPYRIGHT
   
  
  
  
  1.53      +1 -1      Template2/lib/Template/Manual/Variables.pod
  
  Index: Variables.pod
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Manual/Variables.pod,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- Variables.pod	2006/05/26 13:45:48	1.52
  +++ Variables.pod	2006/05/30 15:53:24	1.53
  @@ -881,7 +881,7 @@
   
   =head1 VERSION
   
  -Template Toolkit version 2.15, released on 26 May 2006.
  +Template Toolkit version 2.15b, released on 30 May 2006.
   
   =head1 COPYRIGHT
   
  
  
  
  1.52      +1 -1      Template2/lib/Template/Manual/Views.pod
  
  Index: Views.pod
  ===================================================================
  RCS file: /template-toolkit/Template2/lib/Template/Manual/Views.pod,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- Views.pod	2006/05/26 13:45:48	1.51
  +++ Views.pod	2006/05/30 15:53:24	1.52
  @@ -619,7 +619,7 @@
   
   =head1 VERSION
   
  -Template Toolkit version 2.15, released on 26 May 2006.
  +Template Toolkit version 2.15b, released on 30 May 2006.
   
   =head1 COPYRIGHT