lenya/src/webapp/lenya/pubs/forum authoring-sitemap.xmap,1.27,1.28

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/forum
In directory erbium:/tmp/cvs-serv19453/src/webapp/lenya/pubs/forum

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/forum/authoring-sitemap.xmap,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** authoring-sitemap.xmap	5 May 2003 12:29:27 -0000	1.27
--- authoring-sitemap.xmap	20 May 2003 16:45:20 -0000	1.28
***************
*** 28,58 ****
       <!-- Rollback -->
        <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:match>
          <map:match type="step" pattern="view">
            <map:generate type="serverpages" src="../../content/rc/view.xsp"/>
- <!--
-           <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>
       <!-- /Rollback -->
--- 28,35 ----
***************
*** 167,175 ****
        <!-- Edit with Xopus2 -->
        <map:match pattern="xopus2/articles/*/index.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}"/>
--- 144,148 ----
***************
*** 179,183 ****
              <map:serialize type="xml"/>
            </map:act>
-         </map:act>
          <map:generate src="cocoon:/articles/{1}/article.xml"/>
          <map:select>
--- 152,155 ----