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
/
test_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-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
- 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-05
- More correct conversion of provided ``renderer`` values to resource
Chris McDonough
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-03
Features
Chris McDonough
2009-12-19
- Add a ``custom_predicates`` argument to the ``Configurator``
Chris McDonough
2009-12-01
Stop new Pyflakes complaints.
Chris McDonough
2009-11-27
Coverage.
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-18
Coverage
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-21
- Change how ``bfg_view`` decorator works when used as 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-15
Features
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-17
Move view-related helper functions from zcml.py to view.py.
Chris McDonough
2009-09-16
Coverage.
Chris McDonough
2009-09-16
Checkpoint. Not 100% test coverage.
Chris McDonough
2009-09-14
- A ZCML ``view`` directive (and the associated ``bfg_view``
Chris McDonough
2009-09-06
Merge multiview2 branch to HEAD.
Chris McDonough
2009-08-25
- The ``repoze.bfg.view.static`` class now accepts a string as its
Chris McDonough
2009-08-14
- Move (non-API) default_view, default_forbidden_view, and
Chris McDonough
2009-06-30
- Add a ``reload_resources`` configuration file setting (aka the
Chris McDonough
2009-05-31
Test string request type in bfg_view decorators.
Chris McDonough
2009-05-27
Merge authchanges branch to trunk.
Chris McDonough
2009-05-21
- Class objects may now be used as view callables (both via ZCML and
Chris McDonough
2009-05-21
Remove cacheability voodoo.
Chris McDonough
2009-05-05
Get rid of direct dependency on zope.testing by creating our own addCleanUp a...
Chris McDonough
2009-01-24
Behavior Changes
Chris McDonough
2009-01-22
Coverage.
Chris McDonough
2009-01-17
- Allow the ``repoze.bfg.view.static`` helper to be passed a relative
Chris McDonough
2009-01-16
- The ``repoze.bfg.view.static`` helper now uses
Chris McDonough
2009-01-16
Features
Chris McDonough
2009-01-15
Get rid of _getFUT.
Chris McDonough
[next]