Remove tablesorter
[?]
Apr 26, 2013, 12:49 PM
VG4QG336SCZNWAXJERI3N5FO6PUAYFJV24CLI27ADUFPO74RVJKQCDependencies
- [2]
F26JXTLNTrailing whitespace - [3]
BIVZGPUTOptimise clickable rows - [4]
BOAFFKUXActive build steps: Make the rows clickable - [5]
W74RIXTJShow inputs and input changes on the jobset eval page - [6]
TRDGNILTRemove unused file - [7]
SMTMFEKEhydra: add missing templates - [8]
6GEU36HWRemove obsolete CSS classes - [9]
JLDUSNUO* Unify rendering of finished and scheduled builds. - [10]
2BUX775I* More release -> view. - [11]
3PNG7NIBRemove trailing whitespace - [12]
S5PV6IIM* Represent jobs explicitly in the DB. - [13]
XDDCO6CH* hydra: add dependency list with links to logfiles - [14]
KKJNJHO5Update bootstrap to 2.0.3 - [15]
FHF6IZJQ* Basic release management: releases are now dynamically computed as - [16]
LSZLZHJYAllow users to edit their own settings - [17]
JOVVHIJXRemove all entry points to modify machines - [18]
UICHT2PSAdd a search feature - [19]
GZ66LVO2Don't do <tt> on input type - [20]
RWFCW6ZNIn the jobset evals lists, show what inputs changed between consecutive evals - [21]
ZI535LI6* hydra: 'new' UI for project/jobset/job/build - [22]
6FRLEP4Pfirst try for timeline of last 24 hours in hydra - [23]
3SQCOHZN* minor performance tweaks - [24]
KXGOUX7P* Creating releases. - [25]
FV2M6MOThydra: use autoconf/-make - [26]
P5X4P6VK* Renaming "release sets" to "views" (not finished yet). Having - [27]
R2PON6R7Allow non-admin users to see the machine status page - [28]
PPJN6SDP* paging for releases page - [29]
4WZQW2N6Fix indentation and get rid of some unnecessary whitespace in the output - [30]
ZWCTAZGLadded newsitems, added some admin options to clear various caches. - [31]
ZNFDFJHG* Provide a redirect to the latest successful release in a release set - [32]
OR5SJ42YShow releases in a tab on the project page - [33]
PZL3SZM3Give every page a consistent title - [34]
S5GCSCNSUpdate bootstrap to 2.3.1 - [35]
3JBUMW3Eforgot to commit a file - [36]
TMP2FRIW - [37]
BHZXGT2H* Channels: provide an index page that lists all the packages in the - [38]
NDL67SQT* XHTML validity. - [39]
JARRBLZDBootstrapify the Hydra forms (except the project and jobset edit pages) - [40]
5DSDXORDhydra: missing plain.tt - [41]
RBNQKATL* Adding persistant releases. A release is a named set of builds. - [42]
36M6DGITShow the runtime/build dependencies in the build page - [43]
EFWN7JBV* Added a status page that shows all the currently executing build steps. - [44]
ODNCGFQ5* Improved the navigation bar: don't include all projects (since that - [45]
QTC3SYBMJobset page: Load the jobs and status tabs on demand - [46]
OX6NYJDVSplit viewing and editing a jobset - [47]
4UUKWXDFJobset page: Show last evaluation time - [48]
S66BOMVU* Added authentication. - [49]
IGNQFFV7* Put the release sets in the navbar. - [50]
75XUS62Y* Added a page to quickly see all failed builds and failed evaluations - [51]
LQ5QEDVV - [52]
VJFLX7B6Fix rendering of jobset inputs - [53]
AS2OXLRM* Editing releases. - [54]
D5QIOJGP* Move everything up one directory. - [55]
QL55ECJ6- adapted ui for hydra, more in line with nixos.org website - [56]
NEQ4BISOAdd bootstrap.zip - [57]
2GUAKGTBFix indentation of build.tt - [58]
HZWUT4YNAllow users to reproduce builds on their own systems - [59]
OEPUOUNBUsing twitter bootstrap for more consistent looks for Hydra - [60]
VH5ZABDRAdd a page to show the latest evaluations for the entire server - [61]
W6DC6K4I* Happy Javascript hacking. - [62]
SZYDW2DGhydra: added some user admin - [63]
JY7BXXOPSplit viewing and editing a project - [64]
RSEGBU6CHydra/20: Jobset clone feature - [65]
2VBQRQ2QFix some XML well-formedness problems - [66]
PMNWRTGJAdd multiple output support - [67]
YFYRNNQUUse <h3> for running/failed build steps - [68]
63A26BM2Unpack jQuery etc. in the build tree for easier testing - [69]
WRIU3S5E* UI for cloning builds (not functional yet). - [70]
U4TD3AIQAdd support for viewing jobset evaluations - [71]
U72VNKRURemove unused file - [*]
J5UVLXOK* Start of a basic Catalyst web interface. - [*]
IK53RV4V - [*]
G6HJY2V4 - [*]
7YBYT2LQ
Change contents
- file deletion: jquery.tablesorter.zip
- edit in src/root/Makefile.am at line 8
TABLESORTER = jquery.tablesorter.zip - replacement in src/root/Makefile.am at line 11
ZIPS = $(FLOT) $(TABLESORTER) $(JQUERY) $(BOOTSTRAP)ZIPS = $(FLOT) $(JQUERY) $(BOOTSTRAP) - edit in src/root/Makefile.am at line 22
rm -rf $(srcdir)/static/js/tablesorterunzip -u -d $(srcdir)/static/js $(TABLESORTER) - replacement in src/root/build.tt at line 18
<table class="tablesorter table table-striped table-condensed clickable-rows"><table class="table table-striped table-condensed clickable-rows"> - replacement in src/root/build.tt at line 341
<table class="tablesorter table table-condensed table-striped"><table class="table table-condensed table-striped"> - replacement in src/root/channel-contents.tt at line 35
<table class="tablesorter table table-condensed table-striped clickable-rows"><table class="table table-condensed table-striped clickable-rows"> - replacement in src/root/clone-build.tt at line 22
<table class="tablesorter table table-condensed table-striped"><table class="table table-condensed table-striped"> - replacement in src/root/common.tt at line 65
<table class="table table-striped table-condensed clickable-rows [% IF !unsortable %]tablesorter[% END %]"><table class="table table-striped table-condensed clickable-rows"> - replacement in src/root/common.tt at line 310
<table class="tablesorter table table-striped table-condensed"><table class="table table-striped table-condensed"> - replacement in src/root/common.tt at line 411
<table class="tablesorter table table-condensed table-striped clickable-rows"><table class="table table-condensed table-striped clickable-rows"> - replacement in src/root/edit-view.tt at line 40
<table class="tablesorter table table-condensed table-striped"><table class="table table-condensed table-striped"> - replacement in src/root/errors.tt at line 16
<table class="tablesorter table table-condensed table-striped"><table class="table table-condensed table-striped"> - replacement in src/root/errors.tt at line 42
<table class="tablesorter table table-condensed table-striped"><table class="table table-condensed table-striped"> - replacement in src/root/jobset.tt at line 30
<table class="tablesorter table table-striped table-condensed"><table class="table table-striped table-condensed"> - replacement in src/root/overview.tt at line 18
<table class="tablesorter table table-condensed table-striped clickable-rows"><table class="table table-condensed table-striped clickable-rows"> - replacement in src/root/project.tt at line 17
<table class="tablesorter table table-striped table-condensed clickable-rows"><table class="table table-striped table-condensed clickable-rows"> - replacement in src/root/project.tt at line 122
<table class="tablesorter table table-condensed table-striped clickable-rows"><table class="table table-condensed table-striped clickable-rows"> - replacement in src/root/status.tt at line 4
<table class="tablesorter table table-striped table-condensed clickable-rows"><table class="table table-striped table-condensed clickable-rows"> - replacement in src/root/view.tt at line 12
<table class="tablesorter table table-condensed table-striped clickable-rows"><table class="table table-condensed table-striped clickable-rows">