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-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
2009-09-30
- The import of ``repoze.bfg.view.NotFound`` is deprecated in favor of
Chris McDonough
2009-09-23
- Speed up ``repoze.bfg.traversal.model_path``.
Chris McDonough
2009-09-23
Features
Chris McDonough
2009-09-23
Make sure we have multiview predicate dispatch ordering right.
Chris McDonough
2009-09-22
Use dictionary instead of DummySettings.
Chris McDonough
2009-09-22
Minor readability changes.
Chris McDonough
2009-09-22
__is_bfg_view__ -> __bfg_view_settings__
Chris McDonough
2009-09-22
Fix buildbot failures by sorting view actions.
Chris McDonough
2009-09-21
Minor speed tweak and coverage.
Chris McDonough
2009-09-20
Minor speed tweaks.
Chris McDonough
2009-09-20
Make instance grokking work again.
Chris McDonough
2009-09-20
- The way ``bfg_view`` declarations are scanned for has been modified.
Chris McDonough
2009-09-20
- Speed: do not register an ITraverserFactory in configure.zcml;
Chris McDonough
2009-09-18
Accept a traverser rather than a registry in _traverse.
Chris McDonough
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-17
- Add a ``repoze.bfg.url.static_url`` API which is capable of
Chris McDonough
2009-09-17
- Add a ``string`` renderer. This renderer converts a non-Response
Chris McDonough
2009-09-16
- The ``repoze.bfg.testing.registerDummyRenderer`` API has been
Chris McDonough
2009-09-16
Fix bug in dummy renderer "implementation" method.
Chris McDonough
2009-09-16
Coverage.
Chris McDonough
2009-09-16
Test name.
Chris McDonough
2009-09-16
Had a stray .pyc sitting around.
Chris McDonough
2009-09-16
Checkpoint. Not 100% test coverage.
Chris McDonough
2009-09-14
- The ``view`` attribute of the ``view`` ZCML directive is no longer
Chris McDonough
2009-09-14
Provide "wrapped_view" as well in the outer wrapper request.
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-14
- A ZCML ``view`` directive (and the associated ``bfg_view``
Chris McDonough
2009-09-06
Coverage.
Chris McDonough
2009-09-06
- The ``registry_manager`` backwards compatibility alias importable
Chris McDonough
2009-09-06
Remove 0.9 deprecations.
Chris McDonough
2009-09-06
Merge multiview2 branch to HEAD.
Chris McDonough
2009-08-28
Coverage.
Chris McDonough
2009-08-28
Coverage.
Chris McDonough
2009-08-27
Add package_name function.
Chris McDonough
2009-08-27
Rebase module-relative static views on the nearest package path.
Malthe Borch
2009-08-25
- The ``repoze.bfg.view.static`` class now accepts a string as its
Chris McDonough
2009-08-24
Added ZCML directive to serve up static files from a directory.
Malthe Borch
2009-08-14
- Move (non-API) default_view, default_forbidden_view, and
Chris McDonough
2009-08-14
Coverage.
Chris McDonough
2009-08-09
- Change urldispatch internals: Route object is now constructed using
Chris McDonough
[next]