* hydra: ui bug
[?]
Feb 25, 2010, 1:17 PM
X5OIC5FFAUJDDVTBXUEVTLXHMT4PI2HSLO6YK7NPJLZHHRQIL3KACDependencies
- [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
<ul class="inputdiff"><table class="tablesorter clean">[% IF !nestedDiff %]<tr><th>Input</th><th>Changes</th></tr>[% END %] - replacement in src/root/common.tt at line 291
<li><b>[% bi1.name %]</b>: [% INCLUDE renderInputValue input=bi1 %] to [% INCLUDE renderInputValue input=bi2 %]</li><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
<li><b>[% bi1.name %]</b>: [% bi1.uri %] revision changed from [% bi1.revision %] to [% bi2.revision %].</li><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
<li><b>[% bi1.name %]</b>: [% INCLUDE renderInputValue input=bi1 %] to [% INCLUDE renderInputValue input=bi2 %]<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
[% INCLUDE renderInputDiff build1=bi1.dependency, build2=bi2.dependency %]</li>[% INCLUDE renderInputDiff build1=bi1.dependency, build2=bi2.dependency, nestedDiff=1 %]</td></tr> - replacement in src/root/common.tt at line 305
<li><b>[% bi1.name %]</b>: Changed input type from '[% type = bi1.type; inputTypes.$type %]' to '[% type = bi2.type; inputTypes.$type %]'</li><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
<li><b>[% bi1.name %]</b>: Input not present in this build.</li><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
</ul></table> - edit in src/root/static/css/hydra.css at line 37
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;}