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
/
view.py
Age
Commit message (
Expand
)
Author
2010-10-25
first pass at converting bfg to pyramid namespace
Chris McDonough
2010-09-14
- If an exception view was registered through the legacy
Chris McDonough
2010-09-05
- Each of the follow methods of the Configurator now allow the
Chris McDonough
2010-08-08
rendering
Chris McDonough
2010-08-08
- New public interface: ``repoze.bfg.exceptions.IExceptionResponse``.
Chris McDonough
2010-08-07
Features
Chris McDonough
2010-07-02
- The ``repoze.bfg.url.route_url`` API has changed. If a keyword
Chris McDonough
2010-04-25
Allow default exception views to handle the case where they've
Chris McDonough
2010-04-25
Make default_notfound_view and default_forbidden_view expect an exception as
Chris McDonough
2010-04-18
Comment.
Chris McDonough
2010-04-18
- Use "Venusian" (`http://docs.repoze.org/venusian
Chris McDonough
2010-04-14
Add "exception views" work contributed primarily by Andrey Popp by merging th...
Chris McDonough
2010-02-22
remove duplicate conjunctions
Reed OBrien
2010-02-04
- Fix a bug whereby a ``renderer`` argument to the ``@bfg_view``
Chris McDonough
2010-01-24
Merge reversepolarity branch.
Chris McDonough
2010-01-18
Prep for b1
Chris McDonough
2010-01-03
Features
Chris McDonough
2009-12-30
Spellcheck.
Chris McDonough
2009-12-26
- Created new top-level documentation section: "ZCML Directives".
Chris McDonough
2009-12-24
Roles.
Chris McDonough
2009-12-24
Roles.
Chris McDonough
2009-12-19
- Add a ``custom_predicates`` argument to the ``Configurator``
Chris McDonough
2009-12-09
- General documentation freshening which takes imperative
Chris McDonough
2009-11-27
- The ``repoze.bfg.testing.setUp`` function now accepts three extra
Chris McDonough
2009-11-25
Import from the right place.
Chris McDonough
2009-11-24
Docs updates.
Chris McDonough
2009-11-23
Unused import.
Chris McDonough
2009-11-20
Passable stab at supporting an imperative mode.
Chris McDonough
2009-11-19
- Each of the ``repoze.bfg.view.render_view``,
Chris McDonough
2009-11-19
- The ``repoze.bfg.view.rendered_response`` function has been moved to
Chris McDonough
2009-11-19
Checkpoint: move most zcml route and view directive tests to test_configuration.
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-01
- The ``repoze.bfg.functional`` module was renamed to
Chris McDonough
2009-10-29
- The ``repoze.bfg.request.Request`` class, which is a subclass of
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-21
- Change how ``bfg_view`` decorator works when used as a class method
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-14
- Add ``xhr``, ``accept``, and ``header`` view configuration
Chris McDonough
2009-10-09
Fix comment.
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
2009-09-30
- The import of ``repoze.bfg.view.NotFound`` is deprecated in favor of
Chris McDonough
2009-09-22
Use dictionary instead of DummySettings.
Chris McDonough
2009-09-22
__is_bfg_view__ -> __bfg_view_settings__
Chris McDonough
2009-09-20
- The way ``bfg_view`` declarations are scanned for has been modified.
Chris McDonough
2009-09-18
Compulsive import reorderings.
Chris McDonough
[next]