lenya/src/webapp/lenya/pubs/oscom authoring-sitemap.xmap,1.47,1.48

Edith Chevrier <[email protected]> Tue, 20 May 2003 18:45:24 +0200
Newsgroups gmane.comp.cms.wyona.cvs
Message-ID <[email protected]>
Update of /usr/local/repositories/lenya/src/webapp/lenya/pubs/oscom
In directory erbium:/tmp/cvs-serv19453/src/webapp/lenya/pubs/oscom

Modified Files:
	authoring-sitemap.xmap 
Log Message:
Revision Controller in the usecase sitemap

Index: authoring-sitemap.xmap
===================================================================
RCS file: /usr/local/repositories/lenya/src/webapp/lenya/pubs/oscom/authoring-sitemap.xmap,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** authoring-sitemap.xmap	30 Apr 2003 16:44:24 -0000	1.47
--- authoring-sitemap.xmap	20 May 2003 16:45:20 -0000	1.48
***************
*** 42,76 ****
                  <map:pipeline>
                          <map:match type="usecase" pattern="rollback">
-                                 <map:match type="step" pattern="showscreen">
-                                         <map:generate type="serverpages" src="../../content/rc/versions-screen.xsp"/>
-                                         <map:transform src="../../xslt/rc/rollback.xsl"/>
-                                         <map:serialize type="html"/>
- <!--
-                                         <map:serialize type="xml"/>
- -->
-                                 </map:match>
                                  <map:match type="step" pattern="view">
                                          <map:generate type="serverpages" src="../../content/rc/view.xsp">
                                          </map:generate>
- <!--
-                                         <map:transform src="xslt/article/authoring/toArticle.xsl"/>
-                                         <map:transform src="xslt/article/authoring/main.xsl">
-                                                 <map:parameter name="section" value="{2}"/>
-                                         </map:transform>
-                                         <map:serialize type="html"/>
- -->
                                          <map:serialize type="xml"/>
                                  </map:match>
-                                 <map:match type="step" pattern="rollback">
-                                         <map:act type="page-envelope">
-                                                 <map:act type="rollback">
-                                                         <map:parameter name="rcmlDirectory" value="{rcml-directory}"/>
-                                                         <map:parameter name="backupDirectory" value="{backup-directory}"/>
-                                                         <map:parameter name="publicationPath" value="{publication-path}"/>
-                                                         <map:redirect-to uri="{location}" session="true"/>
-                                                 </map:act>
-                                                 <map:redirect-to uri="{}" session="true"/>
-                                         </map:act>
-                                 </map:match>
                          </map:match>
                  </map:pipeline>
--- 42,50 ----
***************
*** 399,407 ****
        <!-- Edit Matrix Project with Xopus2 -->
        <map:match pattern="authoring/xopus2/matrix/*.html">
-         <map:act type="page-envelope">
            <map:act type="reserved-checkout">
-             <map:parameter name="rcmlDirectory" value="{rcml-directory}"/>
-             <map:parameter name="backupDirectory" value="{backup-directory}"/>
-             <map:parameter name="publicationPath" value="{publication-path}"/>
              <map:generate type="serverpages" src="../../content/rc/{exception}.xsp">
                <map:parameter name="user" value="{user}"/>
--- 373,377 ----
***************
*** 411,415 ****
              <map:serialize type="xml"/>
            </map:act>
-         </map:act>
  
          <map:generate src="cocoon:/authoring/matrix/{1}.xml"/>
--- 381,384 ----
***************
*** 431,439 ****
        <!-- Edit Editor Matrix Project with Xopus2 -->
        <map:match pattern="authoring/xopus2/editor-matrix/*.html">
-         <map:act type="page-envelope">
            <map:act type="reserved-checkout">
-             <map:parameter name="rcmlDirectory" value="{rcml-directory}"/>
-             <map:parameter name="backupDirectory" value="{backup-directory}"/>
-             <map:parameter name="publicationPath" value="{publication-path}"/>
              <map:generate type="serverpages" src="../../content/rc/{exception}.xsp">
                <map:parameter name="user" value="{user}"/>
--- 400,404 ----
***************
*** 443,447 ****
              <map:serialize type="xml"/>
            </map:act>
-         </map:act>
  
          <map:generate src="cocoon:/authoring/editor-matrix/{1}.xml"/>
--- 408,411 ----