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
2009-05-16
Speed up common case (use default factory).
Chris McDonough
2009-05-16
- The ``RoutesMapper`` class in ``repoze.bfg.urldispatch`` has been
Chris McDonough
2009-05-01
Remove dependencies on zope.deferredimport. zope.deferredimport was
Chris McDonough
2009-05-01
Merge "c-free" branch to trunk.
Chris McDonough
2009-05-01
- The ``repoze.bfg.location.LocationProxy`` class and the
Chris McDonough
2009-04-16
- The interface for ``repoze.bfg.interfaces.ITraverser`` and the
Chris McDonough
2009-01-27
Features
Chris McDonough
2009-01-27
- There is an indirection in ``repoze.bfg.url.model_url`` now that
Chris McDonough
2009-01-25
- Get rid of ``repoze.bfg.security.ACLAuthorizer``: the
Chris McDonough
2009-01-25
- You can now override the NotFound and Unauthorized responses that
Chris McDonough
2009-01-20
# We use 'precooked' Request subclasses that correspond to HTTP
Chris McDonough
2009-01-18
Merge "routesmapper branch" to trunk.
Chris McDonough
2009-01-15
Unfix interfaces (thanks Tres).
Chris McDonough
2009-01-15
Fix interfaces.
Chris McDonough
2009-01-15
- Instead of invariably using ``webob.Request`` as the "request
Chris McDonough
2009-01-12
- An interface specific to the HTTP verb (GET/PUT/POST/DELETE/HEAD) is
Chris McDonough
2009-01-11
Merge router-simplify branch. Changelog below.
Chris McDonough
2008-12-07
- Remove the ``ITestingTemplateRenderer`` interface. When
Chris McDonough
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
[prev]