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
2009-09-18
Centralize resource_spec code.
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
Provide wrapper behavior to bfg_view decorator.
Chris McDonough
2009-09-14
- A ZCML ``view`` directive (and the associated ``bfg_view``
Chris McDonough
2009-09-06
Note version so I can remember.
Chris McDonough
2009-09-06
Merge multiview2 branch to HEAD.
Chris McDonough
2009-08-27
Deal with Windows.
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-08-14
Coverage.
Chris McDonough
2009-07-09
- Added a workaround for a bug in Python 2.6, 2.6.1, and 2.6.2 having
Chris McDonough
2009-06-30
- Add a ``reload_resources`` configuration file setting (aka the
Chris McDonough
2009-06-15
Comment.
Chris McDonough
2009-06-11
Merge unifyroutesandtraversal branch into trunk
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-10
Less awkward sentence.
Chris McDonough
2009-01-24
Behavior Changes
Chris McDonough
2009-01-22
- The Allowed and Denied classes in ``repoze.bfg.security`` now are
Chris McDonough
2009-01-18
grok -> scan to prevent confusion.
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
- Instead of invariably using ``webob.Request`` as the "request
Chris McDonough
2009-01-11
- Improve test coverage.
Chris McDonough
2009-01-06
Make this part of the class docstring.
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-10-03
Python 2.6 forward compatibility: message is deprecated.
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-16
Doc tweaks.
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
[prev]