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
/
docs
/
narr
/
hooks.rst
Age
Commit message (
Expand
)
Author
2009-11-22
Rendering tweaks.
Chris McDonough
2009-10-30
- The ``__call__`` of a plugin "traverser" implementation (registered
Chris McDonough
2009-10-26
Revert 6873, as it introduces an unnecessary providedBy for each request in t...
Chris McDonough
2009-10-26
The root factory may now return an object which implements ``ITraverser`` dir...
Malthe Borch
2009-10-26
Adapt to ``ITraverser`` instead of ``ITraverserFactory``. While this change b...
Malthe Borch
2009-10-18
Renderings.
Chris McDonough
2009-10-18
- Added ``Changing the Traverser`` and ``Changing How
Chris McDonough
2009-10-10
- The ``notfound`` and ``forbidden`` ZCML directives now accept the
Chris McDonough
2009-07-05
Spellcheck.
Chris McDonough
2009-07-03
General editing walkthrough.
Chris McDonough
2009-07-02
- Added a "Resources" chapter to the narrative documentation which
Chris McDonough
2009-06-30
- Add a ``reload_resources`` configuration file setting (aka the
Chris McDonough
2009-06-29
Minimal docs for ``resource`` directive.
Chris McDonough
2009-06-29
Add to docs.
Chris McDonough
2009-06-18
IForbiddenView utility registration -> forbidden directive
Chris McDonough
2009-06-11
Merge unifyroutesandtraversal branch into trunk
Chris McDonough
2009-06-01
Add headers.
Chris McDonough
2009-05-31
Features
Chris McDonough
2009-05-31
- Renamed ``repoze.bfg.interfaces.IForbiddenResponseFactory`` to
Chris McDonough
2009-05-27
Merge authchanges branch to trunk.
Chris McDonough
2009-05-26
Revert all work towards creating a "forbidden" API on the security policy; I'...
Chris McDonough
2009-05-25
IForbiddenAppFactory -> IForbiddenResponseFactory.
Chris McDonough
2009-05-25
Change the semantics of IForbiddenAppFactory.
Chris McDonough
2009-05-24
Features
Chris McDonough
2009-05-16
Speed up common case (use default factory).
Chris McDonough
2009-01-25
- You can now override the NotFound and Unauthorized responses that
Chris McDonough
2009-01-21
Document after Rob had trouble.
Chris McDonough
2009-01-16
- Add a section on "Using BFG Security With URL Dispatch" into the
Chris McDonough
2009-01-15
- Instead of invariably using ``webob.Request`` as the "request
Chris McDonough