You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by re...@apache.org on 2001/07/23 07:07:05 UTC

cvs commit: jakarta-slide/docs changelog.html contrib.html

remm        01/07/22 22:07:05

  Modified:    docs     changelog.html contrib.html
  Log:
  - Testing website update after CVS move.
  
  Revision  Changes    Path
  1.29      +125 -0    jakarta-slide/docs/changelog.html
  
  Index: changelog.html
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/docs/changelog.html,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- changelog.html	2001/07/07 19:31:43	1.28
  +++ changelog.html	2001/07/23 05:07:05	1.29
  @@ -219,6 +219,131 @@
     
   <table width="100%" cellpadding="5" cellspacing="5" border="0">
   <tr>
  +<td bgcolor="#023264"><font size="+1" face="arial,helvetica,sanserif" color="#ffffff"><strong>Slide 1.0.12</strong></font></td>
  +</tr>
  +<tr>
  +<td>
  +<blockquote>
  +
  +    
  +<p>
  +
  +      
  +<table cellspacing="2" cellpadding="2" border="0">
  +        
  +<tr>
  +<td><img src="images/fix.gif" class="icon" alt="fix"></td><td>
  +          Performance fix in PROPFIND, which reduces a lot the number of 
  +          queries needed when doing a PROPFIND with depth = 1 (Nelis Bijl)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/fix.gif" class="icon" alt="fix"></td><td>
  +          Packaging error in 1.0.11 : the web.xml included in slide.war was 
  +          incorrect (a parameter was missing) (Nelis Bijl)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/update.gif" class="icon" alt="update"></td><td>
  +          The PROPFIND depth limit can now be configured separately in each 
  +          instance of the WebDAV servlet, instead of being a global parameter 
  +          (CL)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/add.gif" class="icon" alt="add"></td><td>
  +          Add additional commands to manipulate ACLs in the command line client
  +          (grant, deny, revoke) (DV)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/update.gif" class="icon" alt="update"></td><td>
  +          Major update to the UI components (MS, JT)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/update.gif" class="icon" alt="update"></td><td>
  +          Reorganize code of COPY and MOVE to minimize code duplication (JP)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/fix.gif" class="icon" alt="fix"></td><td>
  +          Allow modifying the displayname property using a PROPPATCH (JP)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/fix.gif" class="icon" alt="fix"></td><td>
  +          Fix WebDAV compliance bugs where status code were always wrapped
  +          inside a 207 (JP)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/add.gif" class="icon" alt="add"></td><td>
  +          Draft of the indexing / searching API (RM)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/update.gif" class="icon" alt="update"></td><td>
  +          Update WebDAV Access Control Protocol Support to the 06 draft (DV)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/fix.gif" class="icon" alt="fix"></td><td>
  +          Finish implementing lock handling in the client (RM)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/fix.gif" class="icon" alt="fix"></td><td>
  +          Remove transparent multi-connection handling from the client; it
  +          makes the client thread safe (RM)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/add.gif" class="icon" alt="add"></td><td>
  +          Namespace support in the client for PROPFIND (DV, RM, Derek Libby)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/fix.gif" class="icon" alt="fix"></td><td>
  +          Cleanup of the namespace handling in the WebDAV servlet, 
  +          using DOM2 (RM)
  +        </td>
  +</tr>
  +        
  +<tr>
  +<td><img src="images/update.gif" class="icon" alt="update"></td><td>
  +          Upgrade to Tomcat 4.0 beta 6 (RM)
  +        </td>
  +</tr>
  +      
  +</table>
  +
  +    
  +<br>
  +</p>
  +
  +  
  +</blockquote>
  +</td>
  +</tr>
  +</table>
  +
  +  
  +<table width="100%" cellpadding="5" cellspacing="5" border="0">
  +<tr>
   <td bgcolor="#023264"><font size="+1" face="arial,helvetica,sanserif" color="#ffffff"><strong>Slide 1.0.11</strong></font></td>
   </tr>
   <tr>
  
  
  
  1.28      +10 -0     jakarta-slide/docs/contrib.html
  
  Index: contrib.html
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/docs/contrib.html,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- contrib.html	2001/06/24 22:26:06	1.27
  +++ contrib.html	2001/07/23 05:07:05	1.28
  @@ -405,6 +405,16 @@
       <br>
   </p>
       
  +    
  +<p>
  +      
  +<a href="mailto:cmlenz%20at%20gmx.de"><b>Chistopher Lenz</b></a>
  +      
  +<br>
  +      Bug fixes, testing.
  +    <br>
  +</p>
  +    
     
   </blockquote>
   </td>