[Zope-Checkins] CVS: Zope3/lib/python/Zope/App - app-meta.zcml:1.1.2.4 app.zcml:1.1.2.6 config.py:NONE

Jim Fulton jim@zope.com
Fri, 7 Jun 2002 10:41:58 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App
In directory cvs.zope.org:/tmp/cvs-serv12187/lib/python/Zope/App

Modified Files:
      Tag: Zope-3x-branch
	app-meta.zcml app.zcml 
Removed Files:
      Tag: Zope-3x-branch
	config.py 
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/App/app-meta.zcml 1.1.2.3 => 1.1.2.4 ===
    xmlns:browser='http://namespaces.zope.org/browser'
 >
+
+<include package=".ComponentArchitecture" file="component-meta.zcml" />
+<include package=".Publisher" file="publisher-meta.zcml" />
 <include package=".ZMI" file="zmi-meta.zcml" />
 <include package=".Security" file="security-meta.zcml" />
 <include package=".OFS" file="ofs-meta.zcml" />
+<include package=".ContentDirective" file="content-meta.zcml" />
 
 </zopeConfigure>


=== Zope3/lib/python/Zope/App/app.zcml 1.1.2.5 => 1.1.2.6 ===
 >
 
-
+  <include package=".ComponentArchitecture" file="component.zcml" />
   <include package=".ZMI" file="zmi.zcml" />
   <include package=".Formulator" file="formulator.zcml" />
   <include package=".OFS" file="ofs.zcml" />

=== Removed File Zope3/lib/python/Zope/App/config.py ===