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
/
tests
/
test_chameleon_text.py
Age
Commit message (
Expand
)
Author
2010-04-19
Pass along translate function to templates.
Chris McDonough
2009-12-17
- When Chameleon page or text templates were added imperatively (via
Chris McDonough
2009-11-23
Disuse ZCA threadlocal API.
Chris McDonough
2009-10-15
Features
Chris McDonough
2009-09-20
- The way ``bfg_view`` declarations are scanned for has been modified.
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-05-05
Get rid of direct dependency on zope.testing by creating our own addCleanUp a...
Chris McDonough
2009-01-15
Get rid of _getFUT.
Chris McDonough
2009-01-15
Remove more unused stuff.
Chris McDonough
2009-01-15
- Instead of invariably using ``webob.Request`` as the "request
Chris McDonough
2008-12-21
Backwards Incompatibilities (Major)
Chris McDonough
2008-12-07
- Remove the ``ITestingTemplateRenderer`` interface. When
Chris McDonough
2008-11-17
- Add chameleon text template API (chameleon ${name} renderings
Chris McDonough