15 Sep
2009
15 Sep
'09
6:30 a.m.
On 15.09.09 08:27, Thomas Lotze wrote:
Andreas Jung wrote:
On 15.09.09 08:00, Thomas Lotze wrote:
- Is Zope2 debug mode semantically equivalent to ZCML dev-mode, i.e. should the two be linked to each other in the first place?
What is the ZCML dev-mode?
It's a so-called ZCML "feature" that can be used with ZCML conditionals. It can be switched on like this:
<meta:provides feature="devmode"/>
and used elsewhere like this:
<adapter zcml:condition="have devmode" factory="foo.bar.baz"/>
I can not remember having seen any support this feature. If you need it, please add it to the Zope 2 trunk (however too late for the Zope 2.12 release, sorry :-)) Andreas