* hydra: ui bug

[?]
Feb 25, 2010, 1:17 PM
X5OIC5FFAUJDDVTBXUEVTLXHMT4PI2HSLO6YK7NPJLZHHRQIL3KAC

Dependencies

  • [2] ELABMHJI * hydra: layout changes
  • [3] 2B63JW6F * hydra: changes in list in stead of table, also showing changes of changed 'build output' inputs
  • [4] ZI535LI6 * hydra: 'new' UI for project/jobset/job/build
  • [5] KAZWI5G4 * hydra: buildpage, show changes since last build/successful build
  • [*] IK53RV4V
  • [*] J5UVLXOK * Start of a basic Catalyst web interface.

Change contents

  • replacement in src/root/common.tt at line 281
    [4.2099][3.45:68]()
    <ul class="inputdiff">
    [4.2099]
    [4.2211]
    <table class="tablesorter clean">
    [% IF !nestedDiff %]
    <tr><th>Input</th><th>Changes</th></tr>
    [% END %]
  • replacement in src/root/common.tt at line 291
    [3.143][3.143:284]()
    <li><b>[% bi1.name %]</b>: [% INCLUDE renderInputValue input=bi1 %] to [% INCLUDE renderInputValue input=bi2 %]</li>
    [3.143]
    [3.284]
    <tr><td><b>[% bi1.name %]</b></td><td>[% INCLUDE renderInputValue input=bi1 %] to [% INCLUDE renderInputValue input=bi2 %]</td></tr>
  • replacement in src/root/common.tt at line 293
    [3.367][3.367:555]()
    <li>
    <b>[% bi1.name %]</b>: [% bi1.uri %] revision changed from [% bi1.revision %] to [% bi2.revision %].
    </li>
    [3.367]
    [3.555]
    <tr><td>
    <b>[% bi1.name %]</b></td><td>[% bi1.uri %] revision changed from [% bi1.revision %] to [% bi2.revision %].
    </td></tr>
  • replacement in src/root/common.tt at line 297
    [3.650][3.650:815]()
    <li>
    <b>[% bi1.name %]</b>: [% INCLUDE renderInputValue input=bi1 %] to [% INCLUDE renderInputValue input=bi2 %]
    [3.650]
    [3.815]
    <tr><td>
    <b>[% bi1.name %]</b></td><td>[% INCLUDE renderInputValue input=bi1 %] to [% INCLUDE renderInputValue input=bi2 %]
  • replacement in src/root/common.tt at line 301
    [3.883][3.883:1016]()
    [% INCLUDE renderInputDiff build1=bi1.dependency, build2=bi2.dependency %]
    </li>
    [3.883]
    [4.2819]
    [% INCLUDE renderInputDiff build1=bi1.dependency, build2=bi2.dependency, nestedDiff=1 %]
    </td></tr>
  • replacement in src/root/common.tt at line 305
    [4.2894][3.1017:1180]()
    <li><b>[% bi1.name %]</b>: Changed input type from '[% type = bi1.type; inputTypes.$type %]' to '[% type = bi2.type; inputTypes.$type %]'</li>
    [4.2894]
    [4.3078]
    <tr><td><b>[% bi1.name %]</b></td><td>Changed input type from '[% type = bi1.type; inputTypes.$type %]' to '[% type = bi2.type; inputTypes.$type %]'</td></tr>
  • replacement in src/root/common.tt at line 312
    [4.3240][3.1199:1276]()
    <li><b>[% bi1.name %]</b>: Input not present in this build.</li>
    [4.3240]
    [4.3326]
    <tr><td><b>[% bi1.name %]</b></td><td>Input not present in this build.</td></tr>
  • replacement in src/root/common.tt at line 315
    [4.3358][3.1277:1283]()
    </ul>
    [4.3358]
    [3.1283]
    </table>
  • edit in src/root/static/css/hydra.css at line 37
    [2.1355]
    [4.31000]
    vertical-align: top;
  • edit in src/root/static/css/hydra.css at line 48
    [8.9170]
    [2.1463]
    table.tablesorter tr:nth-child(odd) {
    background-color: #ffffff;
    }