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
Age
Commit message (
Expand
)
Author
2009-11-01
- Header values returned by the ``authtktauthenticationpolicy``
Chris McDonough
2009-11-01
- Reinstate ``renderer`` alias for ``view_renderer`` in the
Chris McDonough
2009-11-01
- The routes root factory called route factories and the default route
Chris McDonough
2009-11-01
- Deal with a potential circref in the traversal module.
Chris McDonough
2009-11-01
(no commit message)
Chris McDonough
2009-11-01
- The ZCML ``route`` directive's attributes ``xhr``,
Chris McDonough
2009-11-01
- The ``repoze.bfg.functional`` module was renamed to
Chris McDonough
2009-11-01
Unused import.
Chris McDonough
2009-10-31
Fix default root factory in the face of changes to root factory construction ...
Chris McDonough
2009-10-31
Comment logical parts of Router.__call__
Chris McDonough
2009-10-31
- Explicitly revert the feature introduced in 1.1a8: where the name
Chris McDonough
2009-10-30
Update documentation after root factory changes.
Chris McDonough
2009-10-30
- The ``__call__`` of a plugin "traverser" implementation (registered
Chris McDonough
2009-10-30
Features
Chris McDonough
2009-10-30
Normalize level param.
Chris McDonough
2009-10-29
- The ``repoze.bfg.request.Request`` class, which is a subclass of
Chris McDonough
2009-10-29
- An incorrect ZCML conflict would be encountered when the
Chris McDonough
2009-10-26
Readd backward compat for ITraverserFactory -> ITraverser change.
Chris McDonough
2009-10-26
Revert 6873, as it introduces an unnecessary providedBy for each request in t...
Chris McDonough
2009-10-26
The root factory may now return an object which implements ``ITraverser`` dir...
Malthe Borch
2009-10-26
Adapt to ``ITraverser`` instead of ``ITraverserFactory``. While this change b...
Malthe Borch
2009-10-26
Dead code.
Chris McDonough
2009-10-26
Refactor; the ``_traverse`` is only used internally; the ``traverser`` argume...
Malthe Borch
2009-10-24
Ahem.
Chris McDonough
2009-10-23
Remove 'Respond' exception (its addition would be purely speculative: we solv...
Chris McDonough
2009-10-23
- Added ``max_age`` parameter to ``authtktauthenticationpolicy`` ZCML
Chris McDonough
2009-10-22
Maintain weight so it influences view lookup ordering.
Chris McDonough
2009-10-22
It's an envvar.
Chris McDonough
2009-10-22
Added ``path_info`` predicate (regex-filters on the corresponding HTTP header).
Malthe Borch
2009-10-22
We already have a reference to the environ.
Chris McDonough
2009-10-21
- Change how ``bfg_view`` decorator works when used as a class method
Chris McDonough
2009-10-21
- Fix bug encountered during "scan" (when ``<scan ..>`` directive is
Chris McDonough
2009-10-21
- The name ``root`` is available as an attribute of the request
Chris McDonough
2009-10-21
Add Respond exception.
Chris McDonough
2009-10-21
Handle no old cookie case.
Chris McDonough
2009-10-20
- Re-issue authentication ticket if the cookie has expired when using
Chris McDonough
2009-10-20
(no commit message)
Chris McDonough
2009-10-20
- Fix route_url documentation (``_query`` argument documented as
Chris McDonough
2009-10-19
Note.
Chris McDonough
2009-10-19
- Add ``repoze.bfg.testing.registerSettings`` API, which is documented
Chris McDonough
2009-10-19
- ``paster bfgshell`` now supports IPython if it's available for
Chris McDonough
2009-10-18
- Added ``Changing the Traverser`` and ``Changing How
Chris McDonough
2009-10-18
Renames.
Chris McDonough
2009-10-18
Comment.
Chris McDonough
2009-10-18
- The ``@bfg_view`` decorator can now be used against a class method::
Chris McDonough
2009-10-18
- More than one ``@bfg_view`` decorator may now be stacked on top of
Chris McDonough
2009-10-16
- Add ``zcml_configure`` to ``repoze.bfg.testing`` module API. This
Chris McDonough
2009-10-15
Test coverage.
Chris McDonough
2009-10-15
Features
Chris McDonough
2009-10-14
- Add ``xhr``, ``accept``, and ``header`` view configuration
Chris McDonough
[next]