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_integration.py
Age
Commit message (
Expand
)
Author
2009-11-23
Disuse ZCA threadlocal API.
Chris McDonough
2009-11-19
- Each of the ``repoze.bfg.view.render_view``,
Chris McDonough
2009-11-17
Move configuration methods into Configurator.
Chris McDonough
2009-11-16
Merge imperativeconfig branch.
Chris McDonough
2009-10-18
- The ``@bfg_view`` decorator can now be used against a class method::
Chris McDonough
2009-10-18
- More than one ``@bfg_view`` decorator may now be stacked on top of
Chris McDonough
2009-09-22
__is_bfg_view__ -> __bfg_view_settings__
Chris McDonough
2009-09-22
Fix buildbot failures by sorting view actions.
Chris McDonough
2009-09-20
Make instance grokking work again.
Chris McDonough
2009-09-20
- The way ``bfg_view`` declarations are scanned for has been modified.
Chris McDonough
2009-09-06
Merge multiview2 branch to HEAD.
Chris McDonough
2009-06-19
Fix strange test breakage.
Tres Seaver
2009-06-19
Move pushpage support out into separate distribution.
Tres Seaver
2009-06-11
Merge unifyroutesandtraversal branch into trunk
Chris McDonough
2009-05-31
Test string request type in bfg_view decorators.
Chris McDonough
2009-05-27
Merge authchanges branch to trunk.
Chris McDonough
2009-05-21
- Class objects may now be used as view callables (both via ZCML and
Chris McDonough
2009-05-21
Remove cacheability voodoo.
Chris McDonough
2009-05-05
Get rid of direct dependency on zope.testing by creating our own addCleanUp a...
Chris McDonough
2009-04-29
This is a bogus assertion.
Chris McDonough
2009-04-16
- The interface for ``repoze.bfg.interfaces.ITraverser`` and the
Chris McDonough
2009-01-27
Features
Chris McDonough
2009-01-18
grok -> scan to prevent confusion.
Chris McDonough
2009-01-16
- The ``repoze.bfg.view.static`` helper now uses
Chris McDonough
2009-01-16
Features
Chris McDonough