[Zope3-checkins] CVS: Zope3/src/zope/app/workflow - configure.zcml:1.4

Stephan Richter srichter@cosmos.phy.tufts.edu
Thu, 31 Jul 2003 11:02:08 -0400


Update of /cvs-repository/Zope3/src/zope/app/workflow
In directory cvs.zope.org:/tmp/cvs-serv10755/src/zope/app/workflow

Modified Files:
	configure.zcml 
Log Message:
Implemented relevant data for Processes (read workflows). You can specify
a schema which contains the fields that should be available as relevant 
data. Once the schema is set, you are able to specify "get" and "set" 
permissions for each field. That;s it for the setup.

When you then create a Content Object that uses the process definition for
which you declared the schema, you will see that there is a form in the 
'Workflows' tab of this content object that allows you to manipulate the
releavant data.

I also enhanced the XML Import/Export to support relevant data and their 
permissions. 

The easiest way to check all this functionality out is to uncomment the 
include directives in browser/workflow/stateful/configure.zcml and 
workflow/stateful/configure.zcml (both at the end of the file).

This completes my code and status review of the workflow package, which I
think is now ready for the beta.


=== Zope3/src/zope/app/workflow/configure.zcml 1.3 => 1.4 ===
--- Zope3/src/zope/app/workflow/configure.zcml:1.3	Tue Jul 29 20:00:22 2003
+++ Zope3/src/zope/app/workflow/configure.zcml	Thu Jul 31 11:01:33 2003
@@ -1,6 +1,6 @@
 <zopeConfigure
-   xmlns='http://namespaces.zope.org/zope'
-   xmlns:service='http://namespaces.zope.org/service'>
+   xmlns="http://namespaces.zope.org/zope"
+   xmlns:service="http://namespaces.zope.org/service">
 
 <!-- Workflow Permissions -->
 
@@ -43,8 +43,7 @@
 
 <!-- Workflow Process Definition 
      This is only a generic placeholder for
-     future Process Definition implementations
--->
+     future Process Definition implementations -->
 
 <content class="zope.app.workflow.definition.ProcessDefinition">
   <factory