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_zcml.py
Age
Commit message (
Expand
)
Author
2009-05-31
- The ``route`` ZCML directive now accepts ``request_type`` as an
Chris McDonough
2009-05-31
- The ``request_type`` argument of ZCML ``view`` declarations and
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-21
- Removed the pickling of ZCML actions (the code that wrote
Chris McDonough
2009-05-16
- The ``RoutesMapper`` class in ``repoze.bfg.urldispatch`` has been
Chris McDonough
2009-05-05
Get rid of direct dependency on zope.testing by creating our own addCleanUp a...
Chris McDonough
2009-04-29
Coverage: edge case where pickled action doesn't have a set as fifth element.
Tres Seaver
2009-01-19
view_name attr.
Chris McDonough
2009-01-18
context_factory -> factory
Chris McDonough
2009-01-18
Merge "routesmapper branch" to trunk.
Chris McDonough
2009-01-18
grok -> scan to prevent confusion.
Chris McDonough
2009-01-16
Features
Chris McDonough
2009-01-15
Add dead chickens to suppress spurious coverage output.
Chris McDonough
2009-01-15
Get rid of PlacelessSetup.
Chris McDonough
2009-01-15
Clean up unused stuff.
Chris McDonough
2008-12-23
- The BFG ``view`` ZCML directive no longer calls
Chris McDonough
2008-12-05
Add tests for /adapts cases.
Chris McDonough
2008-12-05
The adaptation annotation scheme does not work with old-style classes.
Malthe Borch
2008-12-05
Check in failing test.
Chris McDonough
2008-09-28
Features
Chris McDonough
2008-09-04
- Allow configuration cache to be bypassed by actions which include
Chris McDonough
2008-08-24
- Remove ``sampleapp`` sample application from bfg package itself.
Chris McDonough
2008-08-23
- Read and write a pickled ZCML actions list, stored as
Chris McDonough
2008-08-18
- Generated application differences: ``make_app`` entry point
Chris McDonough
2008-08-17
- Add ``<bfg:settings>`` directive. This directive currently allows
Chris McDonough
2008-08-04
- Add a ``request_type`` attribute to the available attributes of a
Chris McDonough
2008-07-19
- The concept of "view factories" was removed in favor of always
Chris McDonough
2008-07-16
Add security.
Chris McDonough
2008-07-14
Render templates explicitly in views.
Chris McDonough
2008-07-14
Test pickleability of registry actions.
Chris McDonough
2008-07-14
And, just to maximally confuse Paul, come full circle, and don't require that...
Chris McDonough
2008-07-14
Less magical templated view model: make custom template views responsible for
Chris McDonough
2008-07-12
metaconfigure.py -> zcml.py
Chris McDonough