[Zope-Checkins] CVS: Zope3/lib/python/Zope/Event - event-meta.zcml:1.1.2.3 event.zcml:1.1.2.4
Jim Fulton
jim@zope.com
Fri, 7 Jun 2002 10:41:54 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/Event
In directory cvs.zope.org:/tmp/cvs-serv12187/lib/python/Zope/Event
Modified Files:
Tag: Zope-3x-branch
event-meta.zcml event.zcml
Log Message:
Merging in Zope3InWonderland-branch, which implemented the following
proposals (see
http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/OldProposals):
- RenameAllowToRequire
- GroupClassRelatedDirectivesInClassDirective
- ViewInterfaceAndSimplification
- ConsistentUseOfSpacesAsDelimitersInZCMLAttributes
- TwoArgumentViewConstructors
- ImplementsInZCML
- SimpleViewCreationInZCML
- RemoveGetView
- ReplaceProtectWithAllow
- ViewMethodsAsViews
- MergeProtectionAndComponentDefinitions
There were also various security fixes resulting of better integration
of security with components.
=== Zope3/lib/python/Zope/Event/event-meta.zcml 1.1.2.2 => 1.1.2.3 ===
<!-- Zope.Event -->
<directives namespace="http://namespaces.zope.org/event">
- <directive name="subscribe" attributes="subscriber, event_types, filter"
+ <directive name="subscribe" attributes="subscriber event_types filter"
handler="Zope.Event.metaConfigure.subscribe" />
</directives>
=== Zope3/lib/python/Zope/Event/event.zcml 1.1.2.3 => 1.1.2.4 ===
>
-<serviceType name='Events'
+<serviceType id='Events'
interface='Zope.Event.IEventService.' />
-<service name='Events'
+<service serviceType='Events'
component='Zope.Event.GlobalEventService.eventService' />
</zopeConfigure>