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
/
zcml.py
Age
Commit message (
Expand
)
Author
2009-11-23
- The internal ILogger utility named ``repoze.bfg.debug`` is now just
Chris McDonough
2009-11-21
Name.
Chris McDonough
2009-11-21
Turn wrapper methods back into functions to avoid keeping around references
Chris McDonough
2009-11-20
Passable stab at supporting an imperative mode.
Chris McDonough
2009-11-19
Try it.
Chris McDonough
2009-11-19
Unused.
Chris McDonough
2009-11-19
Move renderer tests from zcml tests to configure tests.
Chris McDonough
2009-11-19
- Each of the ``repoze.bfg.view.render_view``,
Chris McDonough
2009-11-19
Reword notfound and forbidden view handlers.
Chris McDonough
2009-11-19
Rearrange things to try to avoid circular import deps.
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
Merge imperativeconfig branch.
Chris McDonough
2009-11-15
Dead code.
Chris McDonough
2009-11-01
- Header values returned by the ``authtktauthenticationpolicy``
Chris McDonough
2009-11-01
- Reinstate ``renderer`` alias for ``view_renderer`` in the
Chris McDonough
2009-11-01
(no commit message)
Chris McDonough
2009-11-01
- The ZCML ``route`` directive's attributes ``xhr``,
Chris McDonough
2009-10-30
Features
Chris McDonough
2009-10-29
- An incorrect ZCML conflict would be encountered when the
Chris McDonough
2009-10-23
- Added ``max_age`` parameter to ``authtktauthenticationpolicy`` ZCML
Chris McDonough
2009-10-22
Maintain weight so it influences view lookup ordering.
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-21
- Fix bug encountered during "scan" (when ``<scan ..>`` directive is
Chris McDonough
2009-10-18
Renames.
Chris McDonough
2009-10-18
Comment.
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-16
- Add ``zcml_configure`` to ``repoze.bfg.testing`` module API. This
Chris McDonough
2009-10-14
- Add ``xhr``, ``accept``, and ``header`` view configuration
Chris McDonough
2009-10-10
- The ``notfound`` and ``forbidden`` ZCML directives now accept the
Chris McDonough
2009-09-23
- On 64-bit Linux systems, views that were members of a multiview
Chris McDonough
2009-09-22
__is_bfg_view__ -> __bfg_view_settings__
Chris McDonough
2009-09-20
Remove comments.
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-18
Cleanup.
Chris McDonough
2009-09-18
Compulsive import reorderings.
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-16
- Give the ``route`` ZCML directive the ``view_attr`` and
Chris McDonough
2009-09-16
- The ``repoze.bfg.testing.registerDummyRenderer`` API has been
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
[next]