[Zope3-checkins] CVS: Zope3/src/zope/app/browser/services/utility - configure.zcml:1.16

Godefroid Chapelle cvs-admin at zope.org
Sun Dec 7 05:05:21 EST 2003


Update of /cvs-repository/Zope3/src/zope/app/browser/services/utility
In directory cvs.zope.org:/tmp/cvs-serv5496/app/browser/services/utility

Modified Files:
	configure.zcml 
Log Message:
merge gotcha-usage-branch

this finishes support for usage :

top-level variable in page templates
initialized from ZCML

main goal is to use a unique template per skin

now, I should walk all templates that relies on dialog_macros.pt
and convert them to template.pt 




=== Zope3/src/zope/app/browser/services/utility/configure.zcml 1.15 => 1.16 ===
--- Zope3/src/zope/app/browser/services/utility/configure.zcml:1.15	Mon Aug 25 15:28:41 2003
+++ Zope3/src/zope/app/browser/services/utility/configure.zcml	Sun Dec  7 05:04:50 2003
@@ -55,7 +55,8 @@
       content_factory="zope.app.services.utility.UtilityRegistration"
       arguments="name interface componentPath"
       set_after_add="status"
-      fields="name interface componentPath permission status" />
+      fields="name interface componentPath permission status"
+      usage="addingdialog"/>
 
   <!-- When editing the registration of an existing utility object,
        you are taken to this form.  It is similar to the above add




More information about the Zope3-Checkins mailing list