blob: d614ea90a8c5210321e8bf28a9e4210b104851fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
- Add methods to registry that do the lion's share of the various jobs
currently performed by ZCML directives. Change existing ZCML
directives to use these methods of the registry.
- Emit a set of events at startup that calls an event listener with
the registry before and after ZCML parsing. Or just document that
the registry can be mutated via the run.py code.
- Make ZCML filename argument optional to ``make_app``. Document
configuration without ZCML.
- Replace martian with something simpler.
- Maybe move code from within repoze.bfg.configuration.make_registry
to repoze.bfg.registry.Registry constructor.
|