Remove obsolete CSS classes

[?]
Feb 22, 2013, 4:11 PM
6GEU36HWK66LK3IY37HZOTJI5HOXJRUHIEYGYSVSIF57YBUEATRAC

Dependencies

  • [2] OR5SJ42Y Show releases in a tab on the project page
  • [3] MCCHPWHE Indicate disabled/hidden projects/jobsets in the overviews
  • [4] ND75XNSQ Allow showing all evaluations that contain a given build
  • [5] QTC3SYBM Jobset page: Load the jobs and status tabs on demand
  • [6] YPDYBK5G Show dependencies as a tree rather than a list
  • [7] 6KIJX24R Get rid of unnecessary [%- and -%] tags
  • [8] JRU2LRPZ
  • [9] JY7BXXOP Split viewing and editing a project
  • [10] VH5ZABDR Add a page to show the latest evaluations for the entire server
  • [11] S5PV6IIM * Represent jobs explicitly in the DB.
  • [12] 75XUS62Y * Added a page to quickly see all failed builds and failed evaluations
  • [13] W6DC6K4I * Happy Javascript hacking.
  • [14] 4UUKWXDF Jobset page: Show last evaluation time
  • [15] JLDUSNUO * Unify rendering of finished and scheduled builds.
  • [16] U4TD3AIQ Add support for viewing jobset evaluations
  • [17] P5X4P6VK * Renaming "release sets" to "views" (not finished yet). Having
  • [18] 3PNG7NIB Remove trailing whitespace
  • [19] PMNWRTGJ Add multiple output support
  • [20] OEPUOUNB Using twitter bootstrap for more consistent looks for Hydra
  • [21] QTFVCDIF added hide feature for project/jobset
  • [22] RWFCW6ZN In the jobset evals lists, show what inputs changed between consecutive evals
  • [23] PZL3SZM3 Give every page a consistent title
  • [24] BTYVIHF7 Make the jobset eval rows clickable
  • [25] JFZNAYJX * Showing releases.
  • [26] 2VBQRQ2Q Fix some XML well-formedness problems
  • [27] 2GUAKGTB Fix indentation of build.tt
  • [28] JARRBLZD Bootstrapify the Hydra forms (except the project and jobset edit pages)
  • [29] 4WZQW2N6 Fix indentation and get rid of some unnecessary whitespace in the output
  • [30] BHZXGT2H * Channels: provide an index page that lists all the packages in the
  • [31] FHF6IZJQ * Basic release management: releases are now dynamically computed as
  • [32] ODNCGFQ5 * Improved the navigation bar: don't include all projects (since that
  • [*] J5UVLXOK * Start of a basic Catalyst web interface.
  • [*] IK53RV4V
  • [*] 7YBYT2LQ

Change contents

  • replacement in src/root/build.tt at line 27
    [6.73][6.73:173]()
    <tr [% IF has_log %] class="clickable" onclick="window.location = '[% log %]'" [% END %]>
    [6.73]
    [6.173]
    <tr [% IF has_log %] onclick="window.location = '[% log %]'" [% END %]>
  • edit in src/root/channel-contents.tt at line 47
    [6.3858][6.0:19]()
    [% odd = 0 %]
  • replacement in src/root/channel-contents.tt at line 53
    [6.3977][6.20:128]()
    <tr class="clickable [% IF odd %] odd [% END; odd = !odd %]" onclick="window.location = '[% uri %]'">
    [6.3977]
    [6.605]
    <tr onclick="window.location = '[% uri %]'">
  • replacement in src/root/common.tt at line 65
    [6.1229][6.2532:2681](),[6.1331][6.2532:2681](),[6.4110][6.2532:2681]()
    <table class="buildList table table-striped table-condensed [% IF !unsortable %]tablesorter[% END %] [% IF !showSchedulingInfo %] clean[% END %]">
    [6.1331]
    [6.767]
    <table class="table table-striped table-condensed [% IF !unsortable %]tablesorter[% END %]">
  • edit in src/root/common.tt at line 97
    [6.1369][6.1369:1380]()
    odd = 0;
  • replacement in src/root/common.tt at line 98
    [6.1410][6.1410:1832]()
    <tr class="clickable
    [% IF showSchedulingInfo %]
    [% IF build.busy %]runningBuild[% ELSIF build.disabled == 1 || build.get_column('enabled') == 0 %]disabledBuild[% END %]
    [% ELSE %]
    [% IF odd %] odd [% END; odd = !odd %]
    [% END %]"
    onclick="if(event.which == 2) return true; window.location = '[% c.uri_for('/build' build.id) %]'">
    [6.1410]
    [6.1832]
    <tr onclick="if(event.which == 2) return true; window.location = '[% c.uri_for('/build' build.id) %]'">
  • replacement in src/root/common.tt at line 401
    [6.4754][6.9984:10056]()
    <tr class="clickable" onclick="window.location = '[% link %]'">
    [6.4754]
    [4.763]
    <tr onclick="window.location = '[% link %]'">
  • replacement in src/root/errors.tt at line 16
    [6.1816][6.3543:3617]()
    <table class="buildList tablesorter table table-condensed table-striped">
    [6.1816]
    [6.1854]
    <table class="tablesorter table table-condensed table-striped">
  • replacement in src/root/errors.tt at line 42
    [6.2342][6.3618:3692]()
    <table class="buildList tablesorter table table-condensed table-striped">
    [6.2342]
    [6.2380]
    <table class="tablesorter table table-condensed table-striped">
  • edit in src/root/jobset-status-tab.tt at line 6
    [5.3069][5.3069:3087]()
    [% odd = 0 %]
  • replacement in src/root/jobset-status-tab.tt at line 7
    [5.3127][5.3127:3185]()
    <tr class="[% IF odd %] odd [% END; odd = !odd %]">
    [5.3127]
    [5.3185]
    <tr>
  • replacement in src/root/overview.tt at line 28
    [6.19668][6.19668:19807]()
    <tr class="clickable [% IF odd %] odd [% END; odd = !odd %]"
    onclick="window.location = '[% c.uri_for('/project' p.name) %]'">
    [6.19668]
    [3.0]
    <tr onclick="window.location = '[% c.uri_for('/project' p.name) %]'">
  • replacement in src/root/project.tt at line 30
    [6.3332][6.3332:3499]()
    <tr class="clickable [% IF odd %] odd [% END; odd = !odd %]"
    onclick="window.location = '[% c.uri_for('/jobset' project.name j.name) %]'">
    [6.3332]
    [6.3499]
    <tr onclick="window.location = '[% c.uri_for('/jobset' project.name j.name) %]'">
  • replacement in src/root/project.tt at line 132
    [2.778][2.778:852]()
    <tr class="clickable" onclick="window.location = '[% link %]'">
    [2.778]
    [2.852]
    <tr onclick="window.location = '[% link %]'">
  • replacement in src/root/view.tt at line 28
    [6.11752][6.8538:8608](),[6.8538][6.8538:8608]()
    <tr class="clickable" onclick="window.location = '[% link %]'">
    [6.11752]
    [6.8957]
    <tr onclick="window.location = '[% link %]'">