[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content/Folder - Folder_icon.gif:1.1 folder.zcml:1.3
Jim Fulton
jim@zope.com
Thu, 13 Jun 2002 19:16:12 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Content/Folder
In directory cvs.zope.org:/tmp/cvs-serv10697/lib/python/Zope/App/OFS/Content/Folder
Modified Files:
folder.zcml
Added Files:
Folder_icon.gif
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.
=== Added File Zope3/lib/python/Zope/App/OFS/Content/Folder/Folder_icon.gif ===
<Binary-ish file>
=== Zope3/lib/python/Zope/App/OFS/Content/Folder/folder.zcml 1.2 => 1.3 ===
id="Folder"
permission="Zope.ManageContent"
- title="Son of Folder"
+ title="Folder"
description="Minimal folder" />
<security:require
permission="Zope.View" />
@@ -40,6 +40,8 @@
action="@@AllRolePermissions.html"/>
</zmi:tabs>
+ <zmi:icon for=".Folder.IFolder." file="Folder_icon.gif" />
+
<!-- Loaded Folder Directives -->
<content class=".LoadedFolder.">
@@ -98,7 +100,6 @@
<zmi:tab label="Role Permissions"
action="@@AllRolePermissions.html"/>
</zmi:tabs>
-
<!-- Further Directives -->