Fix duplicate row-link

[?]
Mar 24, 2015, 1:31 PM
QFI54DW2DFT5ZVCSXIVIXU44WEELAWTCFIRM5WAGNZXCQLWSTFIAC

Dependencies

  • [2] WT3RUYHS Likewise remove eval IDs from eval lists
  • [3] 76LYER47 Hide build IDs from build lists
  • [4] 2VBQRQ2Q Fix some XML well-formedness problems
  • [5] VH5ZABDR Add a page to show the latest evaluations for the entire server
  • [6] ND75XNSQ Allow showing all evaluations that contain a given build
  • [7] BIVZGPUT Optimise clickable rows
  • [8] 4WZQW2N6 Fix indentation and get rid of some unnecessary whitespace in the output
  • [9] 22FGDLQJ Respect hideJobset in renderBuildListBody.
  • [*] IK53RV4V

Change contents

  • replacement in src/root/common.tt at line 111
    [4.2478][3.258:508]()
    <td class="nowrap"><a class="row-link" href="[%link%]">[% t = showSchedulingInfo ? build.timestamp : build.stoptime; IF t; INCLUDE renderRelativeDate timestamp=(showSchedulingInfo ? build.timestamp : build.stoptime); ELSE; "-"; END %]</a></td>
    [4.2478]
    [4.2478]
    <td class="nowrap">[% t = showSchedulingInfo ? build.timestamp : build.stoptime; IF t; INCLUDE renderRelativeDate timestamp=(showSchedulingInfo ? build.timestamp : build.stoptime); ELSE; "-"; END %]</td>
  • replacement in src/root/common.tt at line 407
    [4.3347][2.0:136]()
    <td class="nowrap"><a class="row-link" href="[% link %]">[% INCLUDE renderRelativeDate timestamp = eval.timestamp %]</a></td>
    [4.3347]
    [4.10201]
    <td class="nowrap">[% INCLUDE renderRelativeDate timestamp = eval.timestamp %]</td>