[Zope3-checkins] CVS: Zope3/src/zope/app/zptpage -
configure.zcml:1.6
Stephan Richter
srichter at cosmos.phy.tufts.edu
Tue Mar 9 07:39:14 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/zptpage
In directory cvs.zope.org:/tmp/cvs-serv9698/src/zope/app/zptpage
Modified Files:
configure.zcml
Log Message:
Removed permission attribute from factory directives, since all factories are
public now.
=== Zope3/src/zope/app/zptpage/configure.zcml 1.5 => 1.6 ===
--- Zope3/src/zope/app/zptpage/configure.zcml:1.5 Wed Mar 3 06:04:04 2004
+++ Zope3/src/zope/app/zptpage/configure.zcml Tue Mar 9 07:38:43 2004
@@ -27,27 +27,22 @@
<content class=".zptpage.ZPTPage">
<factory
id="ZPTPage"
- permission="zope.ManageContent"
title="ZPT Page"
description="A simple, content-based Page Template"
/>
-
<require
permission="zope.View"
attributes="__call__ macros"
/>
-
<require
permission="zope.ManageContent"
interface=".interfaces.IZPTPage"
set_attributes="source expand evaluateInlineCode"
/>
-
<require
permission="zope.View"
interface=".interfaces.IRenderZPTPage"
/>
-
<implements
interface="zope.app.interfaces.annotation.IAttributeAnnotatable"
/>
More information about the Zope3-Checkins
mailing list