Update bootstrap to 2.0.3
[?]
Mar 18, 2013, 11:15 PM
KKJNJHO5SJBDWHW5X3N53DOFQPI7W7VB3KZ47E5WUEYCQFXM5PVQCDependencies
- [2]
SGCV4X6Rupdate bootstrap.zip - [3]
UICHT2PSAdd a search feature - [4]
J5UVLXOK* Start of a basic Catalyst web interface. - [5]
F26JXTLNTrailing whitespace - [6]
SMTMFEKEhydra: add missing templates - [7]
EFWN7JBV* Added a status page that shows all the currently executing build steps. - [8]
SBMOICGVEvil CSS hackery to prevent link targets from being under the navbar - [9]
36M6DGITShow the runtime/build dependencies in the build page - [10]
D5QIOJGP* Move everything up one directory. - [11]
OX6NYJDVSplit viewing and editing a jobset - [12]
UVMFS73T* Some jQuery / CSS hackery. - [13]
ODNCGFQ5* Improved the navigation bar: don't include all projects (since that - [14]
ZI535LI6* hydra: 'new' UI for project/jobset/job/build - [15]
P5X4P6VK* Renaming "release sets" to "views" (not finished yet). Having - [16]
3JBUMW3Eforgot to commit a file - [17]
NEQ4BISOAdd bootstrap.zip - [18]
NOSDBMWDRemove comments, re-add logo. - [19]
KXO3EUSVFactor out the tree rendering - [20]
QBT7FA7RCompatibility with latest bootstrap - [21]
75XUS62Y* Added a page to quickly see all failed builds and failed evaluations - [22]
BA46C5LN* Pretty-print the logs. - [23]
KXGOUX7P* Creating releases. - [24]
SZYDW2DGhydra: added some user admin - [25]
2BUX775I* More release -> view. - [26]
PZL3SZM3Give every page a consistent title - [27]
VH5ZABDRAdd a page to show the latest evaluations for the entire server - [28]
QTC3SYBMJobset page: Load the jobs and status tabs on demand - [29]
F6LBAQMLFix logo size - [30]
ELABMHJI* hydra: layout changes - [31]
LSZLZHJYAllow users to edit their own settings - [32]
US27ZTX5* HydraFrontend -> Hydra. - [33]
AS2OXLRM* Editing releases. - [34]
OEPUOUNBUsing twitter bootstrap for more consistent looks for Hydra - [35]
JOVVHIJXRemove all entry points to modify machines - [36]
R2PON6R7Allow non-admin users to see the machine status page - [37]
KT2SLXPUMove <style> to hydra.css - [38]
YTZOC7C5* Editing of jobset inputs. - [39]
5DSDXORDhydra: missing plain.tt - [40]
U4TD3AIQAdd support for viewing jobset evaluations - [41]
FKK2ZSTL* Split the CSS. - [42]
6FRLEP4Pfirst try for timeline of last 24 hours in hydra - [43]
ZWCTAZGLadded newsitems, added some admin options to clear various caches. - [44]
RSEGBU6CHydra/20: Jobset clone feature - [45]
HRAFVVOEmake logo configurable via HYDRA_LOGO env var - [46]
TRDGNILTRemove unused file - [47]
G4X5IUYJRemove default logo, replaced by text for now. Hide template in jobset edit. - [48]
QL55ECJ6- adapted ui for hydra, more in line with nixos.org website - [49]
FV2M6MOThydra: use autoconf/-make - [50]
WRIU3S5E* UI for cloning builds (not functional yet). - [51]
JY7BXXOPSplit viewing and editing a project - [52]
RBNQKATL* Adding persistant releases. A release is a named set of builds. - [53]
OR5SJ42YShow releases in a tab on the project page - [54]
XDDCO6CH* hydra: add dependency list with links to logfiles - [55]
TLJC6BJ3Add a menu item for deleting jobsets
Change contents
- file deletion: bootstrap.zip
- replacement in src/root/Makefile.am at line 10
BOOTSTRAP = bootstrap.zipBOOTSTRAP = bootstrap-2.0.3.zip - file addition: bootstrap-2.0.3.zip[4.1486]
- edit in src/root/layout.tt at line 19
<script type="text/javascript" src="/static/bootstrap/js/bootstrap.min.js"></script> - edit in src/root/layout.tt at line 21
<!-- hydra.css must be included before bootstrap-responsive tomake the @media rule work. --><link rel="stylesheet" href="/static/css/hydra.css" type="text/css" /> - edit in src/root/layout.tt at line 26
<script type="text/javascript" src="/static/bootstrap/js/bootstrap.min.js"></script> - edit in src/root/layout.tt at line 29
<link rel="stylesheet" href="/static/css/hydra.css" type="text/css" /> - edit in src/root/layout.tt at line 32[4.345]→[4.345:354](∅→∅),[4.354]→[4.6643:6739](∅→∅),[4.6643]→[4.6643:6739](∅→∅),[4.6739]→[4.355:364](∅→∅)
<!--<script type="text/javascript" src="/static/js/tablesorter/jquery.tablesorter.js"></script>--> - replacement in src/root/layout.tt at line 96
<a class="btn btn-navbar" data-toggle="collapse" data-target=".navbar-responsive-collapse"><button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> - replacement in src/root/layout.tt at line 100
</a></button> - replacement in src/root/layout.tt at line 108
<div class="nav-collapse collapse navbar-responsive-collapse"><div class="nav-collapse collapse"> - replacement in src/root/static/css/hydra.css at line 1
body {padding-top: 40px;@media (min-width: 768px) {body {padding-top: 40px;}