In perl.git, the branch maint-5.20-votes has been updated <http://perl5.git.perl.org/perl.git/commitdiff/dc6a0144ddfc2cea1224a01b961db33f0913ef2d?hp=e59133b9e182e22ca2a21903659021be3881fa14>
- Log ----------------------------------------------------------------- commit dc6a0144ddfc2cea1224a01b961db33f0913ef2d Author: Steve Hay <[email protected]> Date: Mon Dec 29 15:07:06 2014 +0000 cherry-pick-votes: Fix XML encoding Also improve formatting where descriptions are long. ----------------------------------------------------------------------- Summary of changes: Porting/cherry-pick-votes-maint-5.20.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Porting/cherry-pick-votes-maint-5.20.xml b/Porting/cherry-pick-votes-maint-5.20.xml index 1880cc1..25736d0 100644 --- a/Porting/cherry-pick-votes-maint-5.20.xml +++ b/Porting/cherry-pick-votes-maint-5.20.xml @@ -263,7 +263,7 @@ Part of this (but not the opcode part): <commit votes="steveh" id="d920a62f19f2d30ca8fdefafb1e3173d525957db" ticket="" desc="Note that 5.21.6 and 5.21.7 are released"/> <commit votes="steveh" id="d274ee9d7b1765ee3032fac39cbc2e77b0d2f194" ticket="" desc="RMG: Note that Porting/release_schedule.pod should be updated"/> -<commit votes="steveh" id="62fedd514941642472e01795828f42ddd04477eb" ticket="" desc="perlfunc: another alternative for enabling the "state" feature"/> +<commit votes="steveh" id="62fedd514941642472e01795828f42ddd04477eb" ticket="" desc="perlfunc: another alternative for enabling the 'state' feature"/> To be included in an "Errata From Previous Releases": <commit votes="steveh, arc" id="6ff8f256561a974b63b784ae8681c284ada44f7a" ticket="122655" desc="perldelta: Entry for [perl #122655]."/> @@ -305,20 +305,20 @@ I will also cherry-pick Module-CoreList changes as necessary in the unholy busin <xsl:when test="local-name() = 'commit'"> <tr> <xsl:apply-templates select="@votes"/> - <td> + <td style="vertical-align: top; white-space: nowrap"> <xsl:value-of select="@votes"/> </td> - <td class="ref"> + <td class="ref" style="vertical-align: top"> <a href="http://perl5.git.perl.org/perl.git/commitdiff/{@id}"> <xsl:value-of select="@id"/> </a> </td> - <td> + <td style="vertical-align: top"> <a href="https://rt.perl.org/Ticket/Display.html?id={@ticket}"> <xsl:value-of select="@ticket"/> </a> </td> - <td> + <td style="vertical-align: top"> <xsl:value-of select="@desc"/> </td> </tr> @@ -326,20 +326,20 @@ I will also cherry-pick Module-CoreList changes as necessary in the unholy busin <xsl:when test="local-name() = 'head'"> <tr> <xsl:apply-templates select="@votes"/> - <td> + <td style="vertical-align: top; white-space: nowrap"> <xsl:value-of select="@votes"/> </td> - <td class="ref"> + <td class="ref" style="vertical-align: top"> <a href="http://perl5.git.perl.org/perl.git/shortlog/refs/heads/{@branch}"> <xsl:value-of select="@branch"/> </a> </td> - <td> + <td style="vertical-align: top"> <a href="https://rt.perl.org/Ticket/Display.html?id={@ticket}"> <xsl:value-of select="@ticket"/> </a> </td> - <td> + <td style="vertical-align: top"> <xsl:value-of select="@desc"/> </td> </tr> -- Perl5 Master Repository
