Skip to content

Commit 78fc656

Browse files
committed
Cancel version bump to 1.5.0 - the impact is minimal, so just update
the docs and mention renames in templating layer in CHANGES.txt
1 parent 41230e8 commit 78fc656

File tree

2 files changed

+11
-14
lines changed

2 files changed

+11
-14
lines changed

CHANGES.txt

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,12 @@ Entries are given with the most recent entry first.
33
Each entry has the developer who committed the change in brackets.
44
Entries without name were done by Richard Jones.
55

6-
2013-??-??: 1.5.0
6+
2013-??-??: 1.4.22
77

88
Features:
99

10-
- API changes. Renamed templating members to correctly reflect
11-
the purpose of classes and avoid confusion (anatoly techtonik)
12-
templating.TemplatesBase -> templating.LoaderBase
13-
engine_chameleon.Templates -> engine_chameleon.Loader
14-
engine_zopetal.Templates -> engine_zopetal.Loader
10+
- Renamed old Templates classes to Loader classes to clarify sources
11+
for alternative templating engines, updated docs (anatoly techtonik)
1512

1613
Fixed:
1714

doc/customizing.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1655,9 +1655,9 @@ Templating engines
16551655
Since version 1.4.20 Roundup supports two templating engines: the original
16561656
`Template Attribute Language`_ (TAL) engine from Zope and the standalone
16571657
Chameleon templating engine. Chameleon is intended as a replacement for the
1658-
original TAL engine, and supports a syntax that is very similiar to the it,
1658+
original TAL engine, and supports the same syntax,
16591659
but they are not 100% compatible. The major (and most likely the only)
1660-
incompatibility to worry about is the default expression type being
1660+
incompatibility is the default expression type being
16611661
``python:`` instead of ``path:``. See also "Incompatibilities and
16621662
differences" section of `Chameleon documentation`__.
16631663

@@ -2449,13 +2449,13 @@ The access results in a `hyperdb class wrapper`_.
24492449
The templates variable
24502450
~~~~~~~~~~~~~~~~~~~~~~
24512451

2452-
This is implemented by the ``roundup.cgi.templating.Templates``
2453-
class.
2452+
This was implemented by the ``roundup.cgi.templating.Templates``
2453+
class before 1.4.20. In later versions it is the instance of appropriate
2454+
template engine loader class.
24542455

2455-
This variable doesn't have any useful methods defined. It supports being
2456-
used in expressions to access the templates, and consequently the
2457-
template macros. You may access the templates using the following path
2458-
expression::
2456+
This variable is used to access other templates in expressions and
2457+
template macros. It doesn't have any useful methods defined. The
2458+
templates can be accessed using the following path expression::
24592459

24602460
templates/name
24612461

0 commit comments

Comments
 (0)