[?]
Mar 4, 2009, 3:41 PM
JRU2LRPZ7PB2GHIY5FY2YW7KGFWPOMPGS6QGK7TE5HFHQQQ4YQIACDependencies
- [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
[% odd = 0 %] - replacement in src/Hydra/root/channel-contents.tt at line 57
<tr class="clickable" onclick="window.location = '[% uri %]'"><tr class="clickable [% IF odd %] odd [% END; odd = !odd %]" onclick="window.location = '[% uri %]'"> - edit in src/Hydra/root/common.tt at line 41
[% odd = 0 %] - replacement in src/Hydra/root/common.tt at line 43
<tr class="clickable [% IF showSchedulingInfo -%][% IF build.schedulingInfo.busy %]runningBuild[% END %] [% IF build.schedulingInfo.disabled == 1 || build.project.enabled == 0 %]disabledBuild[% END -%]<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;