vmassol     2004/05/14 04:16:49

  Modified:    documentation/docs/xdocs changes_archive.xml changes.xml
               documentation/docs/skins/jakarta.apache.org/stylesheets
                        document2html.xsl
  Log:
  - Replaced "fixes-bug" by "issue" as it's about issues not bugs... 

  - Point the issue links to the Cactus JIRA (instead of bugzilla)

  - Finished converting bugzilla IDs to JIRA IDs
  
  Revision  Changes    Path
  1.5       +7 -7      jakarta-cactus/documentation/docs/xdocs/changes_archive.xml
  
  Index: changes_archive.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/changes_archive.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- changes_archive.xml       13 Mar 2004 14:40:47 -0000      1.4
  +++ changes_archive.xml       14 May 2004 11:16:49 -0000      1.5
  @@ -55,7 +55,7 @@
           (in that case you'll need to have <code>cactus.jar</code> in your
           <code>WEB-INF/lib</code> directory).
         </action>
  -      <action dev="VMA" type="fix" fixes-bug="6093" due-to="Kjeld" 
due-to-email="[EMAIL PROTECTED]">
  +      <action dev="VMA" type="fix" issue="CACTUS-16" due-to="Kjeld" 
due-to-email="[EMAIL PROTECTED]">
           Modified the mechanism to get test result from the
           Server side. Previously Cactus was using a serialized object whereas
           now Cactus sends back XML data.
  @@ -95,7 +95,7 @@
           Added a <link href="site:news">"News"</link> page with all news and
           events regarding Cactus. It is also supposed to act as a history page.
         </action>
  -      <action dev="VMA" type="fix" fixes-bug="4563" due-to="Steven L. Youtsey" 
due-to-email="[EMAIL PROTECTED]">
  +      <action dev="VMA" type="fix" issue="CACTUS-13" due-to="Steven L. Youtsey" 
due-to-email="[EMAIL PROTECTED]">
           <code>HttpServletContextWrapper.getRequestDispatcher()</code> now throws
           <code>null</code> when the wrapped servlet context returns 
           <code>null</code> when asked for a request dispatcher.
  @@ -243,7 +243,7 @@
           and also so that we can have our FAQ in CVS along with the rest of the
           documentation.
         </action>
  -      <action dev="VMA" type="fix" fixes-bug="4563" due-to="Chris Hazen" 
due-to-email="[EMAIL PROTECTED]">
  +      <action dev="VMA" type="fix" issue="CACTUS-13" due-to="Chris Hazen" 
due-to-email="[EMAIL PROTECTED]">
           The <code>getHost()</code> method of the <code>ServletURL</code> class
           returns the ":" signifing the start of the port number of the host.
           This has side effects in Cactus in that passing
  @@ -351,7 +351,7 @@
           by providing a new <code>FilterTestCase</code> test case class. Also
           added some filter unit testing samples in the distribution.
         </action>
  -      <action dev="VMA" type="fix" fixes-bug="3427" due-to="Tony Payne" 
due-to-email="[EMAIL PROTECTED]">
  +      <action dev="VMA" type="fix" issue="CACTUS-9" due-to="Tony Payne" 
due-to-email="[EMAIL PROTECTED]">
           The Cactus HTTP client was following redirects.
           This is wrong for unit tests as we should be able to assert returned
           headers, cookies, ... even for a redirect response.
  @@ -503,7 +503,7 @@
           Cactus tests. If the log4j jar is present logs will be generated and if
           not, then no log will be generated.
         </action>
  -      <action dev="VMA" type="fix" fixes-bug="1612" due-to="Bob Davison" 
due-to-email="[EMAIL PROTECTED]">
  +      <action dev="VMA" type="fix" issue="CACTUS-4" due-to="Bob Davison" 
due-to-email="[EMAIL PROTECTED]">
           With some servlet engines (like Tomcat) there is a
           risk that the test result will not be committed to the servlet
           application scope *before* the client requests the test result, thus
  @@ -519,7 +519,7 @@
           same spirit as the <code>AssertUtils.getResponseAsString()</code>
           method which returnes the result as a single string.
         </action>
  -      <action dev="VMA" type="fix" fixes-bug="1610" due-to="Bob Davison" 
due-to-email="[EMAIL PROTECTED]">
  +      <action dev="VMA" type="fix" issue="CACTUS-3" due-to="Bob Davison" 
due-to-email="[EMAIL PROTECTED]">
           Corrected handling of multi-line text in
           <code>AssertUtils.getResponseAsString()</code> which was not handling
           correctly line terminators (they were skipped).
  @@ -527,7 +527,7 @@
       </release>
   
       <release version="1.0" date="May 2 2001">
  -      <action dev="VMA" type="fix" fixes-bug="1582" due-to="Arun Katkere" 
due-to-email="[EMAIL PROTECTED]">
  +      <action dev="VMA" type="fix" issue="CACTUS-2" due-to="Arun Katkere" 
due-to-email="[EMAIL PROTECTED]">
           Applied patch from Arun Katkere in order to prevent
           the "connexion reset by peer" error message that may appear in Tomcat
           when the connection is broken without reading the requested URL by the
  
  
  
  1.191     +16 -16    jakarta-cactus/documentation/docs/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/changes.xml,v
  retrieving revision 1.190
  retrieving revision 1.191
  diff -u -r1.190 -r1.191
  --- changes.xml       14 May 2004 10:47:14 -0000      1.190
  +++ changes.xml       14 May 2004 11:16:49 -0000      1.191
  @@ -90,7 +90,7 @@
         </devs>
   
         <release version="1.7dev" date="in CVS">
  -        <action dev="VMA" type="update" fixes-bug="CACTUS-118">
  +        <action dev="VMA" type="update" issue="CACTUS-118">
             The <code>JettyTestSetup</code> class now checks if the Jetty server
             is already started and only starts it if it isn't running. It also
             does not stops it if it was running before <code>JettyTestSetup</code>
  @@ -100,7 +100,7 @@
         </release>
   
         <release version="1.6.1" date="in CVS">
  -        <action dev="VMA" type="fix" fixes-bug="CACTUS-107">
  +        <action dev="VMA" type="fix" issue="CACTUS-107">
             An error was introduced in the Servlet Test Runner during the 
             internal package refactoring that happened in Cactus 1.6. The
             <code>XMLTransformer</code> could not be loaded and it resulted
  @@ -200,7 +200,7 @@
             that allows to set the security cookie name to a name different than
             <code>JSESSIONID</code> (the default).
           </action>
  -        <action dev="VMA" type="fix" fixes-bug="CACTUS-37" due-to="Kazuhito Suguri" 
due-to-email="[EMAIL PROTECTED]">
  +        <action dev="VMA" type="fix" issue="CACTUS-37" due-to="Kazuhito Suguri" 
due-to-email="[EMAIL PROTECTED]">
             <code>FormAuthentication</code> no longer assumes "localhost" when 
             adding cookies.
           </action>
  @@ -213,11 +213,11 @@
           <action dev="VMA" type="update">
             Migrated to Apache license 2.0.
           </action>
  -        <action dev="VMA" type="update" fixes-bug="CACTUS-79" due-to="Daniel Rabe" 
due-to-email="[EMAIL PROTECTED]">
  +        <action dev="VMA" type="update" issue="CACTUS-79" due-to="Daniel Rabe" 
due-to-email="[EMAIL PROTECTED]">
             The <code>&lt;cactus&gt;</code> task now also cleans custom tmp
             directories (passed using the <code>tmpdir</code> attribute).
           </action>
  -        <action dev="VMA" type="add" fixes-bug="CACTUS-85" due-to="James Carpenter" 
due-to-email="[EMAIL PROTECTED]">
  +        <action dev="VMA" type="add" issue="CACTUS-85" due-to="James Carpenter" 
due-to-email="[EMAIL PROTECTED]">
             Added support for specifying which JNDI port to use when shutting 
             down JBoss 3.x in the Cactus Ant integration. 
             The <code>&lt;jboss3x&gt;</code> nested element now supports the new
  @@ -231,7 +231,7 @@
             <code>encoding</code> parameters allows using a user-specified 
             encoding.
           </action>
  -        <action dev="VMA" type="fix" fixes-bug="CACTUS-89" due-to="Scott 
Leberknight" due-to-email="[EMAIL PROTECTED]">
  +        <action dev="VMA" type="fix" issue="CACTUS-89" due-to="Scott Leberknight" 
due-to-email="[EMAIL PROTECTED]">
             Fixed <code>request.getRequestURL()</code> (J2EE 1.3 only) which was 
             not working properly when <code>WebRequest.setURL()</code> was called
             with a null pathinfo parameter.
  @@ -251,7 +251,7 @@
             <code>&lt;conf&gt;</code> element (see the <code>&lt;cactus&gt;</code>
             task documentation for more details).
           </action>
  -        <action dev="VMA" type="fix" fixes-bug="CACTUS-84" due-to="Brian Topping" 
due-to-email="[EMAIL PROTECTED]">
  +        <action dev="VMA" type="fix" issue="CACTUS-84" due-to="Brian Topping" 
due-to-email="[EMAIL PROTECTED]">
             In the Ant integration, added support for web contexts defined in
             JBoss's <code>jboss-web.xml</code>.
           </action>
  @@ -261,7 +261,7 @@
             object you got from your Cactus test case (i.e. a Cactus request 
             wrapper object). Instead we got [...]</code>.
           </action>
  -        <action dev="VMA" type="add" fixes-bug="CACTUS-53">
  +        <action dev="VMA" type="add" issue="CACTUS-53">
             In the Ant integration module, added new <code>configXml</code> 
             attribute to the <code>&lt;weblogic7x&gt;</code> container 
             element of the <code>&lt;cactus&gt;</code> task.
  @@ -289,14 +289,14 @@
             version provided by Cactus. This is for the Tomcat 4.x and 5.x
             containers.
           </action>
  -        <action dev="VMA" type="fix" fixes-bug="CACTUS-63" due-to="James Stangler" 
due-to-email="[EMAIL PROTECTED]">
  +        <action dev="VMA" type="fix" issue="CACTUS-63" due-to="James Stangler" 
due-to-email="[EMAIL PROTECTED]">
             The Jetty Test Setup was not shutting Jetty down if an error ocurred
             during setUp.
           </action>
         </release>
         
         <release version="1.5-rc1" date="26 October 2003">
  -        <action dev="VMA" type="fix" fixes-bug="CACTUS-58" due-to="Norbert Pabis" 
due-to-email="[EMAIL PROTECTED]">
  +        <action dev="VMA" type="fix" issue="CACTUS-58" due-to="Norbert Pabis" 
due-to-email="[EMAIL PROTECTED]">
             The Cactus Ant integration now reports the HTTP error code when it 
             fails to start the container and timeouts. It was previously doing 
             this but only in debug mode.
  @@ -330,11 +330,11 @@
             JUnit test cases, the <code>setUp()</code> and 
             <code>tearDown()</code> methods were not called.
           </action>
  -        <action dev="VMA" type="fix" fixes-bug="CACTUS-52" due-to="Jonathan Kovacs" 
due-to-email="[EMAIL PROTECTED]">
  +        <action dev="VMA" type="fix" issue="CACTUS-52" due-to="Jonathan Kovacs" 
due-to-email="[EMAIL PROTECTED]">
             In the Ant integration, when using the &lt;cactus&gt; task with
             an EAR, the test webapp context was not correctly set.
           </action>
  -        <action dev="VMA" type="fix" fixes-bug="22249" due-to="James Stangler" 
due-to-email="[EMAIL PROTECTED]">
  +        <action dev="VMA" type="fix" issue="CACTUS-49" due-to="James Stangler" 
due-to-email="[EMAIL PROTECTED]">
             Fixed the <code>JettyTestSetup</code> class so that it stops the
             running Jetty server at the end of the test suite execution.
           </action>
  @@ -370,7 +370,7 @@
             is useful for users who have defined their own JBoss 
             configuration and are using a port other than 8080.
           </action>
  -        <action dev="VMA" type="fix" fixes-bug="21892" due-to="Christopher 
Marshall" due-to-email="[EMAIL PROTECTED]">
  +        <action dev="VMA" type="fix" issue="CACTUS-47" due-to="Christopher 
Marshall" due-to-email="[EMAIL PROTECTED]">
             Fixed bug in Eclipse plugin build where the plugin version was not
             correctly resolved.
           </action>
  @@ -452,7 +452,7 @@
             It should provide better printing capabilities and a more consistent
             look.
           </action>
  -        <action dev="VMA" type="fix" fixes-bug="9544" due-to="Misak Boulatian" 
due-to-email="[EMAIL PROTECTED]">
  +        <action dev="VMA" type="fix" issue="CACTUS-22" due-to="Misak Boulatian" 
due-to-email="[EMAIL PROTECTED]">
             Cactus was not correctly handling the <code>ComparisonFailure</code> 
             exception introduced by JUnit 3.8.1 and these exceptions were 
             reported as errors instead of failures.
  @@ -766,7 +766,7 @@
         <action dev="VMA" type="add">
           Added automatic script support for WebLogic 7.0.
         </action>
  -      <action dev="VMA" type="fix" fixes-bug="9544" due-to="Daniel Dennison" 
due-to-email="[EMAIL PROTECTED]">
  +      <action dev="VMA" type="fix" issue="CACTUS-22" due-to="Daniel Dennison" 
due-to-email="[EMAIL PROTECTED]">
            It seems that it is possible that the test result contain an end of 
            line character and the Cactus <code>WebTestResultParser</code> was 
            choking on this and seeing the returned result as invalid. This has 
  @@ -790,7 +790,7 @@
           broken by a line introduced in Cactus 1.3 that would only work with
           Ant 1.5. However, this line can easily be commented out).
         </action>
  -      <action dev="VMA" type="fix" fixes-bug="CACTUS-21" due-to="Marc Brette" 
due-to-email="[EMAIL PROTECTED]">
  +      <action dev="VMA" type="fix" issue="CACTUS-21" due-to="Marc Brette" 
due-to-email="[EMAIL PROTECTED]">
            Modified the <code>jspRedirector.jsp</code> so that
            it initializes an HTTP Session (<code>session="true"</code>). There
            is no way I know to make this parameter dynamic so we set it to true
  
  
  
  1.53      +9 -9      
jakarta-cactus/documentation/docs/skins/jakarta.apache.org/stylesheets/document2html.xsl
  
  Index: document2html.xsl
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/documentation/docs/skins/jakarta.apache.org/stylesheets/document2html.xsl,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- document2html.xsl 13 Apr 2004 08:50:12 -0000      1.52
  +++ document2html.xsl 14 May 2004 11:16:49 -0000      1.53
  @@ -747,16 +747,16 @@
         <xsl:text>(</xsl:text><xsl:value-of select="@dev"/><xsl:text>)</xsl:text>
         <xsl:if test="@due-to">
           <xsl:text> Thanks to </xsl:text>
  -         <!-- link -->
  -         <a href="mailto:[EMAIL PROTECTED]"><xsl:value-of select="@due-to"/></a>
  +          <!-- link -->
  +          <a href="mailto:[EMAIL PROTECTED]"><xsl:value-of select="@due-to"/></a>
           <xsl:text>.</xsl:text>
         </xsl:if>
  -      <xsl:if test="@fixes-bug">
  -        <xsl:text> Fixes </xsl:text>
  -         <!-- link -->
  -         <a href="http://nagoya.apache.org/jira/secure/[EMAIL PROTECTED]">
  -           <xsl:text>bug </xsl:text><xsl:value-of select="@fixes-bug"/>
  -        </a>
  +      <xsl:if test="@issue">
  +        <xsl:text> Fixes issue </xsl:text>
  +          <!-- link -->
  +          <a href="http://nagoya.apache.org/jira/browse/[EMAIL PROTECTED]">
  +            <xsl:value-of select="@issue"/>
  +          </a>
           <xsl:text>.</xsl:text>
         </xsl:if>
       </li>
  
  
  

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

Reply via email to