You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2001/07/29 00:15:54 UTC

cvs commit: xml-cocoon2/skins/xml.apache.org/stylesheets changes2document.xsl

vgritsenko    01/07/28 15:15:54

  Modified:    .        changes.xml
               skins/printer/stylesheets changes2document.xsl
               skins/xml.apache.org/stylesheets changes2document.xsl
  Log:
  fix reference to bugzilla
  
  Revision  Changes    Path
  1.26      +3 -4      xml-cocoon2/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/changes.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- changes.xml	2001/07/28 16:01:47	1.25
  +++ changes.xml	2001/07/28 22:15:53	1.26
  @@ -4,7 +4,7 @@
   
   <!--
     History of Cocoon changes
  -  $Id: changes.xml,v 1.25 2001/07/28 16:01:47 vgritsenko Exp $
  +  $Id: changes.xml,v 1.26 2001/07/28 22:15:53 vgritsenko Exp $
   -->
   
   <changes title="History of Changes">
  @@ -69,9 +69,8 @@
       Fixed parsing and reporting of Java compilation errors using Javac
       and Jikes compilers.
     </action>
  -  <action dev="VG" type="add">
  -    Added documentation on libraries used in Cocoon. Thanks to 
  -    John Morrison (John.Morrison@uk.experian.com).
  +  <action dev="VG" type="add" due-to="John Morrison" due-to-email="John.Morrison@uk.experian.com">
  +    Added documentation on libraries used in Cocoon.
     </action>
     <action dev="CZ" type="add">
       Redesigned the source handling and added the source handler
  
  
  
  1.2       +4 -2      xml-cocoon2/skins/printer/stylesheets/changes2document.xsl
  
  Index: changes2document.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/skins/printer/stylesheets/changes2document.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- changes2document.xsl	2001/05/09 20:50:35	1.1
  +++ changes2document.xsl	2001/07/28 22:15:54	1.2
  @@ -8,6 +8,8 @@
   
    <xsl:param name="name"/>
   
  + <xsl:variable name="bugzilla">http://nagoya.apache.org/bugzilla/show_bug.cgi?id=</xsl:variable>
  +
    <xsl:template match="changes">
     <document>
      <header>
  @@ -41,7 +43,7 @@
   
      <xsl:if test="@fixes-bug">
       <xsl:text> Fixes </xsl:text>
  -    <link href="http://xml.apache.org/bugs/show_bug.cgi?id={@fixes-bug}">
  +    <link href="{$bugzilla}{@fixes-bug}">
        <xsl:text>bug </xsl:text><xsl:value-of select="@fixes-bug"/>
       </link>
       <xsl:text>.</xsl:text>
  @@ -53,4 +55,4 @@
     <!-- remove -->
    </xsl:template>
   
  -</xsl:stylesheet>
  \ No newline at end of file
  +</xsl:stylesheet>
  
  
  
  1.2       +3 -1      xml-cocoon2/skins/xml.apache.org/stylesheets/changes2document.xsl
  
  Index: changes2document.xsl
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/skins/xml.apache.org/stylesheets/changes2document.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- changes2document.xsl	2001/05/09 20:50:39	1.1
  +++ changes2document.xsl	2001/07/28 22:15:54	1.2
  @@ -8,6 +8,8 @@
   
    <xsl:param name="name"/>
   
  + <xsl:variable name="bugzilla">http://nagoya.apache.org/bugzilla/show_bug.cgi?id=</xsl:variable>
  +
    <xsl:template match="changes">
     <document>
      <header>
  @@ -41,7 +43,7 @@
   
      <xsl:if test="@fixes-bug">
       <xsl:text> Fixes </xsl:text>
  -    <link href="http://xml.apache.org/bugs/show_bug.cgi?id={@fixes-bug}">
  +    <link href="{$bugzilla}{@fixes-bug}">
        <xsl:text>bug </xsl:text><xsl:value-of select="@fixes-bug"/>
       </link>
       <xsl:text>.</xsl:text>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org