summaryrefslogtreecommitdiff
path: root/docs/notes.txt
AgeCommit message (Collapse)Author
2009-05-16Unnecessary.Chris McDonough
2009-05-01Merge "c-free" branch to trunk.Chris McDonough
2009-01-17Security policy documentation.Chris McDonough
2008-09-06Note done.Chris McDonough
2008-09-03 - Add startup process docs.Chris McDonough
2008-08-29(no commit message)Chris McDonough
2008-08-29model_path and *backwards incompatible change* removing "make_app" and ↵Chris McDonough
"get_options" from __init__.py of repoze.bfg; use repoze.bfg.router:make_app and repoze.bfg.registry:get_options instead.
2008-08-04 - Add a ``request_type`` attribute to the available attributes of aChris McDonough
``bfg:view`` configure.zcml element. This attribute will have a value which is a dotted Python path, pointing at an interface. If the request object implements this interface when the view lookup is performed, the appropriate view will be called. - Remove "template only" views. These were just confusing and were never documented.