index
:
pyramid
main
Pyramid web framework (fork of https://github.com/Pylons/pyramid).
Daniel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
repoze
/
bfg
/
chameleon_text.py
Age
Commit message (
Expand
)
Author
2010-10-25
first pass at converting bfg to pyramid namespace
Chris McDonough
2010-09-28
prevent pyflakes complaints
Chris McDonough
2010-08-13
svn merge -r9909:HEAD $REPOZE_SVN/repoze.bfg/branches/rendererhelper
Chris McDonough
2010-07-26
merge generic_rendering branch
Chris McDonough
2010-04-26
Be kind to KARL: don't assume "debug_templates" will be in the settings dict.
Chris McDonough
2010-04-25
- It is now possible to turn on Chameleon template "debugging mode"
Chris McDonough
2010-04-25
Merge i18n branch via svn merge --ignore-ancestry -r9030:9150 $REPOZE_SVN/rep...
Chris McDonough
2010-04-21
Moved i18n work to a branch and revert to pre-i18n-feature state via svn merg...
Chris McDonough
2010-04-19
Pass along translate function to templates.
Chris McDonough
2010-01-06
- Show the derived abspath of template resource specifications in the
Chris McDonough
2009-12-24
Better API docs.
Chris McDonough
2009-12-17
Features
Chris McDonough
2009-12-17
- When Chameleon page or text templates were added imperatively (via
Chris McDonough
2009-12-04
- Operation on GAE was broken, presumably because the
Chris McDonough
2009-11-23
- The ``repoze.bfg.scripting.get_root`` API now uses a 'real' WebOb
Chris McDonough
2009-11-20
Passable stab at supporting an imperative mode.
Chris McDonough
2009-10-30
Normalize level param.
Chris McDonough
2009-09-21
This can also raise ValueError.
Chris McDonough
2009-09-20
- The way ``bfg_view`` declarations are scanned for has been modified.
Chris McDonough
2009-09-18
Compulsive import reorderings.
Chris McDonough
2009-09-16
Checkpoint. Not 100% test coverage.
Chris McDonough
2009-09-14
- A ZCML ``view`` directive (and the associated ``bfg_view``
Chris McDonough
2009-01-15
Test coverage.
Chris McDonough
2009-01-15
- Instead of invariably using ``webob.Request`` as the "request
Chris McDonough
2008-11-17
- Add chameleon text template API (chameleon ${name} renderings
Chris McDonough