[Templates-cvs] cvs commit: Template2/docs/src/Manual Config.html Credits.html Directives.html Filters.html Internals.html Intro.html Plugins.html Refs.html Syntax.html VMethods.html Variables.html Views.html
cvs@template-toolkit.org
cvs@template-toolkit.org
cvs 06/05/30 15:52:15
Modified: docs/src/Manual Config.html Credits.html Directives.html
Filters.html Internals.html Intro.html Plugins.html
Refs.html Syntax.html VMethods.html Variables.html
Views.html
Log:
Rebuild in preparation for 2.15b
Revision Changes Path
1.50 +1 -1 Template2/docs/src/Manual/Config.html
Index: Config.html
===================================================================
RCS file: /template-toolkit/Template2/docs/src/Manual/Config.html,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- Config.html 2006/05/26 13:44:33 1.49
+++ Config.html 2006/05/30 15:52:15 1.50
@@ -2008,7 +2008,7 @@
[% WRAPPER section
title="VERSION"
-%]<p>
-Template Toolkit version 2.15, released on 26 May 2006.
+Template Toolkit version 2.15b, released on 30 May 2006.
</p>
[%- END %]
[% WRAPPER section
1.50 +1 -1 Template2/docs/src/Manual/Credits.html
Index: Credits.html
===================================================================
RCS file: /template-toolkit/Template2/docs/src/Manual/Credits.html,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- Credits.html 2006/05/26 13:44:33 1.49
+++ Credits.html 2006/05/30 15:52:15 1.50
@@ -126,7 +126,7 @@
[% WRAPPER section
title="VERSION"
-%]<p>
-Template Toolkit version 2.15, released on 26 May 2006.
+Template Toolkit version 2.15b, released on 30 May 2006.
</p>
[%- END %]
[% WRAPPER section
1.50 +1 -1 Template2/docs/src/Manual/Directives.html
Index: Directives.html
===================================================================
RCS file: /template-toolkit/Template2/docs/src/Manual/Directives.html,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- Directives.html 2006/05/26 13:44:33 1.49
+++ Directives.html 2006/05/30 15:52:15 1.50
@@ -2045,7 +2045,7 @@
[% WRAPPER section
title="VERSION"
-%]<p>
-Template Toolkit version 2.15, released on 26 May 2006.
+Template Toolkit version 2.15b, released on 30 May 2006.
</p>
[%- END %]
[% WRAPPER section
1.49 +6 -6 Template2/docs/src/Manual/Filters.html
Index: Filters.html
===================================================================
RCS file: /template-toolkit/Template2/docs/src/Manual/Filters.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- Filters.html 2006/05/26 13:44:33 1.48
+++ Filters.html 2006/05/30 15:52:15 1.49
@@ -255,12 +255,12 @@
</p>
<pre> my%20file.html</pre>
<p>
-Note that URI escaping isn't always enough when generating hyperlinks in
-an HTML document. The <code>'&'</code> 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 <code>'&'</code>, <code>'@'</code>, <code>'/'</code>, <code>';'</code>, <code>':'</code>,
+<code>'='</code>, <code>'+'</code>, <code>'?'</code> and <code>'$'</code> which were not escaped (incorrectly) by the
+uri filter in versions 2.15 and earlier. See RFC 2396 for further
+details.
</p>
-<pre> <a href="[% tt_start_tag %] filename | uri | html [% tt_end_tag %]">click here</a></pre>
[%- END %]
[% WRAPPER subsection
title = "indent(pad)"
@@ -510,7 +510,7 @@
[% WRAPPER section
title="VERSION"
-%]<p>
-Template Toolkit version 2.15, released on 26 May 2006.
+Template Toolkit version 2.15b, released on 30 May 2006.
</p>
[%- END %]
[% WRAPPER section
1.49 +1 -1 Template2/docs/src/Manual/Internals.html
Index: Internals.html
===================================================================
RCS file: /template-toolkit/Template2/docs/src/Manual/Internals.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- Internals.html 2006/05/26 13:44:33 1.48
+++ Internals.html 2006/05/30 15:52:15 1.49
@@ -544,7 +544,7 @@
[% WRAPPER section
title="VERSION"
-%]<p>
-Template Toolkit version 2.15, released on 26 May 2006.
+Template Toolkit version 2.15b, released on 30 May 2006.
</p>
[%- END %]
[% WRAPPER section
1.49 +1 -1 Template2/docs/src/Manual/Intro.html
Index: Intro.html
===================================================================
RCS file: /template-toolkit/Template2/docs/src/Manual/Intro.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- Intro.html 2006/05/26 13:44:33 1.48
+++ Intro.html 2006/05/30 15:52:15 1.49
@@ -267,7 +267,7 @@
[% WRAPPER section
title="VERSION"
-%]<p>
-Template Toolkit version 2.15, released on 26 May 2006.
+Template Toolkit version 2.15b, released on 30 May 2006.
</p>
[%- END %]
[% WRAPPER section
1.49 +1 -1 Template2/docs/src/Manual/Plugins.html
Index: Plugins.html
===================================================================
RCS file: /template-toolkit/Template2/docs/src/Manual/Plugins.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- Plugins.html 2006/05/26 13:44:33 1.48
+++ Plugins.html 2006/05/30 15:52:15 1.49
@@ -374,7 +374,7 @@
[% WRAPPER section
title="VERSION"
-%]<p>
-Template Toolkit version 2.15, released on 26 May 2006.
+Template Toolkit version 2.15b, released on 30 May 2006.
</p>
[%- END %]
[% WRAPPER section
1.49 +1 -1 Template2/docs/src/Manual/Refs.html
Index: Refs.html
===================================================================
RCS file: /template-toolkit/Template2/docs/src/Manual/Refs.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- Refs.html 2006/05/26 13:44:33 1.48
+++ Refs.html 2006/05/30 15:52:15 1.49
@@ -143,7 +143,7 @@
[% WRAPPER section
title="VERSION"
-%]<p>
-Template Toolkit version 2.15, released on 26 May 2006.
+Template Toolkit version 2.15b, released on 30 May 2006.
</p>
[%- END %]
[% WRAPPER section
1.49 +1 -1 Template2/docs/src/Manual/Syntax.html
Index: Syntax.html
===================================================================
RCS file: /template-toolkit/Template2/docs/src/Manual/Syntax.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- Syntax.html 2006/05/26 13:44:33 1.48
+++ Syntax.html 2006/05/30 15:52:15 1.49
@@ -285,7 +285,7 @@
[% WRAPPER section
title="VERSION"
-%]<p>
-Template Toolkit version 2.15, released on 26 May 2006.
+Template Toolkit version 2.15b, released on 30 May 2006.
</p>
[%- END %]
[% WRAPPER section
1.16 +1 -1 Template2/docs/src/Manual/VMethods.html
Index: VMethods.html
===================================================================
RCS file: /template-toolkit/Template2/docs/src/Manual/VMethods.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- VMethods.html 2006/05/26 13:44:33 1.15
+++ VMethods.html 2006/05/30 15:52:15 1.16
@@ -670,7 +670,7 @@
[% WRAPPER section
title="VERSION"
-%]<p>
-Template Toolkit version 2.15, released on 26 May 2006.
+Template Toolkit version 2.15b, released on 30 May 2006.
</p>
[%- END %]
[% WRAPPER section
1.49 +1 -1 Template2/docs/src/Manual/Variables.html
Index: Variables.html
===================================================================
RCS file: /template-toolkit/Template2/docs/src/Manual/Variables.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- Variables.html 2006/05/26 13:44:33 1.48
+++ Variables.html 2006/05/30 15:52:15 1.49
@@ -887,7 +887,7 @@
[% WRAPPER section
title="VERSION"
-%]<p>
-Template Toolkit version 2.15, released on 26 May 2006.
+Template Toolkit version 2.15b, released on 30 May 2006.
</p>
[%- END %]
[% WRAPPER section
1.49 +1 -1 Template2/docs/src/Manual/Views.html
Index: Views.html
===================================================================
RCS file: /template-toolkit/Template2/docs/src/Manual/Views.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- Views.html 2006/05/26 13:44:33 1.48
+++ Views.html 2006/05/30 15:52:15 1.49
@@ -617,7 +617,7 @@
[% WRAPPER section
title="VERSION"
-%]<p>
-Template Toolkit version 2.15, released on 26 May 2006.
+Template Toolkit version 2.15b, released on 30 May 2006.
</p>
[%- END %]
[% WRAPPER section