[Zope3-checkins] CVS: Zope3/src/zope/app/browser - introspector.py:1.4 menus.zcml:1.7
Jim Fulton
jim@zope.com
Sat, 21 Jun 2003 17:22:29 -0400
Update of /cvs-repository/Zope3/src/zope/app/browser
In directory cvs.zope.org:/tmp/cvs-serv2745/src/zope/app/browser
Modified Files:
introspector.py menus.zcml
Log Message:
Major refactoring to reflect change in terminology from
"configuration" to "registration" to refer to the configuration of how
objects are used (as opposed to their internal configuration).
=== Zope3/src/zope/app/browser/introspector.py 1.3 => 1.4 ===
--- Zope3/src/zope/app/browser/introspector.py:1.3 Wed Apr 30 19:37:48 2003
+++ Zope3/src/zope/app/browser/introspector.py Sat Jun 21 17:21:58 2003
@@ -39,7 +39,7 @@
# # XXX IConfigureFor appears to have disappeared at some point
# adapter = queryAdapter(service, IConfigureFor)
# if (adapter is not None
- # and adapter.hasConfigurationFor(self.context)):
+ # and adapter.hasRegistrationFor(self.context)):
# search_result = service.getRegisteredMatching(
# self.context, None, [], self.context)
# directive_path = []
=== Zope3/src/zope/app/browser/menus.zcml 1.6 => 1.7 ===
--- Zope3/src/zope/app/browser/menus.zcml:1.6 Mon Apr 28 17:35:28 2003
+++ Zope3/src/zope/app/browser/menus.zcml Sat Jun 21 17:21:58 2003
@@ -40,7 +40,7 @@
usage="addingdialog"
/>
- <menu id="add_configuration"
+ <menu id="add_registration"
title="Menu of addable configuration objects"
usage="addingdialog"
/>