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
/
renderers.py
Age
Commit message (
Expand
)
Author
2010-10-25
first pass at converting bfg to pyramid namespace
Chris McDonough
2010-10-21
- When a renderer factory could not be found, a misleading error
Chris McDonough
2010-09-12
rendering:
Chris McDonough
2010-09-07
- Prevent a race condition which could result in a ``RuntimeError``
Chris McDonough
2010-08-31
docstring
Chris McDonough
2010-08-23
docs renderings
Chris McDonough
2010-08-13
svn merge -r9909:HEAD $REPOZE_SVN/repoze.bfg/branches/rendererhelper
Chris McDonough
2010-08-13
typo
Chris McDonough
2010-07-26
merge generic_rendering branch
Chris McDonough
2010-01-06
- Show the derived abspath of template resource specifications in the
Chris McDonough
2009-12-21
- The ``json`` renderer failed to set the response content type to
Chris McDonough
2009-11-27
Coverage.
Chris McDonough
2009-11-24
Docs updates.
Chris McDonough
2009-11-23
- The ``repoze.bfg.interfaces.ITemplateRendererFactory`` interface was
Chris McDonough
2009-11-23
- The ``repoze.bfg.scripting.get_root`` API now uses a 'real' WebOb
Chris McDonough
2009-11-20
Hack to support KARL unit tests.
Chris McDonough
2009-11-20
Passable stab at supporting an imperative mode.
Chris McDonough
2009-11-17
Move configuration methods into Configurator.
Chris McDonough
2009-11-16
Failing one test.
Chris McDonough
2009-11-01
- The ``repoze.bfg.functional`` module was renamed to
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-18
Centralize resource_spec code.
Chris McDonough
2009-09-17
- Add a ``string`` renderer. This renderer converts a non-Response
Chris McDonough
2009-09-16
Fix bug in dummy renderer "implementation" method.
Chris McDonough
2009-09-16
Checkpoint. Not 100% test coverage.
Chris McDonough