summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-04-25 17:04:02 +0000
committerChris McDonough <chrism@agendaless.com>2010-04-25 17:04:02 +0000
commit7c525f127cee96a749e15b6ba2dfbc5379825178 (patch)
tree9b54b73c791484ddd13bb9613c0f8209f050323c /CHANGES.txt
parenteac892170c9d1e889f2462dc59fe1a9b2b33c239 (diff)
downloadpyramid-7c525f127cee96a749e15b6ba2dfbc5379825178.tar.gz
pyramid-7c525f127cee96a749e15b6ba2dfbc5379825178.tar.bz2
pyramid-7c525f127cee96a749e15b6ba2dfbc5379825178.zip
- It is now possible to turn on Chameleon template "debugging mode"
for all Chameleon BFG templates by setting a BFG-related Paster ``.ini`` file setting named ``debug_templates``. The exceptions raised by Chameleon templates when a rendering fails are sometimes less than helpful. ``debug_templates`` allows you to configure your application development environment so that exceptions generated by Chameleon during template compilation and execution will contain more helpful debugging information. This mode is on by default in all new projects.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt21
1 files changed, 17 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 5d17d0134..e2199614f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -62,10 +62,20 @@ Features
narrative documentation chapter entitled ``Internationalization and
Localization``.
-- A new setting named ``default_locale_name`` was added. If this
- string is present as a Paster ``.ini`` file option, it will be
- considered the default locale name. The default locale name is used
- during locale-related operations such as language translation.
+- A new deployment setting named ``default_locale_name`` was added.
+ If this string is present as a Paster ``.ini`` file option, it will
+ be considered the default locale name. The default locale name is
+ used during locale-related operations such as language translation.
+
+- It is now possible to turn on Chameleon template "debugging mode"
+ for all Chameleon BFG templates by setting a BFG-related Paster
+ ``.ini`` file setting named ``debug_templates``. The exceptions
+ raised by Chameleon templates when a rendering fails are sometimes
+ less than helpful. ``debug_templates`` allows you to configure your
+ application development environment so that exceptions generated by
+ Chameleon during template compilation and execution will contain
+ more helpful debugging information. This mode is on by default in
+ all new projects.
ZCML
----
@@ -141,6 +151,9 @@ Paster Templates
- A ``default_locale_name = en`` setting was added to each existing paster
template.
+- A ``debug_templates = true`` setting was added to each existing
+ paster template.
+
Licensing
---------