Skip to content

Commit

Permalink
- Remove references to do-nothing pyramid.debug_templates setting…
Browse files Browse the repository at this point in the history
… in all

  Pyramid-provided ``.ini`` files.  This setting previously told Chameleon to
  render better exceptions; now Chameleon always renders nice exceptions
  regardless of the value of this setting.

Fixes #491.
  • Loading branch information
mcdonc committed Mar 17, 2012
1 parent fcd8eb4 commit 343fb59
Show file tree
Hide file tree
Showing 29 changed files with 5 additions and 28 deletions.
5 changes: 5 additions & 0 deletions CHANGES.txt
Expand Up @@ -7,6 +7,11 @@ Bug Fixes
- ``config.add_view(<aninstancemethod>)`` raised AttributeError involving
``__text__``. See https://github.com/Pylons/pyramid/issues/461

- Remove references to do-nothing ``pyramid.debug_templates`` setting in all
Pyramid-provided ``.ini`` files. This setting previously told Chameleon to
render better exceptions; now Chameleon always renders nice exceptions
regardless of the value of this setting.

Scaffolds
---------

Expand Down
1 change: 0 additions & 1 deletion docs/narr/MyProject/development.ini
Expand Up @@ -5,7 +5,6 @@ pyramid.reload_templates = true
pyramid.debug_authorization = false
pyramid.debug_notfound = false
pyramid.debug_routematch = false
pyramid.debug_templates = true
pyramid.default_locale_name = en
pyramid.includes =
pyramid_debugtoolbar
Expand Down
1 change: 0 additions & 1 deletion docs/narr/MyProject/production.ini
Expand Up @@ -5,7 +5,6 @@ pyramid.reload_templates = false
pyramid.debug_authorization = false
pyramid.debug_notfound = false
pyramid.debug_routematch = false
pyramid.debug_templates = false
pyramid.default_locale_name = en

[server:main]
Expand Down
1 change: 0 additions & 1 deletion docs/tutorials/wiki/src/authorization/development.ini
Expand Up @@ -4,7 +4,6 @@ pyramid.reload_templates = true
pyramid.debug_authorization = false
pyramid.debug_notfound = false
pyramid.debug_routematch = false
pyramid.debug_templates = true
pyramid.default_locale_name = en
pyramid.includes =
pyramid_debugtoolbar
Expand Down
1 change: 0 additions & 1 deletion docs/tutorials/wiki/src/authorization/production.ini
Expand Up @@ -4,7 +4,6 @@ pyramid.reload_templates = false
pyramid.debug_authorization = false
pyramid.debug_notfound = false
pyramid.debug_routematch = false
pyramid.debug_templates = false
pyramid.default_locale_name = en
pyramid.includes =
pyramid_tm
Expand Down
1 change: 0 additions & 1 deletion docs/tutorials/wiki/src/basiclayout/development.ini
Expand Up @@ -4,7 +4,6 @@ pyramid.reload_templates = true
pyramid.debug_authorization = false
pyramid.debug_notfound = false
pyramid.debug_routematch = false
pyramid.debug_templates = true
pyramid.default_locale_name = en
pyramid.includes =
pyramid_debugtoolbar
Expand Down
1 change: 0 additions & 1 deletion docs/tutorials/wiki/src/basiclayout/production.ini
Expand Up @@ -4,7 +4,6 @@ pyramid.reload_templates = false
pyramid.debug_authorization = false
pyramid.debug_notfound = false
pyramid.debug_routematch = false
pyramid.debug_templates = false
pyramid.default_locale_name = en
pyramid.includes =
pyramid_tm
Expand Down
1 change: 0 additions & 1 deletion docs/tutorials/wiki/src/models/development.ini
Expand Up @@ -4,7 +4,6 @@ pyramid.reload_templates = true
pyramid.debug_authorization = false
pyramid.debug_notfound = false
pyramid.debug_routematch = false
pyramid.debug_templates = true
pyramid.default_locale_name = en
pyramid.includes =
pyramid_debugtoolbar
Expand Down
1 change: 0 additions & 1 deletion docs/tutorials/wiki/src/models/production.ini
Expand Up @@ -4,7 +4,6 @@ pyramid.reload_templates = false
pyramid.debug_authorization = false
pyramid.debug_notfound = false
pyramid.debug_routematch = false
pyramid.debug_templates = false
pyramid.default_locale_name = en
pyramid.includes =
pyramid_tm
Expand Down
1 change: 0 additions & 1 deletion docs/tutorials/wiki/src/tests/development.ini
Expand Up @@ -4,7 +4,6 @@ pyramid.reload_templates = true
pyramid.debug_authorization = false
pyramid.debug_notfound = false
pyramid.debug_routematch = false
pyramid.debug_templates = true
pyramid.default_locale_name = en
pyramid.includes =
pyramid_debugtoolbar
Expand Down
1 change: 0 additions & 1 deletion docs/tutorials/wiki/src/tests/production.ini
Expand Up @@ -4,7 +4,6 @@ pyramid.reload_templates = false
pyramid.debug_authorization = false
pyramid.debug_notfound = false
pyramid.debug_routematch = false
pyramid.debug_templates = false
pyramid.default_locale_name = en
pyramid.includes =
pyramid_tm
Expand Down
1 change: 0 additions & 1 deletion docs/tutorials/wiki/src/views/development.ini
Expand Up @@ -4,7 +4,6 @@ pyramid.reload_templates = true
pyramid.debug_authorization = false
pyramid.debug_notfound = false
pyramid.debug_routematch = false
pyramid.debug_templates = true
pyramid.default_locale_name = en
pyramid.includes =
pyramid_debugtoolbar
Expand Down
1 change: 0 additions & 1 deletion docs/tutorials/wiki/src/views/production.ini
Expand Up @@ -4,7 +4,6 @@ pyramid.reload_templates = false
pyramid.debug_authorization = false
pyramid.debug_notfound = false
pyramid.debug_routematch = false
pyramid.debug_templates = false
pyramid.default_locale_name = en
pyramid.includes =
pyramid_tm
Expand Down
1 change: 0 additions & 1 deletion docs/tutorials/wiki2/src/authorization/development.ini
Expand Up @@ -5,7 +5,6 @@ pyramid.reload_templates = true
pyramid.debug_authorization = false
pyramid.debug_notfound = false
pyramid.debug_routematch = false
pyramid.debug_templates = true
pyramid.default_locale_name = en
pyramid.includes =
pyramid_debugtoolbar
Expand Down
1 change: 0 additions & 1 deletion docs/tutorials/wiki2/src/authorization/production.ini
Expand Up @@ -5,7 +5,6 @@ pyramid.reload_templates = false
pyramid.debug_authorization = false
pyramid.debug_notfound = false
pyramid.debug_routematch = false
pyramid.debug_templates = false
pyramid.default_locale_name = en
pyramid.includes =
pyramid_tm
Expand Down
1 change: 0 additions & 1 deletion docs/tutorials/wiki2/src/basiclayout/development.ini
Expand Up @@ -5,7 +5,6 @@ pyramid.reload_templates = true
pyramid.debug_authorization = false
pyramid.debug_notfound = false
pyramid.debug_routematch = false
pyramid.debug_templates = true
pyramid.default_locale_name = en
pyramid.includes =
pyramid_debugtoolbar
Expand Down
1 change: 0 additions & 1 deletion docs/tutorials/wiki2/src/basiclayout/production.ini
Expand Up @@ -5,7 +5,6 @@ pyramid.reload_templates = false
pyramid.debug_authorization = false
pyramid.debug_notfound = false
pyramid.debug_routematch = false
pyramid.debug_templates = false
pyramid.default_locale_name = en
pyramid.includes =
pyramid_tm
Expand Down
1 change: 0 additions & 1 deletion docs/tutorials/wiki2/src/models/development.ini
Expand Up @@ -5,7 +5,6 @@ pyramid.reload_templates = true
pyramid.debug_authorization = false
pyramid.debug_notfound = false
pyramid.debug_routematch = false
pyramid.debug_templates = true
pyramid.default_locale_name = en
pyramid.includes =
pyramid_debugtoolbar
Expand Down
1 change: 0 additions & 1 deletion docs/tutorials/wiki2/src/models/production.ini
Expand Up @@ -5,7 +5,6 @@ pyramid.reload_templates = false
pyramid.debug_authorization = false
pyramid.debug_notfound = false
pyramid.debug_routematch = false
pyramid.debug_templates = false
pyramid.default_locale_name = en
pyramid.includes =
pyramid_tm
Expand Down
1 change: 0 additions & 1 deletion docs/tutorials/wiki2/src/tests/development.ini
Expand Up @@ -5,7 +5,6 @@ pyramid.reload_templates = true
pyramid.debug_authorization = false
pyramid.debug_notfound = false
pyramid.debug_routematch = false
pyramid.debug_templates = true
pyramid.default_locale_name = en
pyramid.includes =
pyramid_debugtoolbar
Expand Down
1 change: 0 additions & 1 deletion docs/tutorials/wiki2/src/tests/production.ini
Expand Up @@ -5,7 +5,6 @@ pyramid.reload_templates = false
pyramid.debug_authorization = false
pyramid.debug_notfound = false
pyramid.debug_routematch = false
pyramid.debug_templates = false
pyramid.default_locale_name = en
pyramid.includes =
pyramid_tm
Expand Down
1 change: 0 additions & 1 deletion docs/tutorials/wiki2/src/views/development.ini
Expand Up @@ -5,7 +5,6 @@ pyramid.reload_templates = true
pyramid.debug_authorization = false
pyramid.debug_notfound = false
pyramid.debug_routematch = false
pyramid.debug_templates = true
pyramid.default_locale_name = en
pyramid.includes =
pyramid_debugtoolbar
Expand Down
1 change: 0 additions & 1 deletion docs/tutorials/wiki2/src/views/production.ini
Expand Up @@ -5,7 +5,6 @@ pyramid.reload_templates = false
pyramid.debug_authorization = false
pyramid.debug_notfound = false
pyramid.debug_routematch = false
pyramid.debug_templates = false
pyramid.default_locale_name = en
pyramid.includes =
pyramid_tm
Expand Down
1 change: 0 additions & 1 deletion pyramid/scaffolds/alchemy/development.ini_tmpl
Expand Up @@ -5,7 +5,6 @@ pyramid.reload_templates = true
pyramid.debug_authorization = false
pyramid.debug_notfound = false
pyramid.debug_routematch = false
pyramid.debug_templates = true
pyramid.default_locale_name = en
pyramid.includes =
pyramid_debugtoolbar
Expand Down
1 change: 0 additions & 1 deletion pyramid/scaffolds/alchemy/production.ini_tmpl
Expand Up @@ -5,7 +5,6 @@ pyramid.reload_templates = false
pyramid.debug_authorization = false
pyramid.debug_notfound = false
pyramid.debug_routematch = false
pyramid.debug_templates = false
pyramid.default_locale_name = en
pyramid.includes =
pyramid_tm
Expand Down
1 change: 0 additions & 1 deletion pyramid/scaffolds/starter/development.ini_tmpl
Expand Up @@ -5,7 +5,6 @@ pyramid.reload_templates = true
pyramid.debug_authorization = false
pyramid.debug_notfound = false
pyramid.debug_routematch = false
pyramid.debug_templates = true
pyramid.default_locale_name = en
pyramid.includes =
pyramid_debugtoolbar
Expand Down
1 change: 0 additions & 1 deletion pyramid/scaffolds/starter/production.ini_tmpl
Expand Up @@ -5,7 +5,6 @@ pyramid.reload_templates = false
pyramid.debug_authorization = false
pyramid.debug_notfound = false
pyramid.debug_routematch = false
pyramid.debug_templates = false
pyramid.default_locale_name = en

[server:main]
Expand Down
1 change: 0 additions & 1 deletion pyramid/scaffolds/zodb/development.ini_tmpl
Expand Up @@ -5,7 +5,6 @@ pyramid.reload_templates = true
pyramid.debug_authorization = false
pyramid.debug_notfound = false
pyramid.debug_routematch = false
pyramid.debug_templates = true
pyramid.default_locale_name = en
pyramid.includes =
pyramid_debugtoolbar
Expand Down
1 change: 0 additions & 1 deletion pyramid/scaffolds/zodb/production.ini_tmpl
Expand Up @@ -5,7 +5,6 @@ pyramid.reload_templates = false
pyramid.debug_authorization = false
pyramid.debug_notfound = false
pyramid.debug_routematch = false
pyramid.debug_templates = false
pyramid.default_locale_name = en
pyramid.includes =
pyramid_tm
Expand Down

0 comments on commit 343fb59

Please sign in to comment.