* Links on trs.

[?]
Nov 27, 2008, 9:59 AM
4S4ZMFJK3GWLEC6UL25JQSV7ERIBIUWVXMPNZ5UGEDHF4LUXBKVAC

Dependencies

  • [2] S66BOMVU * Added authentication.
  • [3] IE3SRMWZ * Show global and per-project statistics.
  • [4] JLDUSNUO * Unify rendering of finished and scheduled builds.
  • [5] H7CNGK4O * Log evaluation errors etc. in the DB.
  • [*] IK53RV4V
  • [*] J5UVLXOK * Start of a basic Catalyst web interface.
  • [*] HJLYC753 * Adding input value alternatives.

Change contents

  • replacement in src/Hydra/root/common.tt at line 22
    [3.737][3.737:767]()
    <table class="tablesorter">
    [3.737]
    [3.767]
    <table class="buildList tablesorter">
  • replacement in src/Hydra/root/common.tt at line 41
    [3.1162][3.1162:1238]()
    <tr [% IF build.schedulingInfo.busy %]class="runningJob"[% END %] >
    [3.1162]
    [3.1238]
    <tr [% IF build.schedulingInfo.busy %]class="runningJob"[% END %]
    onclick="window.location = '[% c.uri_for('/build' build.id) %]'">
  • edit in src/Hydra/root/static/css/hydra.css at line 30
    [9.431]
    [2.4914]
    }
    table.buildList tr:hover {
    background-color: #a0a0f0;