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

Jim Fulton jim@zope.com
Sun, 2 Jun 2002 10:35:04 -0400


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

Modified Files:
      Tag: Zope3InWonderland-branch
	app-meta.zcml 
Removed Files:
      Tag: Zope3InWonderland-branch
	config.py 
Log Message:
- Added template attribute to allow views to be created from a
  template source file.

- Added beginnings of a Zope debugger. This required seperating site
  and server configuration.

- Added the ability to specify a config file package in the
  zopeConfigure directive. Made "config.zcml" a default for the file
  attribute in the include directive.

- Fixed mapply to unwrap proxied objects. This was necessary once
  views became wrapped in proxies. We need to investigate why they
  weren't being wrapped before. 

- I updated enough system page templates and zcml directives so that:

  - Zope now starts. :)

  - The root folder contents listing can be viewed.

  Many more templates and zcml files need to be updated to reflect the
  way views are now handled.



=== Zope3/lib/python/Zope/App/app-meta.zcml 1.1.2.3.10.2 => 1.1.2.3.10.3 ===
 
 <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" />

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