[Zope-Checkins] CVS: Zope3/lib/python/Zope/App - app.zcml:1.3
Jim Fulton
jim@zope.com
Thu, 13 Jun 2002 19:16:11 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App
In directory cvs.zope.org:/tmp/cvs-serv10697/lib/python/Zope/App
Modified Files:
app.zcml
Log Message:
Got icons working, and, along the way:
- Implemented the icon directive
- Implemented
http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/ResourcesProposal
- Added a special view, named '', for service manager containers that
allows resources to have URLs like:
http://foo.com/@@/resourcename
- Fixed some server code that caused HTTP response data to get
promoted to unicode
- Updated the folder contents page to display icons.
- Ported icons for folder, file, image, and zptpage. Many more icons
need to be ported or created.
=== Zope3/lib/python/Zope/App/app.zcml 1.2 => 1.3 ===
- xmlns='http://namespaces.zope.org/zope'
- xmlns:security='http://namespaces.zope.org/security'
- xmlns:zmi='http://namespaces.zope.org/zmi'
- xmlns:browser='http://namespaces.zope.org/browser'
->
+<zopeConfigure xmlns='http://namespaces.zope.org/zope' >
<include package=".ComponentArchitecture" file="component.zcml" />
+ <include package=".Publisher" />
<include package=".ZMI" file="zmi.zcml" />
<include package=".Formulator" file="formulator.zcml" />
<include package=".OFS" file="ofs.zcml" />