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
/
interfaces.py
Age
Commit message (
Expand
)
Author
2008-11-07
Features
Chris McDonough
2008-10-03
Docs
Chris McDonough
2008-09-30
Fixed import.
Malthe Borch
2008-09-30
Formally declare registry attribute.
Malthe Borch
2008-09-28
Features
Chris McDonough
2008-09-21
- Add ``principals_allowed_by_permission`` API to security module.
Chris McDonough
2008-09-01
- New API module: ``repoze.bfg.view``. This module contains the functions
Chris McDonough
2008-08-29
Rejigger and document wsgi app created event.
Chris McDonough
2008-08-29
Added event notification after WSGI application is created and configured.
Malthe Borch
2008-08-17
- Add ``<bfg:settings>`` directive. This directive currently allows
Chris McDonough
2008-08-08
- Add ``find_context_from_path`` and ``find_root`` traversal APIs.
Chris McDonough
2008-08-06
- Small url dispatch overhaul: the ``connect`` method of the
Chris McDonough
2008-07-31
- Add event sends for INewRequest and INewResponse. See the
Chris McDonough
2008-07-22
Add url-based dispatch.
Chris McDonough
2008-07-22
Fix interface.
Chris McDonough
2008-07-20
- Add API functions for authenticated_userid and effective_principals.
Chris McDonough
2008-07-19
- The concept of "view factories" was removed in favor of always
Chris McDonough
2008-07-18
Using Chris's help, changed signature of interface to support what the XSLT p...
Paul Everitt
2008-07-16
Add security.
Chris McDonough
2008-07-14
Less magical templated view model: make custom template views responsible for
Chris McDonough
2008-07-12
This interface is not appropriate here.
Chris McDonough
2008-07-11
Add security policy checks.
Chris McDonough
2008-07-07
Clean up mapply a little.
Chris McDonough
2008-07-07
Look up a view after traversal; adapt it to IWSGIApplication.
Chris McDonough
2008-07-05
Add a plug point for a security policy.
Chris McDonough
2008-07-05
Use WebOb.
Chris McDonough
2008-07-05
IWSGIApplication -> IWSGIApplicationFactory
Chris McDonough
2008-07-04
Depend on zope.component
Chris McDonough
2008-07-04
Don't depend on ZODB; shuffle policy responsibilities around a little.
Chris McDonough
2008-07-04
Start on bfg.
Chris McDonough