Reorder

[?]
Oct 7, 2014, 3:16 PM
7X2VKCAMPOVATS4EJ2N2V6WGFMYPA5ZFWJQBMXQISYPNTBCUN3FAC

Dependencies

  • [2] K22TMPH5 Make the info tables less compressed
  • [3] R6B5CAFF Let Builds.timestamp refer to the time the build was added
  • [4] 36M6DGIT Show the runtime/build dependencies in the build page
  • [5] XHK7IGYI * hdyra: show last succeeded build and changes since on build status summary if build has failed
  • [6] 2GUAKGTB Fix indentation of build.tt
  • [*] J5UVLXOK * Start of a basic Catalyst web interface.

Change contents

  • edit in src/root/build.tt at line 287
    [2.192]
    [4.7702]
    <tr>
    <th>Queued:</th>
    <td>[% INCLUDE renderDateTime timestamp = build.timestamp %]</td>
    </tr>
    [% IF build.finished && !build.iscachedbuild %]
    <tr>
    <th>Build started:</th>
    <td>[% INCLUDE renderDateTime timestamp = build.starttime %]</td>
    </tr>
    <tr>
    <th>Build finished:</th>
    <td>[% INCLUDE renderDateTime timestamp = build.stoptime %]</td>
    </tr>
    [% END %]
    [% IF !build.finished %]
    <tr>
    <th>Priority:</th>
    <td>[% build.priority %]</td>
    </tr>
    [% END %]
  • edit in src/root/build.tt at line 345
    [4.9528][4.9528:9539](),[4.9539][3.1776:1801](),[3.1801][4.9568:9654](),[4.9568][4.9568:9654](),[4.9654][3.1802:1856](),[3.1856][4.9710:9757](),[4.9710][4.9710:9757](),[4.9757][3.1857:1933](),[3.1933][4.9899:9961](),[4.9899][4.9899:9961](),[4.9961][3.1934:2009](),[3.2009][4.10101:10274](),[4.10101][4.10101:10274]()
    <tr>
    <th>Queued:</th>
    <td>[% INCLUDE renderDateTime timestamp = build.timestamp %]</td>
    </tr>
    [% IF build.finished && !build.iscachedbuild %]
    <tr>
    <th>Build started:</th>
    <td>[% INCLUDE renderDateTime timestamp = build.starttime %]</td>
    </tr>
    <tr>
    <th>Build finished:</th>
    <td>[% INCLUDE renderDateTime timestamp = build.stoptime %]</td>
    </tr>
    [% END %]
    [% IF !build.finished %]
    <tr>
    <th>Priority:</th>
    <td>[% build.priority %]</td>
    </tr>
    [% END %]