[Templates-cvs] cvs commit: Template2/docs/src/Modules/Template Base.html Config.html Constants.html Context.html Document.html Exception.html Filters.html Iterator.html Parser.html Plugin.html Plugins.html Provider.html Service.html Stash.html Test.html
cvs@template-toolkit.org
cvs@template-toolkit.org
cvs 06/05/30 15:52:19
Modified: docs/src/Modules/Template Base.html Config.html
Constants.html Context.html Document.html
Exception.html Filters.html Iterator.html
Parser.html Plugin.html Plugins.html Provider.html
Service.html Stash.html Test.html
Log:
Rebuild in preparation for 2.15b
Revision Changes Path
1.63 +2 -2 Template2/docs/src/Modules/Template/Base.html
Index: Base.html
===================================================================
RCS file: /template-toolkit/Template2/docs/src/Modules/Template/Base.html,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- Base.html 2006/05/26 13:44:43 1.62
+++ Base.html 2006/05/30 15:52:18 1.63
@@ -150,8 +150,8 @@
[% WRAPPER section
title="VERSION"
-%]<p>
-2.71, distributed as part of the
-Template Toolkit version 2.15, released on 26 May 2006.
+2.75, distributed as part of the
+Template Toolkit version 2.15b, released on 30 May 2006.
</p>
[%- END %]
[% WRAPPER section
1.63 +2 -2 Template2/docs/src/Modules/Template/Config.html
Index: Config.html
===================================================================
RCS file: /template-toolkit/Template2/docs/src/Modules/Template/Config.html,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- Config.html 2006/05/26 13:44:44 1.62
+++ Config.html 2006/05/30 15:52:18 1.63
@@ -170,8 +170,8 @@
[% WRAPPER section
title="VERSION"
-%]<p>
-2.70, distributed as part of the
-Template Toolkit version 2.15, released on 26 May 2006.
+2.72, distributed as part of the
+Template Toolkit version 2.15b, released on 30 May 2006.
</p>
[%- END %]
[% WRAPPER section
1.63 +2 -2 Template2/docs/src/Modules/Template/Constants.html
Index: Constants.html
===================================================================
RCS file: /template-toolkit/Template2/docs/src/Modules/Template/Constants.html,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- Constants.html 2006/05/26 13:44:44 1.62
+++ Constants.html 2006/05/30 15:52:18 1.63
@@ -123,8 +123,8 @@
[% WRAPPER section
title="VERSION"
-%]<p>
-2.71, distributed as part of the
-Template Toolkit version 2.15, released on 26 May 2006.
+2.72, distributed as part of the
+Template Toolkit version 2.15b, released on 30 May 2006.
</p>
[%- END %]
[% WRAPPER section
1.63 +2 -2 Template2/docs/src/Modules/Template/Context.html
Index: Context.html
===================================================================
RCS file: /template-toolkit/Template2/docs/src/Modules/Template/Context.html,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- Context.html 2006/05/26 13:44:44 1.62
+++ Context.html 2006/05/30 15:52:18 1.63
@@ -675,8 +675,8 @@
[% WRAPPER section
title="VERSION"
-%]<p>
-2.96, distributed as part of the
-Template Toolkit version 2.15, released on 26 May 2006.
+2.97, distributed as part of the
+Template Toolkit version 2.15b, released on 30 May 2006.
</p>
[%- END %]
[% WRAPPER section
1.63 +2 -2 Template2/docs/src/Modules/Template/Document.html
Index: Document.html
===================================================================
RCS file: /template-toolkit/Template2/docs/src/Modules/Template/Document.html,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- Document.html 2006/05/26 13:44:44 1.62
+++ Document.html 2006/05/30 15:52:18 1.63
@@ -212,8 +212,8 @@
[% WRAPPER section
title="VERSION"
-%]<p>
-2.76, distributed as part of the
-Template Toolkit version 2.15, released on 26 May 2006.
+2.77, distributed as part of the
+Template Toolkit version 2.15b, released on 30 May 2006.
</p>
[%- END %]
[% WRAPPER section
1.63 +2 -2 Template2/docs/src/Modules/Template/Exception.html
Index: Exception.html
===================================================================
RCS file: /template-toolkit/Template2/docs/src/Modules/Template/Exception.html,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- Exception.html 2006/05/26 13:44:44 1.62
+++ Exception.html 2006/05/30 15:52:18 1.63
@@ -91,8 +91,8 @@
[% WRAPPER section
title="VERSION"
-%]<p>
-2.66, distributed as part of the
-Template Toolkit version 2.15, released on 26 May 2006.
+2.67, distributed as part of the
+Template Toolkit version 2.15b, released on 30 May 2006.
</p>
[%- END %]
[% WRAPPER section
1.63 +7 -7 Template2/docs/src/Modules/Template/Filters.html
Index: Filters.html
===================================================================
RCS file: /template-toolkit/Template2/docs/src/Modules/Template/Filters.html,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- Filters.html 2006/05/26 13:44:44 1.62
+++ Filters.html 2006/05/30 15:52:18 1.63
@@ -456,12 +456,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)"
@@ -711,8 +711,8 @@
[% WRAPPER section
title="VERSION"
-%]<p>
-2.81, distributed as part of the
-Template Toolkit version 2.15, released on 26 May 2006.
+2.85, distributed as part of the
+Template Toolkit version 2.15b, released on 30 May 2006.
</p>
[%- END %]
[% WRAPPER section
1.63 +2 -2 Template2/docs/src/Modules/Template/Iterator.html
Index: Iterator.html
===================================================================
RCS file: /template-toolkit/Template2/docs/src/Modules/Template/Iterator.html,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- Iterator.html 2006/05/26 13:44:44 1.62
+++ Iterator.html 2006/05/30 15:52:18 1.63
@@ -241,8 +241,8 @@
[% WRAPPER section
title="VERSION"
-%]<p>
-2.66, distributed as part of the
-Template Toolkit version 2.15, released on 26 May 2006.
+2.68, distributed as part of the
+Template Toolkit version 2.15b, released on 30 May 2006.
</p>
[%- END %]
[% WRAPPER section
1.63 +2 -2 Template2/docs/src/Modules/Template/Parser.html
Index: Parser.html
===================================================================
RCS file: /template-toolkit/Template2/docs/src/Modules/Template/Parser.html,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- Parser.html 2006/05/26 13:44:44 1.62
+++ Parser.html 2006/05/30 15:52:18 1.63
@@ -542,8 +542,8 @@
[% WRAPPER section
title="VERSION"
-%]<p>
-2.86, distributed as part of the
-Template Toolkit version 2.15, released on 26 May 2006.
+2.87, distributed as part of the
+Template Toolkit version 2.15b, released on 30 May 2006.
</p>
<pre> </pre>
[%- END %]
1.63 +2 -2 Template2/docs/src/Modules/Template/Plugin.html
Index: Plugin.html
===================================================================
RCS file: /template-toolkit/Template2/docs/src/Modules/Template/Plugin.html,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- Plugin.html 2006/05/26 13:44:44 1.62
+++ Plugin.html 2006/05/30 15:52:18 1.63
@@ -242,8 +242,8 @@
[% WRAPPER section
title="VERSION"
-%]<p>
-2.67, distributed as part of the
-Template Toolkit version 2.15, released on 26 May 2006.
+2.68, distributed as part of the
+Template Toolkit version 2.15b, released on 30 May 2006.
</p>
[%- END %]
[% WRAPPER section
1.63 +2 -2 Template2/docs/src/Modules/Template/Plugins.html
Index: Plugins.html
===================================================================
RCS file: /template-toolkit/Template2/docs/src/Modules/Template/Plugins.html,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- Plugins.html 2006/05/26 13:44:44 1.62
+++ Plugins.html 2006/05/30 15:52:18 1.63
@@ -627,8 +627,8 @@
[% WRAPPER section
title="VERSION"
-%]<p>
-2.74, distributed as part of the
-Template Toolkit version 2.15, released on 26 May 2006.
+2.75, distributed as part of the
+Template Toolkit version 2.15b, released on 30 May 2006.
</p>
[%- END %]
[% WRAPPER section
1.63 +2 -2 Template2/docs/src/Modules/Template/Provider.html
Index: Provider.html
===================================================================
RCS file: /template-toolkit/Template2/docs/src/Modules/Template/Provider.html,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- Provider.html 2006/05/26 13:44:44 1.62
+++ Provider.html 2006/05/30 15:52:18 1.63
@@ -452,8 +452,8 @@
[% WRAPPER section
title="VERSION"
-%]<p>
-2.88, distributed as part of the
-Template Toolkit version 2.15, released on 26 May 2006.
+2.89, distributed as part of the
+Template Toolkit version 2.15b, released on 30 May 2006.
</p>
[%- END %]
[% WRAPPER section
1.63 +2 -2 Template2/docs/src/Modules/Template/Service.html
Index: Service.html
===================================================================
RCS file: /template-toolkit/Template2/docs/src/Modules/Template/Service.html,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- Service.html 2006/05/26 13:44:44 1.62
+++ Service.html 2006/05/30 15:52:18 1.63
@@ -454,8 +454,8 @@
[% WRAPPER section
title="VERSION"
-%]<p>
-2.88, distributed as part of the
-Template Toolkit version 2.15, released on 26 May 2006.
+2.89, distributed as part of the
+Template Toolkit version 2.15b, released on 30 May 2006.
</p>
[%- END %]
[% WRAPPER section
1.63 +2 -2 Template2/docs/src/Modules/Template/Stash.html
Index: Stash.html
===================================================================
RCS file: /template-toolkit/Template2/docs/src/Modules/Template/Stash.html,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- Stash.html 2006/05/26 13:44:44 1.62
+++ Stash.html 2006/05/30 15:52:18 1.63
@@ -182,8 +182,8 @@
[% WRAPPER section
title="VERSION"
-%]<p>
-2.102, distributed as part of the
-Template Toolkit version 2.15, released on 26 May 2006.
+2.9, distributed as part of the
+Template Toolkit version 2.15b, released on 30 May 2006.
</p>
[%- END %]
[% WRAPPER section
1.63 +2 -2 Template2/docs/src/Modules/Template/Test.html
Index: Test.html
===================================================================
RCS file: /template-toolkit/Template2/docs/src/Modules/Template/Test.html,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- Test.html 2006/05/26 13:44:44 1.62
+++ Test.html 2006/05/30 15:52:18 1.63
@@ -296,8 +296,8 @@
[% WRAPPER section
title="VERSION"
-%]<p>
-2.72, distributed as part of the
-Template Toolkit version 2.15, released on 26 May 2006.
+2.73, distributed as part of the
+Template Toolkit version 2.15b, released on 30 May 2006.
</p>
[%- END %]
[% WRAPPER section