Remove tablesorter

We haven't used it for a while now.
This commit is contained in:
Eelco Dolstra 2013-04-26 14:49:11 +02:00
parent 4a2cb5e206
commit ac2bdaf1c5
13 changed files with 17 additions and 20 deletions

View file

@ -5,11 +5,10 @@ STATIC = \
static/js/bootbox.min.js static/js/bootbox.min.js
FLOT = flot-0.6.zip FLOT = flot-0.6.zip
TABLESORTER = jquery.tablesorter.zip
JQUERY = jquery-ui-1.8.5.custom.zip JQUERY = jquery-ui-1.8.5.custom.zip
BOOTSTRAP = bootstrap-2.3.1.zip BOOTSTRAP = bootstrap-2.3.1.zip
ZIPS = $(FLOT) $(TABLESORTER) $(JQUERY) $(BOOTSTRAP) ZIPS = $(FLOT) $(JQUERY) $(BOOTSTRAP)
EXTRA_DIST = $(TEMPLATES) $(STATIC) $(ZIPS) EXTRA_DIST = $(TEMPLATES) $(STATIC) $(ZIPS)
@ -20,8 +19,6 @@ all:
mkdir -p $(srcdir)/static/js mkdir -p $(srcdir)/static/js
unzip -u -d $(srcdir)/static/js/jquery $(JQUERY) unzip -u -d $(srcdir)/static/js/jquery $(JQUERY)
unzip -u -d $(srcdir)/static $(BOOTSTRAP) unzip -u -d $(srcdir)/static $(BOOTSTRAP)
rm -rf $(srcdir)/static/js/tablesorter
unzip -u -d $(srcdir)/static/js $(TABLESORTER)
unzip -u -d $(srcdir)/static/js $(FLOT) unzip -u -d $(srcdir)/static/js $(FLOT)
install-data-local: $(ZIPS) install-data-local: $(ZIPS)

View file

@ -15,7 +15,7 @@
[% END %] [% END %]
[% BLOCK renderBuildSteps %] [% BLOCK renderBuildSteps %]
<table class="tablesorter table table-striped table-condensed clickable-rows"> <table class="table table-striped table-condensed clickable-rows">
<thead> <thead>
<tr><th>Nr</th><th>What</th><th>Duration</th><th>Machine</th><th>Status</th></tr> <tr><th>Nr</th><th>What</th><th>Duration</th><th>Machine</th><th>Status</th></tr>
</thead> </thead>
@ -338,7 +338,7 @@
<p>The following builds have used this build as an input:</p> <p>The following builds have used this build as an input:</p>
<table class="tablesorter table table-condensed table-striped"> <table class="table table-condensed table-striped">
<thead> <thead>
<tr><th>Build</th><th>Input name</th><th>System</th><th>Timestamp</th></tr> <tr><th>Build</th><th>Input name</th><th>System</th><th>Timestamp</th></tr>
</thead> </thead>

View file

@ -32,7 +32,7 @@ install the package simply by clicking on the packages below.</p>
<p>This channel contains the following packages.</p> <p>This channel contains the following packages.</p>
<table class="tablesorter table table-condensed table-striped clickable-rows"> <table class="table table-condensed table-striped clickable-rows">
<thead> <thead>
<tr> <tr>

View file

@ -19,7 +19,7 @@
<h2>Build inputs</h2> <h2>Build inputs</h2>
<table class="tablesorter table table-condensed table-striped"> <table class="table table-condensed table-striped">
<thead> <thead>
<tr><th>Name</th><th>Type</th><th>Value</th></tr> <tr><th>Name</th><th>Type</th><th>Value</th></tr>
</thead> </thead>

View file

@ -62,7 +62,7 @@ END;
BLOCK renderBuildListHeader %] BLOCK renderBuildListHeader %]
<table class="table table-striped table-condensed clickable-rows [% IF !unsortable %]tablesorter[% END %]"> <table class="table table-striped table-condensed clickable-rows">
<thead> <thead>
<tr> <tr>
[% IF !hideResultInfo %] [% IF !hideResultInfo %]
@ -307,7 +307,7 @@ END;
BLOCK renderInputs; %] BLOCK renderInputs; %]
<table class="tablesorter table table-striped table-condensed"> <table class="table table-striped table-condensed">
<thead> <thead>
<tr><th>Name</th><th>Type</th><th>Value</th><th>Revision</th><th>Store path</th></tr> <tr><th>Name</th><th>Type</th><th>Value</th><th>Revision</th><th>Store path</th></tr>
</thead> </thead>
@ -408,7 +408,7 @@ END;
BLOCK renderEvals %] BLOCK renderEvals %]
<table class="tablesorter table table-condensed table-striped clickable-rows"> <table class="table table-condensed table-striped clickable-rows">
<thead> <thead>
<tr> <tr>
[% IF !jobset && !build %] [% IF !jobset && !build %]

View file

@ -37,7 +37,7 @@
</div> </div>
</div> </div>
<table class="tablesorter table table-condensed table-striped"> <table class="table table-condensed table-striped">
<thead> <thead>
<tr> <tr>
<th></th> <th></th>

View file

@ -13,7 +13,7 @@ that dont build.</p>
<h2>Evaluation errors in jobsets</h2> <h2>Evaluation errors in jobsets</h2>
<table class="tablesorter table table-condensed table-striped"> <table class="table table-condensed table-striped">
<thead> <thead>
<tr> <tr>
<th>Name</th> <th>Name</th>
@ -39,7 +39,7 @@ that dont build.</p>
<h2>Evaluation errors in jobs</h2> <h2>Evaluation errors in jobs</h2>
<table class="tablesorter table table-condensed table-striped"> <table class="table table-condensed table-striped">
<thead> <thead>
<tr> <tr>
<th>Name</th> <th>Name</th>

View file

@ -27,7 +27,7 @@
[% BLOCK renderJobsetInputs %] [% BLOCK renderJobsetInputs %]
<h3>Inputs</h3> <h3>Inputs</h3>
<table class="tablesorter table table-striped table-condensed"> <table class="table table-striped table-condensed">
<thead> <thead>
<tr><th>Input name</th><th>Type</th><th>Values</th></tr> <tr><th>Input name</th><th>Type</th><th>Values</th></tr>
</thead> </thead>

Binary file not shown.

View file

@ -15,7 +15,7 @@
<p>The following projects are hosted on this server:</p> <p>The following projects are hosted on this server:</p>
<table class="tablesorter table table-condensed table-striped clickable-rows"> <table class="table table-condensed table-striped clickable-rows">
<thead> <thead>
<tr> <tr>
<th>Id</th> <th>Id</th>

View file

@ -14,7 +14,7 @@
[% IF project.jobsets.size > 0 %] [% IF project.jobsets.size > 0 %]
<p>This project has the following jobsets:</p> <p>This project has the following jobsets:</p>
<table class="tablesorter table table-striped table-condensed clickable-rows"> <table class="table table-striped table-condensed clickable-rows">
<thead> <thead>
<tr> <tr>
<th></th> <th></th>
@ -119,7 +119,7 @@
<p>This project has made the following releases:</p> <p>This project has made the following releases:</p>
<table class="tablesorter table table-condensed table-striped clickable-rows"> <table class="table table-condensed table-striped clickable-rows">
<thead> <thead>
<tr> <tr>
<th>Name</th> <th>Name</th>

View file

@ -1,7 +1,7 @@
[% WRAPPER layout.tt title="Active build steps" %] [% WRAPPER layout.tt title="Active build steps" %]
[% PROCESS common.tt %] [% PROCESS common.tt %]
<table class="tablesorter table table-striped table-condensed clickable-rows"> <table class="table table-striped table-condensed clickable-rows">
<thead> <thead>
<tr><th>Machine</th><th>Job</th><th>Type</th><th>Build</th><th>Step</th><th>What</th><th>Since</th></tr> <tr><th>Machine</th><th>Job</th><th>Type</th><th>Build</th><th>Step</th><th>What</th><th>Since</th></tr>
</thead> </thead>

View file

@ -9,7 +9,7 @@
<p>Showing results [% (page - 1) * resultsPerPage + 1 %] - [% (page - 1) * resultsPerPage + results.size %] out of [% totalResults %].</p> <p>Showing results [% (page - 1) * resultsPerPage + 1 %] - [% (page - 1) * resultsPerPage + results.size %] out of [% totalResults %].</p>
<table class="tablesorter table table-condensed table-striped clickable-rows"> <table class="table table-condensed table-striped clickable-rows">
<thead> <thead>
<tr> <tr>
<th></th> <th></th>