Remove obsolete CSS classes
[?]
Feb 22, 2013, 4:11 PM
6GEU36HWK66LK3IY37HZOTJI5HOXJRUHIEYGYSVSIF57YBUEATRACDependencies
- [2]
OR5SJ42YShow releases in a tab on the project page - [3]
MCCHPWHEIndicate disabled/hidden projects/jobsets in the overviews - [4]
ND75XNSQAllow showing all evaluations that contain a given build - [5]
QTC3SYBMJobset page: Load the jobs and status tabs on demand - [6]
YPDYBK5GShow dependencies as a tree rather than a list - [7]
6KIJX24RGet rid of unnecessary [%- and -%] tags - [8]
JRU2LRPZ - [9]
JY7BXXOPSplit viewing and editing a project - [10]
VH5ZABDRAdd 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]
4UUKWXDFJobset page: Show last evaluation time - [15]
JLDUSNUO* Unify rendering of finished and scheduled builds. - [16]
U4TD3AIQAdd support for viewing jobset evaluations - [17]
P5X4P6VK* Renaming "release sets" to "views" (not finished yet). Having - [18]
3PNG7NIBRemove trailing whitespace - [19]
PMNWRTGJAdd multiple output support - [20]
OEPUOUNBUsing twitter bootstrap for more consistent looks for Hydra - [21]
QTFVCDIFadded hide feature for project/jobset - [22]
RWFCW6ZNIn the jobset evals lists, show what inputs changed between consecutive evals - [23]
PZL3SZM3Give every page a consistent title - [24]
BTYVIHF7Make the jobset eval rows clickable - [25]
JFZNAYJX* Showing releases. - [26]
2VBQRQ2QFix some XML well-formedness problems - [27]
2GUAKGTBFix indentation of build.tt - [28]
JARRBLZDBootstrapify the Hydra forms (except the project and jobset edit pages) - [29]
4WZQW2N6Fix 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
<tr [% IF has_log %] class="clickable" onclick="window.location = '[% log %]'" [% END %]><tr [% IF has_log %] onclick="window.location = '[% log %]'" [% END %]> - edit in src/root/channel-contents.tt at line 47
[% odd = 0 %] - replacement in src/root/channel-contents.tt at line 53
<tr class="clickable [% IF odd %] odd [% END; odd = !odd %]" onclick="window.location = '[% uri %]'"><tr onclick="window.location = '[% uri %]'"> - replacement in src/root/common.tt at line 65
<table class="buildList table table-striped table-condensed [% IF !unsortable %]tablesorter[% END %] [% IF !showSchedulingInfo %] clean[% END %]"><table class="table table-striped table-condensed [% IF !unsortable %]tablesorter[% END %]"> - edit in src/root/common.tt at line 97
odd = 0; - replacement in src/root/common.tt at line 98
<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) %]'"><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
<tr class="clickable" onclick="window.location = '[% link %]'"><tr onclick="window.location = '[% link %]'"> - replacement in src/root/errors.tt at line 16
<table class="buildList tablesorter table table-condensed table-striped"><table class="tablesorter table table-condensed table-striped"> - replacement in src/root/errors.tt at line 42
<table class="buildList tablesorter table table-condensed table-striped"><table class="tablesorter table table-condensed table-striped"> - edit in src/root/jobset-status-tab.tt at line 6
[% odd = 0 %] - replacement in src/root/jobset-status-tab.tt at line 7
<tr class="[% IF odd %] odd [% END; odd = !odd %]"><tr> - replacement in src/root/overview.tt at line 28
<tr class="clickable [% IF odd %] odd [% END; odd = !odd %]"onclick="window.location = '[% c.uri_for('/project' p.name) %]'"><tr onclick="window.location = '[% c.uri_for('/project' p.name) %]'"> - replacement in src/root/project.tt at line 30
<tr class="clickable [% IF odd %] odd [% END; odd = !odd %]"onclick="window.location = '[% c.uri_for('/jobset' project.name j.name) %]'"><tr onclick="window.location = '[% c.uri_for('/jobset' project.name j.name) %]'"> - replacement in src/root/project.tt at line 132
<tr class="clickable" onclick="window.location = '[% link %]'"><tr onclick="window.location = '[% link %]'"> - replacement in src/root/view.tt at line 28
<tr class="clickable" onclick="window.location = '[% link %]'"><tr onclick="window.location = '[% link %]'">