[?]
Mar 4, 2009, 3:41 PM
JRU2LRPZ7PB2GHIY5FY2YW7KGFWPOMPGS6QGK7TE5HFHQQQ4YQIAC

Dependencies

  • [2] 2JMJKP4P
  • [3] BHZXGT2H * Channels: provide an index page that lists all the packages in the
  • [4] JLDUSNUO * Unify rendering of finished and scheduled builds.
  • [5] QZLMDKMU * Queue runner: don't start scheduled builds builds if they belong to
  • [6] 4S4ZMFJK * Links on trs.
  • [7] L7LFU6IQ * Make build steps clickable as well.
  • [8] NDL67SQT * XHTML validity.
  • [9] FEMR2C5W
  • [*] IK53RV4V
  • [*] J5UVLXOK * Start of a basic Catalyst web interface.
  • [*] S66BOMVU * Added authentication.

Change contents

  • edit in src/Hydra/root/channel-contents.tt at line 49
    [3.3858]
    [3.3858]
    [% odd = 0 %]
  • replacement in src/Hydra/root/channel-contents.tt at line 57
    [3.3977][3.3977:4046]()
    <tr class="clickable" onclick="window.location = '[% uri %]'">
    [3.3977]
    [3.4046]
    <tr class="clickable [% IF odd %] odd [% END; odd = !odd %]" onclick="window.location = '[% uri %]'">
  • edit in src/Hydra/root/common.tt at line 41
    [4.1125]
    [4.1125]
    [% odd = 0 %]
  • replacement in src/Hydra/root/common.tt at line 43
    [4.1162][2.0:230]()
    <tr class="clickable [% IF showSchedulingInfo -%]
    [% IF build.schedulingInfo.busy %]runningBuild[% END %] [% IF build.schedulingInfo.disabled == 1 || build.project.enabled == 0 %]disabledBuild[% END -%]
    [4.1162]
    [2.230]
    <tr class="clickable
    [% IF showSchedulingInfo -%]
    [% IF build.schedulingInfo.busy %]runningBuild[% END %] [% IF build.schedulingInfo.disabled == 1 || build.project.enabled == 0 %]disabledBuild[% END -%]
    [% ELSE -%]
    [% IF odd %] odd [% END; odd = !odd -%]
  • edit in src/Hydra/root/static/css/hydra.css at line 35
    [4.308]
    [13.4914]
    }
    tr.odd {
    background: #f4f4f4;