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
/
tutorials
/
bfgwiki2
/
src
Age
Commit message (
Expand
)
Author
2009-11-10
More usage of setup and teardown.
Chris McDonough
2009-11-10
Templates
Chris McDonough
2009-11-01
- Fix various tutorials broken by 1.1a9 ``<route>`` directive changes.
Chris McDonough
2009-11-01
- Reinstate ``renderer`` alias for ``view_renderer`` in the
Chris McDonough
2009-10-30
Update documentation after root factory changes.
Chris McDonough
2009-10-15
Features
Chris McDonough
2009-10-10
Move to renderers.
Chris McDonough
2009-10-10
Move to renderers. Add tests.
Chris McDonough
2009-10-10
Move to renderers.
Chris McDonough
2009-10-09
route -> static directive.
Chris McDonough
2009-07-02
Use bfgsite index.
Chris McDonough
2009-07-02
Fix import.
Chris McDonough
2009-07-01
- Deprecate the ``authentication_policy`` and ``authorization_policy``
Chris McDonough
2009-06-24
Single arg style.
Chris McDonough
2009-06-24
Reverse ordering of args to route_url.
Chris McDonough
2009-06-24
Change the implementation and the signature for ``route_url``.
Chris McDonough
2009-06-24
- Use ``repoze.bfg.url.route_url`` API in tutorials rather than Routes
Chris McDonough
2009-06-23
Update tutorials with new callback API.
Chris McDonough
2009-06-22
Back to *subpath in urldispatch tutorial.
Chris McDonough
2009-06-18
Change configure.zcml of authorization to use forbidden.
Chris McDonough
2009-06-18
Rejigger tutorial in the face of request-only default views.
Chris McDonough
2009-06-18
- The matchdict related to the matching of a Routes route is available
Chris McDonough
2009-06-11
Merge unifyroutesandtraversal branch into trunk
Chris McDonough
2009-06-01
Add authorization chapter to bfgwiki2 tutorial.
Chris McDonough
2009-06-01
definingmodels -> models.
Chris McDonough
2009-06-01
Fix wrong name, add ignores.
Chris McDonough
2009-06-01
Add defining views chapter.
Chris McDonough
2009-06-01
Add defining models chapter.
Chris McDonough
2009-06-01
Only keep useful stuff.
Chris McDonough
2009-05-31
Make a copy of the tutorial for Routes+SQLAlchemy.
Chris McDonough