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
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
2009-01-15
Clean up unused stuff.
Chris McDonough
2009-01-15
- Instead of invariably using ``webob.Request`` as the "request
Chris McDonough
2009-01-06
- A ``static`` helper class was added to the ``repoze.bfg.views``
Chris McDonough
2008-11-02
Features
Chris McDonough
2008-10-28
- If the ``render_view_to_response`` function was called, if the
Chris McDonough
2008-09-01
Add render_view function.
Chris McDonough
2008-09-01
- New API module: ``repoze.bfg.view``. This module contains the functions
Chris McDonough
2008-07-19
- The concept of "view factories" was removed in favor of always
Chris McDonough
2008-07-17
Be consistent about naming given docs.
Chris McDonough
2008-07-14
Render templates explicitly in views.
Chris McDonough
2008-07-14
Less magical templated view model: make custom template views responsible for
Chris McDonough