| Age | Commit message (Collapse) | Author |
|
|
|
add a reraise argument to request.invoke_exception_view
|
|
|
|
|
|
|
|
fix p.security.ACLPermitsResult to subclass p.security.PermitsResult
|
|
The ``IAuthorizationPolicy`` is expected to return an instance of
``PermitsResult`` and the ``ACLPermitsResult`` now subclasses this to
form a consistent class hierarchy.
Similarly the ``ACLDenied`` subclasses ``Denied`` and ``ACLAllowed``
subclasses ``Allowed`` for consistency.
|
|
|
|
|
|
|
|
Update docs to synch with cookiecutter updates
|
|
|
|
|
|
|
|
|
|
|
|
- ref #3081
|
|
|
|
set pyramid_tm.explicit_manager in the configuration
|
|
Fix forbidden_view for BasicAuthAuthenticationPolicy (#3066)
|
|
|
|
|
|
Ensure that instances of 'AllPermissionsList' are iterable.
|
|
|
|
fixes #3064
|
|
|
|
Improve "introduction" page, add "Advanced Features" page
|
|
|
|
Closes #3073.
|
|
|
|
When invoking an exception view, push the new threadlocals
|
|
|
|
paragraph
|
|
stylesheet.
|
|
|
|
|
|
|
|
|
|
Add cookiecutter step for master branch upon release of new branch
|
|
|
|
|
|
use shortcut for github URL; update RELEASING.txt
|
|
|
|
|
|
|
|
- refs: #3042
|
|
clarify badges for releasing
|
|
- update releasing.txt accordingly
|
|
|
|
|