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:33:43 UTC

svn commit: r412925 - 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:33:42 2006
New Revision: 412925

URL: http://svn.apache.org/viewvc?rev=412925&view=rev
Log:
Make the list of contributors for each release be a compact list.

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=412925&r1=412924&r2=412925&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:33:42 2006
@@ -133,13 +133,14 @@
        <p>This is a list of all people who have contributed to this release, but 
        were not full developers on the project. We thank these people for their 
        contributions.</p>
-       
-       <ul>
+
+       <p>
          <xsl:for-each select="action[generate-id()=generate-id(key('distinct-contributor', @due-to))]">
            <xsl:sort select="@due-to"/>
-           <li><xsl:value-of select="@due-to"/></li>
+           <xsl:value-of select="@due-to"/>
+           <xsl:text>, </xsl:text>
          </xsl:for-each>
-       </ul>
+       </p>
      </section>
    </xsl:if>
   </section>

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=412925&r1=412924&r2=412925&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:33:42 2006
@@ -46,6 +46,9 @@
         displaying information about one or more projects.</p>
       </notes>
       <action type="update" context="code" dev="DC">
+        Make the list of contributors for each release be a compact list.
+      </action>
+      <action type="update" context="code" dev="DC">
        Changed rendered text for @dev attribute from "(@dev)" to the more
        explicit "Committed by @dev.".
       </action>