You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2003/05/18 13:31:27 UTC

cvs commit: cocoon-2.1/src/blocks/portal-fw/samples/resources/auth portal.xml sunlet-customnews.xml sunletconfig-customnews.xml

cziegeler    2003/05/18 04:31:27

  Modified:    src/blocks/portal-fw/samples/resources saveuserprofile.xml
                        sunrise-newrole.xml saveglobalprofile.xml
                        sunrise-deluser.xml roleprofile.xml userstatus.xml
                        sunrise-changeuser.xml sunrise-delrole.xml
                        saveroleprofile.xml sunrise-loaduser.xml
                        userprofile.xml saveuserstatus.xml
                        sunrise-newuser.xml
               src/blocks/portal-fw/samples/resources/auth portal.xml
                        sunlet-customnews.xml sunletconfig-customnews.xml
  Log:
  Changing namespace form cocoon.apache.org/session to apache.org/cocoon/session
  
  Revision  Changes    Path
  1.2       +2 -2      cocoon-2.1/src/blocks/portal-fw/samples/resources/saveuserprofile.xml
  
  Index: saveuserprofile.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/portal-fw/samples/resources/saveuserprofile.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- saveuserprofile.xml	9 Mar 2003 00:05:26 -0000	1.1
  +++ saveuserprofile.xml	18 May 2003 11:31:26 -0000	1.2
  @@ -6,7 +6,7 @@
   
   -->
   <userdelta xmlns:source="http://apache.org/cocoon/source/1.0"
  -           xmlns:session="http://cocoon.apache.org/session/1.0">
  +           xmlns:session="http://apache.org/cocoon/session/1.0">
       <source:insert>
       	  <source:source>profiles/userprofile-<session:getxml context="request" path="/parameter/ID"/>.xml</source:source>
           <source:path>/</source:path>
  
  
  
  1.2       +2 -2      cocoon-2.1/src/blocks/portal-fw/samples/resources/sunrise-newrole.xml
  
  Index: sunrise-newrole.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/portal-fw/samples/resources/sunrise-newrole.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sunrise-newrole.xml	9 Mar 2003 00:05:27 -0000	1.1
  +++ sunrise-newrole.xml	18 May 2003 11:31:26 -0000	1.2
  @@ -6,7 +6,7 @@
   -->
   
   <addrole xmlns:source="http://apache.org/cocoon/source/1.0"
  -         xmlns:session="http://cocoon.apache.org/session/1.0">
  +         xmlns:session="http://apache.org/cocoon/session/1.0">
   	<source:insert>
       		<source:source>resources/sunrise-roles.xml</source:source>
       		<source:path>roles</source:path>
  
  
  
  1.2       +2 -2      cocoon-2.1/src/blocks/portal-fw/samples/resources/saveglobalprofile.xml
  
  Index: saveglobalprofile.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/portal-fw/samples/resources/saveglobalprofile.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- saveglobalprofile.xml	9 Mar 2003 00:05:26 -0000	1.1
  +++ saveglobalprofile.xml	18 May 2003 11:31:26 -0000	1.2
  @@ -4,7 +4,7 @@
   
   -->
   <userdelta xmlns:source="http://apache.org/cocoon/source/1.0"
  -           xmlns:session="http://cocoon.apache.org/session/1.0">
  +           xmlns:session="http://apache.org/cocoon/session/1.0">
       <source:insert>
           <source:source>profiles/globalprofile.xml</source:source>
       	  <source:path>/</source:path>
  
  
  
  1.2       +2 -2      cocoon-2.1/src/blocks/portal-fw/samples/resources/sunrise-deluser.xml
  
  Index: sunrise-deluser.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/portal-fw/samples/resources/sunrise-deluser.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sunrise-deluser.xml	9 Mar 2003 00:05:27 -0000	1.1
  +++ sunrise-deluser.xml	18 May 2003 11:31:26 -0000	1.2
  @@ -5,7 +5,7 @@
   -->
   
   <adduser xmlns:source="http://apache.org/cocoon/source/1.0"
  -         xmlns:session="http://cocoon.apache.org/session/1.0">
  +         xmlns:session="http://apache.org/cocoon/session/1.0">
   	<!-- delete from authentication users -->
   	<source:insert>
       		<source:source>resources/sunrise-user.xml</source:source>
  
  
  
  1.2       +2 -2      cocoon-2.1/src/blocks/portal-fw/samples/resources/roleprofile.xml
  
  Index: roleprofile.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/portal-fw/samples/resources/roleprofile.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- roleprofile.xml	9 Mar 2003 00:05:26 -0000	1.1
  +++ roleprofile.xml	18 May 2003 11:31:26 -0000	1.2
  @@ -2,7 +2,7 @@
   <!-- $Id$ 
       Try to include the corresponding role profile
   -->
  -<roledelta xmlns:session="http://cocoon.apache.org/session/1.0"
  +<roledelta xmlns:session="http://apache.org/cocoon/session/1.0"
              xmlns:cinclude="http://apache.org/cocoon/include/1.0">
       <cinclude:includexml ignoreErrors="true">
          <cinclude:src>profiles/roleprofile-<session:getxml context="request" path="/parameter/role"/>.xml</cinclude:src>
  
  
  
  1.2       +2 -2      cocoon-2.1/src/blocks/portal-fw/samples/resources/userstatus.xml
  
  Index: userstatus.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/portal-fw/samples/resources/userstatus.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- userstatus.xml	9 Mar 2003 00:05:27 -0000	1.1
  +++ userstatus.xml	18 May 2003 11:31:26 -0000	1.2
  @@ -3,7 +3,7 @@
    Description: Load the status profile from a file name userstatus-<username>.xml
   
   -->
  -<statusprofile xmlns:session="http://cocoon.apache.org/session/1.0"
  +<statusprofile xmlns:session="http://apache.org/cocoon/session/1.0"
                  xmlns:cinclude="http://apache.org/cocoon/include/1.0">
   
       <cinclude:includexml ignoreErrors="true">
  
  
  
  1.2       +2 -2      cocoon-2.1/src/blocks/portal-fw/samples/resources/sunrise-changeuser.xml
  
  Index: sunrise-changeuser.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/portal-fw/samples/resources/sunrise-changeuser.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sunrise-changeuser.xml	9 Mar 2003 00:05:26 -0000	1.1
  +++ sunrise-changeuser.xml	18 May 2003 11:31:26 -0000	1.2
  @@ -6,7 +6,7 @@
   -->
   
   <adduser xmlns:source="http://apache.org/cocoon/source/1.0"
  -         xmlns:session="http://cocoon.apache.org/session/1.0">
  +         xmlns:session="http://apache.org/cocoon/session/1.0">
   	<!-- add to authentication users -->
   	<source:insert>
       		<source:source>resources/sunrise-user.xml</source:source>
  
  
  
  1.2       +2 -2      cocoon-2.1/src/blocks/portal-fw/samples/resources/sunrise-delrole.xml
  
  Index: sunrise-delrole.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/portal-fw/samples/resources/sunrise-delrole.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sunrise-delrole.xml	9 Mar 2003 00:05:27 -0000	1.1
  +++ sunrise-delrole.xml	18 May 2003 11:31:26 -0000	1.2
  @@ -6,7 +6,7 @@
   -->
   
   <addrole xmlns:source="http://apache.org/cocoon/source/1.0"
  -         xmlns:session="http://cocoon.apache.org/session/1.0">
  +         xmlns:session="http://apache.org/cocoon/session/1.0">
   	<source:insert>
       		<source:source>resources/sunrise-roles.xml</source:source>
       		<source:path>roles</source:path>
  
  
  
  1.2       +2 -2      cocoon-2.1/src/blocks/portal-fw/samples/resources/saveroleprofile.xml
  
  Index: saveroleprofile.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/portal-fw/samples/resources/saveroleprofile.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- saveroleprofile.xml	9 Mar 2003 00:05:26 -0000	1.1
  +++ saveroleprofile.xml	18 May 2003 11:31:26 -0000	1.2
  @@ -4,7 +4,7 @@
   
   -->
   <userdelta xmlns:source="http://apache.org/cocoon/source/1.0"
  -           xmlns:session="http://cocoon.apache.org/session/1.0">
  +           xmlns:session="http://apache.org/cocoon/session/1.0">
   	<source:insert>
       		<source:source>profiles/roleprofile-<session:getxml context="request" path="/parameter/role"/>.xml</source:source>
       	      <source:path>/</source:path>
  
  
  
  1.2       +2 -2      cocoon-2.1/src/blocks/portal-fw/samples/resources/sunrise-loaduser.xml
  
  Index: sunrise-loaduser.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/portal-fw/samples/resources/sunrise-loaduser.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sunrise-loaduser.xml	9 Mar 2003 00:05:27 -0000	1.1
  +++ sunrise-loaduser.xml	18 May 2003 11:31:26 -0000	1.2
  @@ -4,7 +4,7 @@
    Description: load u user
   
   -->
  -<loaduser xmlns:session="http://cocoon.apache.org/session/1.0"
  +<loaduser xmlns:session="http://apache.org/cocoon/session/1.0"
             xmlns:cinclude="http://apache.org/cocoon/include/1.0">
   	<info>
   		<ID><session:getxml context="request" path="/parameter/ID"/></ID>
  
  
  
  1.2       +2 -2      cocoon-2.1/src/blocks/portal-fw/samples/resources/userprofile.xml
  
  Index: userprofile.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/portal-fw/samples/resources/userprofile.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- userprofile.xml	9 Mar 2003 00:05:27 -0000	1.1
  +++ userprofile.xml	18 May 2003 11:31:26 -0000	1.2
  @@ -2,7 +2,7 @@
   <!-- $Id$ 
   
   -->
  -<userdelta xmlns:session="http://cocoon.apache.org/session/1.0"
  +<userdelta xmlns:session="http://apache.org/cocoon/session/1.0"
              xmlns:cinclude="http://apache.org/cocoon/include/1.0">
   
       <cinclude:includexml ignoreErrors="true">
  
  
  
  1.2       +2 -2      cocoon-2.1/src/blocks/portal-fw/samples/resources/saveuserstatus.xml
  
  Index: saveuserstatus.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/portal-fw/samples/resources/saveuserstatus.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- saveuserstatus.xml	9 Mar 2003 00:05:26 -0000	1.1
  +++ saveuserstatus.xml	18 May 2003 11:31:26 -0000	1.2
  @@ -5,7 +5,7 @@
   
   -->
   <userdelta xmlns:source="http://apache.org/cocoon/source/1.0"
  -           xmlns:session="http://cocoon.apache.org/session/1.0">
  +           xmlns:session="http://apache.org/cocoon/session/1.0">
       <source:insert>
       	  <source:source>profiles/userstatus-<session:getxml context="request" path="/parameter/ID"/>.xml</source:source>
       	  <source:path>/</source:path>
  
  
  
  1.2       +2 -2      cocoon-2.1/src/blocks/portal-fw/samples/resources/sunrise-newuser.xml
  
  Index: sunrise-newuser.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/portal-fw/samples/resources/sunrise-newuser.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sunrise-newuser.xml	9 Mar 2003 00:05:27 -0000	1.1
  +++ sunrise-newuser.xml	18 May 2003 11:31:26 -0000	1.2
  @@ -6,7 +6,7 @@
   -->
   
   <adduser xmlns:source="http://apache.org/cocoon/source/1.0"
  -         xmlns:session="http://cocoon.apache.org/session/1.0">
  +         xmlns:session="http://apache.org/cocoon/session/1.0">
   	<!-- add to authentication users -->
   	<source:insert>
       		<source:source>resources/sunrise-user.xml</source:source>
  
  
  
  1.2       +2 -2      cocoon-2.1/src/blocks/portal-fw/samples/resources/auth/portal.xml
  
  Index: portal.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/portal-fw/samples/resources/auth/portal.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- portal.xml	9 Mar 2003 00:05:29 -0000	1.1
  +++ portal.xml	18 May 2003 11:31:27 -0000	1.2
  @@ -1,7 +1,7 @@
   <?xml version="1.0"?>
   <!-- $Id$ 
   -->
  -<page xmlns:session="http://cocoon.apache.org/session/1.0">
  +<page xmlns:session="http://apache.org/cocoon/session/1.0">
   	<pageset columns="*" rows="118,*">
   		<part title="Header" scrolling="no">
   			<url>sunspotdemo-header</url>
  
  
  
  1.2       +2 -2      cocoon-2.1/src/blocks/portal-fw/samples/resources/auth/sunlet-customnews.xml
  
  Index: sunlet-customnews.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/portal-fw/samples/resources/auth/sunlet-customnews.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sunlet-customnews.xml	9 Mar 2003 00:05:29 -0000	1.1
  +++ sunlet-customnews.xml	18 May 2003 11:31:27 -0000	1.2
  @@ -1,7 +1,7 @@
   <?xml version="1.0"?>
   <!-- $Id$ 
   -->
  -<p xmlns:session="http://cocoon.apache.org/session/1.0"
  +<p xmlns:session="http://apache.org/cocoon/session/1.0"
      xmlns:cinclude="http://apache.org/cocoon/include/1.0">
       <cinclude:includexml ignoreErrors="true">
   		<cinclude:src>
  
  
  
  1.2       +2 -2      cocoon-2.1/src/blocks/portal-fw/samples/resources/auth/sunletconfig-customnews.xml
  
  Index: sunletconfig-customnews.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/portal-fw/samples/resources/auth/sunletconfig-customnews.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sunletconfig-customnews.xml	9 Mar 2003 00:05:29 -0000	1.1
  +++ sunletconfig-customnews.xml	18 May 2003 11:31:27 -0000	1.2
  @@ -2,7 +2,7 @@
   <!-- $Id$ 
   
   -->
  -<page xmlns:session="http://cocoon.apache.org/session/1.0">
  +<page xmlns:session="http://apache.org/cocoon/session/1.0">
   	<session:form name="customnews" method="POST">
   		<session:action><session:getxml context="portal" path="/configuration/uri"/></session:action>
   		<session:content>