Job page: Put latest builds on top
[?]
Feb 22, 2013, 12:00 PM
5GRW5XU4PXOROJYRVOSNP3KMQMEVEQWHJD26AVCBADW7IF72NI7QCDependencies
- [2]
K22TMPH5Make the info tables less compressed - [3]
2QISRMJKJob page: show queued as well as running builds - [4]
WGUKOIQZFix indentation - [5]
2VBQRQ2QFix some XML well-formedness problems - [6]
N4ODPYP7Job page: Remove channel tab - [7]
4WZQW2N6Fix indentation and get rid of some unnecessary whitespace in the output - [8]
ODNCGFQ5* Improved the navigation bar: don't include all projects (since that - [9]
VH5ZABDRAdd a page to show the latest evaluations for the entire server - [*]
IK53RV4V
Change contents
- edit in src/root/common.tt at line 140
IF linkToAll %]<td class="centered" colspan="5"><a href="[% linkToAll %]"><em>More...</em></a></td></tr>[% END; - replacement in src/root/common.tt at line 437
<tr><td class="centered" colspan="54"><a href="[% linkToAll %]"><em>All evaluations...</em></a></td></tr><tr><td class="centered" colspan="5"><a href="[% linkToAll %]"><em>More...</em></a></td></tr> - replacement in src/root/job.tt at line 7
<li><a href="#tabs-latestbuilds" data-toggle="tab">Latest builds</a></li><li><a href="#tabs-links" data-toggle="tab">Links</a></li> - edit in src/root/job.tt at line 13
[% IF lastBuilds.size != 0 %]<h3>Lastest builds</h3>[% INCLUDE renderBuildList builds=lastBuilds showStatusChange=0linkToAll=c.uri_for('/job' project.name jobset.name job.name 'all') %][% END %] - edit in src/root/job.tt at line 22
[% IF lastBuilds.size != 0 %]<h3>Last 10 builds</h3>[% INCLUDE renderBuildList builds=lastBuilds showStatusChange=0 %][% END %] - replacement in src/root/job.tt at line 24
<div id="tabs-latestbuilds" class="tab-pane"><div id="tabs-links" class="tab-pane">