You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2007/04/04 23:30:17 UTC

svn commit: r525613 - /forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/changes-to-document.xsl

Author: rgardler
Date: Wed Apr  4 14:30:17 2007
New Revision: 525613

URL: http://svn.apache.org/viewvc?view=rev&rev=525613
Log:
Rewmove hard coded URL - no longer needed

Modified:
    forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/changes-to-document.xsl

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/changes-to-document.xsl
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/changes-to-document.xsl?view=diff&rev=525613&r1=525612&r2=525613
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/changes-to-document.xsl (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/changes-to-document.xsl Wed Apr  4 14:30:17 2007
@@ -36,9 +36,6 @@
     </xsl:call-template>
   </xsl:variable>
 
- <!-- FIXME (JJP):  bugzilla is hardwired -->
- <xsl:variable name="bugzilla" select="'http://issues.apache.org/bugzilla/buglist.cgi?bug_id='"/>
-
  <xsl:param name="bugtracking-url" select="$bugzilla"/>
 
  <xsl:key name="contexts" match="changes/release/action" use="concat(../@version, '_', @context)"/>



Re: svn commit: r525613 - /forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/changes-to-document.xsl

Posted by Ross Gardler <rg...@apache.org>.
David Crossley wrote:
> This caused the generation of changes.html to break.
> 
> I hastily put it back at r525687 as i don't have time to investigate.

Sorry, that was a stupid error just before I went to bed. I see the 
problem and will fix this morning (GMT).

Ross

Re: svn commit: r525613 - /forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/changes-to-document.xsl

Posted by David Crossley <cr...@apache.org>.
This caused the generation of changes.html to break.

I hastily put it back at r525687 as i don't have time to investigate.

-David

> Author: rgardler
> Date: Wed Apr  4 14:30:17 2007
> New Revision: 525613
> 
> URL: http://svn.apache.org/viewvc?view=rev&rev=525613
> Log:
> Rewmove hard coded URL - no longer needed
> 
> Modified:
>     forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/changes-to-document.xsl
> 
> Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/changes-to-document.xsl
> URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/changes-to-document.xsl?view=diff&rev=525613&r1=525612&r2=525613
> ==============================================================================
> --- forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/changes-to-document.xsl (original)
> +++ forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/resources/stylesheets/changes-to-document.xsl Wed Apr  4 14:30:17 2007
> @@ -36,9 +36,6 @@
>      </xsl:call-template>
>    </xsl:variable>
>  
> - <!-- FIXME (JJP):  bugzilla is hardwired -->
> - <xsl:variable name="bugzilla" select="'http://issues.apache.org/bugzilla/buglist.cgi?bug_id='"/>
> -
>   <xsl:param name="bugtracking-url" select="$bugzilla"/>
>  
>   <xsl:key name="contexts" match="changes/release/action" use="concat(../@version, '_', @context)"/>
> 
>