[Zope-Checkins] CVS: Zope3/lib/python/Zope/StartUp - startup-meta.zcml:1.1.2.3
Jim Fulton
jim@zope.com
Fri, 7 Jun 2002 10:42:00 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/StartUp
In directory cvs.zope.org:/tmp/cvs-serv12187/lib/python/Zope/StartUp
Modified Files:
Tag: Zope-3x-branch
startup-meta.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/StartUp/startup-meta.zcml 1.1.2.2 => 1.1.2.3 ===
<directive name="defineSite"
- attributes="name, threads"
+ attributes="name threads"
handler="Zope.StartUp.metaConfigure.defineSite">
<subdirective name="useFileStorage"
@@ -14,16 +14,16 @@
<subdirective name="useLog" attributes="file" />
<subdirective name="addServer"
- attributes="type, port, verbose, logClass" />
+ attributes="type port verbose logClass" />
</directive>
<directive name="registerRequestFactory"
- attributes="name, publication, request"
+ attributes="name publication request"
handler="Zope.StartUp.metaConfigure.registerRequestFactory" />
<directive name="registerServerType"
- attributes="name, publication, request"
+ attributes="name publication request"
handler="Zope.StartUp.metaConfigure.registerServerType" />
</directives>