You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2006/06/09 06:19:34 UTC

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

Author: crossley
Date: Thu Jun  8 21:19:33 2006
New Revision: 412923

URL: http://svn.apache.org/viewvc?rev=412923&view=rev
Log:
Changed rendered text for @dev attribute from "(@dev)" to the more
explicit "Committed by @dev.".

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

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?rev=412923&r1=412922&r2=412923&view=diff
==============================================================================
--- 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 Thu Jun  8 21:19:33 2006
@@ -149,7 +149,7 @@
   <li>
    <icon src="{$root}images/{@type}.jpg" alt="{@type}"/>
    <xsl:apply-templates/>
-   <xsl:text>(</xsl:text><xsl:value-of select="@dev"/><xsl:text>)</xsl:text>
+   <xsl:text>Committed by </xsl:text><xsl:value-of select="@dev"/><xsl:text>.</xsl:text>
 
    <xsl:if test="@due-to and @due-to!=''">
     <xsl:text> Thanks to </xsl:text>

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/status.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/status.xml?rev=412923&r1=412922&r2=412923&view=diff
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/status.xml (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.input.projectInfo/status.xml Thu Jun  8 21:19:33 2006
@@ -46,6 +46,10 @@
         displaying information about one or more projects.</p>
       </notes>
       <action type="update" context="code" dev="DC">
+       Changed rendered text for @dev attribute from "(@dev)" to the more
+       explicit "Committed by @dev.".
+      </action>
+      <action type="update" context="code" dev="DC">
        Changed rendered text for @fix-for from "Fixes" to the more general
        "See Issue".
       </action>