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
/
tests
Age
Commit message (
Expand
)
Author
2009-11-19
- The ``repoze.bfg.view.rendered_response`` function has been moved to
Chris McDonough
2009-11-19
Rearrange things to try to avoid circular import deps.
Chris McDonough
2009-11-19
Get rid of get_options.
Chris McDonough
2009-11-19
Checkpoint: move most zcml route and view directive tests to test_configuration.
Chris McDonough
2009-11-18
Coverage
Chris McDonough
2009-11-18
- The ``repoze.bfg.registry.make_registry`` callable has been removed.
Chris McDonough
2009-11-17
Move configuration methods into Configurator.
Chris McDonough
2009-11-16
Failing one test.
Chris McDonough
2009-11-16
Merge imperativeconfig branch.
Chris McDonough
2009-11-12
Test alsoProvides.
Chris McDonough
2009-11-10
Templates
Chris McDonough
2009-11-06
- ``repoze.bfg.testing.registerRoutesMapper`` testing facility added.
Chris McDonough
2009-11-04
- The ``bfgshell`` command did not function properly; it was still
Chris McDonough
2009-11-02
- Compound statements that used an assignment entered into in an
Chris McDonough
2009-11-02
- Add a new event type: ``repoze.bfg.events.AfterTraversal``. Events
Chris McDonough
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
- The ZCML ``route`` directive's attributes ``xhr``,
Chris McDonough
2009-11-01
- The ``repoze.bfg.functional`` module was renamed to
Chris McDonough
2009-10-31
Fix default root factory in the face of changes to root factory construction ...
Chris McDonough
2009-10-30
- The ``__call__`` of a plugin "traverser" implementation (registered
Chris McDonough
2009-10-30
Features
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
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
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
Added ``path_info`` predicate (regex-filters on the corresponding HTTP header).
Malthe Borch
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
Add Respond exception.
Chris McDonough
2009-10-20
- Re-issue authentication ticket if the cookie has expired when using
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
- 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
2009-10-10
- Add a new ``repoze.bfg.testing`` API: ``registerRoute``, for
Chris McDonough
2009-10-10
- The ``notfound`` and ``forbidden`` ZCML directives now accept the
Chris McDonough
2009-09-30
Use API to get routes.
Chris McDonough
2009-09-30
- For behavior like Django's ``APPEND_SLASH=True``, use the
Chris McDonough
[prev]
[next]