Fix duplicate row-link
[?]
Mar 24, 2015, 1:31 PM
QFI54DW2DFT5ZVCSXIVIXU44WEELAWTCFIRM5WAGNZXCQLWSTFIACDependencies
- [2]
WT3RUYHSLikewise remove eval IDs from eval lists - [3]
76LYER47Hide build IDs from build lists - [4]
BIVZGPUTOptimise clickable rows - [5]
22FGDLQJRespect hideJobset in renderBuildListBody. - [6]
2VBQRQ2QFix some XML well-formedness problems - [7]
ND75XNSQAllow showing all evaluations that contain a given build - [8]
VH5ZABDRAdd a page to show the latest evaluations for the entire server - [9]
4WZQW2N6Fix indentation and get rid of some unnecessary whitespace in the output - [*]
IK53RV4V
Change contents
- replacement in src/root/common.tt at line 111
<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><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
<td class="nowrap"><a class="row-link" href="[% link %]">[% INCLUDE renderRelativeDate timestamp = eval.timestamp %]</a></td><td class="nowrap">[% INCLUDE renderRelativeDate timestamp = eval.timestamp %]</td>