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
2010-10-25
first pass at converting bfg to pyramid namespace
Chris McDonough
2010-04-18
- Use "Venusian" (`http://docs.repoze.org/venusian
Chris McDonough
2010-04-14
Add "exception views" work contributed primarily by Andrey Popp by merging th...
Chris McDonough
2010-02-04
- Fix a bug whereby a ``renderer`` argument to the ``@bfg_view``
Chris McDonough
2010-02-04
- 1.2b4 introduced a bug whereby views added via a route configuration
Chris McDonough
2010-01-24
Make sure global views don't match by default.
Chris McDonough
2010-01-24
Merge reversepolarity branch.
Chris McDonough
2010-01-20
Add (non-failing) tests for ordering issue reported indirectly via http://lab...
Chris McDonough
2009-12-17
Features
Chris McDonough
2009-12-09
- A new dependency on the ``twill`` package was added to the
Chris McDonough
2009-11-27
Coverage.
Chris McDonough
2009-11-25
- Replace martian with something simpler.
Chris McDonough
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