[Zope3-checkins] CVS: Zope3/src/zope/app/browser/services/utility -
__init__.py:1.10
Stephan Richter
srichter at cosmos.phy.tufts.edu
Mon Aug 18 15:56:02 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/browser/services/utility
In directory cvs.zope.org:/tmp/cvs-serv26491/browser/services/utility
Modified Files:
__init__.py
Log Message:
Beefed up the Content Component Definition component, by supporting
flexible menu entries, which is very nice.
I consider my work on schema-driven Content Components done now and
encourage people to try it out. I think this functionality addresses an
audience that we have not dealt with much before, i.e. people that stand
somewhere between scripter and TTW developers.
=== Zope3/src/zope/app/browser/services/utility/__init__.py 1.9 => 1.10 ===
--- Zope3/src/zope/app/browser/services/utility/__init__.py:1.9 Fri Aug 15 20:43:05 2003
+++ Zope3/src/zope/app/browser/services/utility/__init__.py Mon Aug 18 14:55:26 2003
@@ -46,7 +46,6 @@
class AddRegistration(AddComponentRegistration):
"""View for adding a utility registration.
-
We could just use AddComponentRegistration, except that we need a
custom interface widget.
More information about the Zope3-Checkins
mailing list