oscom-lenya-notimes/pubs/notimes usecase.xmap,1.3,1.4
Michael Wechner <[email protected]> Wed, 28 May 2003 07:31:05 +0200
| Newsgroups | gmane.comp.cms.wyona.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /usr/local/repositories/oscom-lenya-notimes/pubs/notimes
In directory erbium:/tmp/cvs-serv29950/pubs/notimes
Modified Files:
usecase.xmap
Log Message:
Article Creator finished
Index: usecase.xmap
===================================================================
RCS file: /usr/local/repositories/oscom-lenya-notimes/pubs/notimes/usecase.xmap,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** usecase.xmap 28 May 2003 04:18:14 -0000 1.3
--- usecase.xmap 28 May 2003 05:31:02 -0000 1.4
***************
*** 19,22 ****
--- 19,27 ----
<map:action name="task" logger="sitemap.action.task" src="org.apache.lenya.cms.cocoon.acting.TaskAction"/>
<map:action name="latestpublicationdate" src="org.oscom.cocoon.acting.LatestPublicationDateAction" logger="sitemap.action.latestpublicationdate" />
+ <map:action name="parent-child" src="org.apache.lenya.cms.cocoon.acting.ParentChildCreatorAction" logger="sitemap.action.creator">
+ <tree-authoring href="content/authoring/tree.xml"/>
+ <docs href="content/authoring/articles"/>
+ <doctypes href="config/doctypes/"/>
+ </map:action>
</map:actions>
</map:components>
***************
*** 37,47 ****
<map:match type="lenya-step" pattern="execute">
! <map:act type="request">
! <map:parameter name="parameters" value="true"/>
! <map:act type="task">
! <map:parameter name="task-id" value="publish"/>
! <map:redirect-to uri="{parent_uri}" session="true"/>
! </map:act>
! </map:act>
</map:match>
</map:match>
--- 42,49 ----
<map:match type="lenya-step" pattern="execute">
! <map:act type="parent-child">
! <map:redirect-to uri="index.html" session="true"/>
! </map:act>
! <map:redirect-to uri="index.html?lenya.usecase=create&lenya.step=showscreen&status=failed" session="true"/>
</map:match>
</map:match>