use newer icons consistently

[?]
Nov 16, 2011, 6:29 PM
CVWQXYKMTLQSUFPTCYR4Q47IDX7TGGYPR2UKXB3NID6YMV3GRYMQC

Dependencies

  • [2] G3IUM7VL hydra: add support for succeedOnFailure feature in stdenv
  • [3] NDL67SQT * XHTML validity.
  • [4] ZI535LI6 * hydra: 'new' UI for project/jobset/job/build
  • [5] ELABMHJI * hydra: layout changes
  • [6] JLDUSNUO * Unify rendering of finished and scheduled builds.
  • [7] 6JR2WT6D * hydra: show queue optimization
  • [8] JFZNAYJX * Showing releases.
  • [9] IE3SRMWZ * Show global and per-project statistics.
  • [10] QL55ECJ6 - adapted ui for hydra, more in line with nixos.org website
  • [11] 4S4ZMFJK * Links on trs.
  • [12] XHK7IGYI * hdyra: show last succeeded build and changes since on build status summary if build has failed
  • [13] T2232OBS * Add some DB indices to make the /releases page much faster.
  • [14] 5QE3TIHP hydra: add status icon per jobset on project page
  • [15] P5X4P6VK * Renaming "release sets" to "views" (not finished yet). Having
  • [16] ODNCGFQ5 * Improved the navigation bar: don't include all projects (since that
  • [17] TJPIS3UP hydra: minor improvements in hydra ui
  • [18] KAZWI5G4 * hydra: buildpage, show changes since last build/successful build
  • [19] FHF6IZJQ * Basic release management: releases are now dynamically computed as
  • [20] PCZHB5JU * Remove trailing whitespace.
  • [*] IK53RV4V
  • [*] 7YBYT2LQ
  • [*] HEZ2V5NU order jobset in project view

Change contents

  • replacement in src/root/common.tt at line 103
    [3.1290][3.1861:1921](),[3.1921][3.1015:1088](),[3.1347][3.1015:1088](),[3.1088][3.1404:1429](),[3.1404][3.1404:1429](),[3.1429][3.1089:1159](),[3.1159][3.1486:1528](),[3.1486][3.1486:1528]()
    [% IF build.get_column('buildstatus') == 0 %]
    <img src="/static/images/success.gif" alt="Succeeded" />
    [% ELSE %]
    <img src="/static/images/failure.gif" alt="Failed" />
    [% END %]
    </td>
    [3.1290]
    [3.1528]
    [% INCLUDE renderBuildStatusIcon size=16 %]
    </td>
  • replacement in src/root/common.tt at line 147
    [3.970][3.1160:1250]()
    <th><img src="/static/images/success.gif" alt="Succeeded" /> Succeeded builds:</th>
    [3.970]
    [3.1044]
    <th><img src="/static/images/checkmark_16.png" alt="Succeeded" /> Succeeded builds:</th>
  • replacement in src/root/common.tt at line 151
    [3.1100][3.1251:1335]()
    <th><img src="/static/images/failure.gif" alt="Failed" /> Failed builds:</th>
    [3.1100]
    [3.1171]
    <th><img src="/static/images/error_16.png" alt="Failed" /> Failed builds:</th>
  • replacement in src/root/common.tt at line 207
    [3.14680][3.14680:14761]()
    [% IF build.finished %]
    [% IF build.resultInfo.buildstatus == 0 %]
    [3.14680]
    [3.14761]
    [% finished = build != undef ? build.finished : 1 %]
    [% busy = build != undef ? build.schedulingInfo.busy : 0 %]
    [% buildstatus = buildstatus != undef ? buildstatus : build.resultInfo.buildstatus %]
    [% IF finished %]
    [% IF buildstatus == 0 %]
  • replacement in src/root/common.tt at line 213
    [3.14843][3.14843:14899]()
    [% ELSIF build.resultInfo.buildstatus == 1 %]
    [3.14843]
    [3.14899]
    [% ELSIF buildstatus == 1 %]
  • replacement in src/root/common.tt at line 215
    [3.14974][3.14974:15030]()
    [% ELSIF build.resultInfo.buildstatus == 2 %]
    [3.14974]
    [3.15030]
    [% ELSIF buildstatus == 2 %]
    <img src="/static/images/dependency_[% size %].png" alt="Dependency failed" />
    [% ELSIF buildstatus == 4 %]
  • replacement in src/root/common.tt at line 219
    [3.15105][3.15105:15292]()
    [% ELSIF build.resultInfo.buildstatus == 4 %]
    <img src="/static/images/error_[% size %].png" alt="Failed" />
    [% ELSIF build.resultInfo.buildstatus == 5 %]
    [3.15105]
    [3.15292]
    [% ELSIF buildstatus == 5 %]
  • replacement in src/root/common.tt at line 221
    [3.15367][2.0:56]()
    [% ELSIF build.resultInfo.buildstatus == 6 %]
    [3.15367]
    [2.56]
    [% ELSIF buildstatus == 6 %]
  • replacement in src/root/common.tt at line 226
    [3.15485][3.15485:15602]()
    [% ELSIF build.schedulingInfo.busy %]
    <img src="/static/images/help_[% size %].png" alt="Budy" />
    [3.15485]
    [3.15602]
    [% ELSIF busy %]
    <img src="/static/images/help_[% size %].png" alt="Busy" />
  • replacement in src/root/common.tt at line 236
    [3.15837][3.15837:15906]()
    <img src="/static/images/success.gif" alt="Succeeded" />
    [3.15837]
    [3.15906]
    [% INCLUDE renderBuildStatusIcon size=16 %]
  • replacement in src/root/common.tt at line 239
    [3.15999][3.15999:16065]()
    <img src="/static/images/failure.gif" alt="Failed" />
    [3.15999]
    [3.16065]
    [% INCLUDE renderBuildStatusIcon size=16 %]
  • replacement in src/root/common.tt at line 242
    [3.16196][3.16196:16262]()
    <img src="/static/images/failure.gif" alt="Failed" />
    [3.16196]
    [3.16262]
    [% INCLUDE renderBuildStatusIcon size=16 %]
  • replacement in src/root/common.tt at line 245
    [3.16390][3.16390:16456]()
    <img src="/static/images/failure.gif" alt="Failed" />
    [3.16390]
    [3.16456]
    [% INCLUDE renderBuildStatusIcon size=16 %]
  • replacement in src/root/common.tt at line 248
    [3.16569][3.16569:16635]()
    <img src="/static/images/failure.gif" alt="Failed" />
    [3.16569]
    [3.16635]
    [% INCLUDE renderBuildStatusIcon size=16 %]
  • replacement in src/root/common.tt at line 253
    [2.202][2.202:282]()
    <img src="/static/images/failure.gif" alt="Failed (with result)" />
    [2.202]
    [2.282]
    [% INCLUDE renderBuildStatusIcon size=16 %]
  • replacement in src/root/common.tt at line 256
    [3.16956][3.16956:17022]()
    <img src="/static/images/failure.gif" alt="Failed" />
    [3.16956]
    [3.17022]
    [% INCLUDE renderBuildStatusIcon size=16 %]
  • replacement in src/root/jobset.tt at line 93
    [3.539][3.539:718]()
    <table class="layoutTable"><tr><td><img src="/static/images/failure.gif" /></td><td><a href="#tabs-errors" id="error-link">There are evaluation errors!</a></td></tr></table>
    [3.539]
    [3.718]
    <table class="layoutTable"><tr><td><img src="/static/images/error_16.png" /></td><td><a href="#tabs-errors" id="error-link">There are evaluation errors!</a></td></tr></table>
  • replacement in src/root/jobset.tt at line 122
    [3.21471][3.21471:21757]()
    [% IF systemStatus == 0 %]
    <img src="/static/images/success.gif" alt="Succeeded" />
    [% ELSE %]
    <img src="/static/images/failure.gif" alt="Failed" />
    [% END %]
    [3.21471]
    [3.21757]
    [% INCLUDE renderBuildStatusIcon buildstatus=systemStatus size=16 %]
  • edit in src/root/project.tt at line 43
    [24.118]
    [3.26381]
    [% successrate = 0 %]
  • replacement in src/root/project.tt at line 48
    [3.823][3.823:912]()
    <img src="/static/images/question-mark.png" alt="Scheduled" />
    [3.823]
    [3.912]
    <img src="/static/images/help_16.png" alt="Scheduled" />
  • replacement in src/root/project.tt at line 50
    [3.977][3.977:1060]()
    <img src="/static/images/success.gif" alt="Succeeded" />
    [3.977]
    [3.1060]
    <img src="/static/images/checkmark_16.png" alt="Succeeded" />
  • replacement in src/root/project.tt at line 52
    [3.1158][3.1158:1248]()
    <img src="/static/images/failure-some.gif" alt="Some Failed" />
    [3.1158]
    [3.1248]
    <img src="/static/images/error_some_16.png" alt="Some Failed" />
  • replacement in src/root/project.tt at line 54
    [3.1281][3.1281:1365]()
    <img src="/static/images/failure.gif" alt="All Failed" />
    [3.1281]
    [3.1365]
    <img src="/static/images/error_16.png" alt="All Failed" />
  • replacement in src/root/view.tt at line 33
    [3.11791][3.9009:9062](),[3.9009][3.9009:9062]()
    <img src="/static/images/success.gif" />
    [3.11791]
    [3.11792]
    <img src="/static/images/checkmark_16.png" />
  • replacement in src/root/view.tt at line 35
    [3.11833][3.9104:9157](),[3.9104][3.9104:9157]()
    <img src="/static/images/failure.gif" />
    [3.11833]
    [3.11834]
    <img src="/static/images/error_16.png" />
  • replacement in src/root/view.tt at line 37
    [3.11875][3.9199:9258](),[3.9199][3.9199:9258]()
    <img src="/static/images/question-mark.png" />
    [3.11875]
    [3.9258]
    <img src="/static/images/help_16.png" />
  • replacement in src/root/view.tt at line 54
    [3.2208][3.9724:9783](),[3.23333][3.9724:9783](),[3.9724][3.9724:9783]()
    <img src="/static/images/success.gif" />
    [3.23333]
    [3.9783]
    <img src="/static/images/checkmark_16.png" />
  • replacement in src/root/view.tt at line 56
    [3.9810][3.9810:9869]()
    <img src="/static/images/failure.gif" />
    [3.9810]
    [3.9869]
    <img src="/static/images/error_16.png" />