morciuch    2003/03/25 11:35:22

  Modified:    docs/site changes.html
               webapp/WEB-INF/conf JetspeedSecurity.properties
                        JetspeedSecurity.template
               xdocs    changes.xml
  Log:
  Fix to allusers.disable option, patch by Shinsuke Sugaya (see Bugzilla issue# 17998)
  
  Revision  Changes    Path
  1.121     +3 -0      jakarta-jetspeed/docs/site/changes.html
  
  Index: changes.html
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/docs/site/changes.html,v
  retrieving revision 1.120
  retrieving revision 1.121
  diff -u -r1.120 -r1.121
  --- changes.html      25 Mar 2003 18:39:56 -0000      1.120
  +++ changes.html      25 Mar 2003 19:35:21 -0000      1.121
  @@ -133,6 +133,9 @@
   </li>
   -->
   <li>
  +  Fix -   Bug # 17998 - 2003/03/25 - Fix to allusers.disable option, patch by 
Shinsuke Sugaya (MO)
  +</li>
  +<li>
     Fix -   Bug # 16627 - 2003/03/25 - Fix to Psml browser error when language 
specific psml exists, patch by Jeremy Ford (MO)
   </li>
   <li>
  
  
  
  1.60      +2 -2      jakarta-jetspeed/webapp/WEB-INF/conf/JetspeedSecurity.properties
  
  Index: JetspeedSecurity.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/JetspeedSecurity.properties,v
  retrieving revision 1.59
  retrieving revision 1.60
  diff -u -r1.59 -r1.60
  --- JetspeedSecurity.properties       4 Mar 2003 17:39:42 -0000       1.59
  +++ JetspeedSecurity.properties       25 Mar 2003 19:35:21 -0000      1.60
  @@ -130,7 +130,7 @@
   # Action buttons                        #
   #########################################
   services.JetspeedSecurity.actions.anon.disable=true
  -services.JetspeedSecurity.action.allusers.disable=false
  +services.JetspeedSecurity.actions.allusers.disable=false
   
       
   
  
  
  
  1.11      +2 -2      jakarta-jetspeed/webapp/WEB-INF/conf/JetspeedSecurity.template
  
  Index: JetspeedSecurity.template
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/JetspeedSecurity.template,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- JetspeedSecurity.template 22 Nov 2002 17:00:50 -0000      1.10
  +++ JetspeedSecurity.template 25 Mar 2003 19:35:21 -0000      1.11
  @@ -130,7 +130,7 @@
   # Action buttons                        #
   #########################################
   services.JetspeedSecurity.actions.anon.disable=true
  -services.JetspeedSecurity.action.allusers.disable=false
  +services.JetspeedSecurity.actions.allusers.disable=false
   
       
   
  
  
  
  1.137     +4 -1      jakarta-jetspeed/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/xdocs/changes.xml,v
  retrieving revision 1.136
  retrieving revision 1.137
  diff -u -r1.136 -r1.137
  --- changes.xml       25 Mar 2003 18:39:57 -0000      1.136
  +++ changes.xml       25 Mar 2003 19:35:21 -0000      1.137
  @@ -23,6 +23,9 @@
   </li>
   -->
   <li>
  +  Fix -   Bug # 17998 - 2003/03/25 - Fix to allusers.disable option, patch by 
Shinsuke Sugaya (MO)
  +</li>
  +<li>
     Fix -   Bug # 16627 - 2003/03/25 - Fix to Psml browser error when language 
specific psml exists, patch by Jeremy Ford (MO)
   </li>
   <li>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to