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 ([EMAIL PROTECTED]). + <action dev="VG" type="add" due-to="John Morrison" due-to-email="[EMAIL PROTECTED]"> + 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: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]