Add fontawesome as required by newer bootstrap
[?]
Aug 28, 2019, 7:38 PM
ZCO73ATUVYUVSVT5SRDXDC27IC2NENL2M6QIFJDI5JFYJFN2OEHQCDependencies
- [2]
SWXX2O4AUpdate boostrap to latest 4.3.1 - [3]
VFRVVEFYAdd popper.js as required by newer bootstrap - [4]
JARRBLZDBootstrapify the Hydra forms (except the project and jobset edit pages) - [5]
2G63HKCHFix some wellformedness issues - [6]
UMEKGOSYUpdate flot to 0.8.3 - [7]
ZWCTAZGLadded newsitems, added some admin options to clear various caches. - [8]
KKJNJHO5Update bootstrap to 2.0.3 - [9]
VJFLX7B6Fix rendering of jobset inputs - [10]
U4TD3AIQAdd support for viewing jobset evaluations - [11]
LHBSOI2DFix adding jobset inputs - [12]
FV2M6MOThydra: use autoconf/-make - [13]
OK4P3AMKRemove the ability to add multiple jobset input alternatives - [14]
RQI3GRC6Enable setting checkresponsible in the edit jobset form - [15]
QD3NI3JYAllow comparing an eval against the jobset one day/week/month before - [16]
OEPUOUNBUsing twitter bootstrap for more consistent looks for Hydra - [17]
S5GCSCNSUpdate bootstrap to 2.3.1 - [18]
JY7BXXOPSplit viewing and editing a project - [19]
A6XVP6FEMake the hide/unhide actions a checkbox in the project settings - [20]
OX6NYJDVSplit viewing and editing a jobset - [21]
LSZLZHJYAllow users to edit their own settings - [22]
NIAYAEM2Add a button to compare a jobset eval against other jobsets - [23]
VG4QG336Remove tablesorter - [24]
E4DESS7GFixes NixOS/hydra#402 (#424) - [25]
SZYDW2DGhydra: added some user admin - [26]
MOTGJLT2Fix HTML error - [*]
63A26BM2Unpack jQuery etc. in the build tree for easier testing - [*]
D5QIOJGP* Move everything up one directory. - [*]
J5UVLXOK* Start of a basic Catalyst web interface. - [*]
SBMOICGVEvil CSS hackery to prevent link targets from being under the navbar
Change contents
- edit in src/root/Makefile.am at line 13
FONTAWESOME = fontawesome-free-5.10.2-web.zip - replacement in src/root/Makefile.am at line 15
ZIPS = $(FLOT) $(BOOTSTRAP)ZIPS = $(FLOT) $(BOOTSTRAP) $(FONTAWESOME) - edit in src/root/Makefile.am at line 26
unzip -u -d $(srcdir)/static $(FONTAWESOME) - edit in src/root/Makefile.am at line 33[2.121]
mkdir -p $(hydradir)/static/fontawesome/csscp -prvd $(srcdir)/static/$(basename $(FONTAWESOME))/css/all.css $(hydradir)/static/fontawesome/cssmkdir -p $(hydradir)/static/fontawesome/webfontscp -prvd $(srcdir)/static/$(basename $(FONTAWESOME))/webfonts/* $(hydradir)/static/fontawesome/webfonts - replacement in src/root/edit-jobset.tt at line 12
<button type="button" class="btn btn-warning" onclick='$(this).parents(".input").remove()'><i class="icon-trash icon-white"></i></button><button type="button" class="btn btn-warning" onclick='$(this).parents(".input").remove()'><i class="fas fa-trash"></i></button> - replacement in src/root/edit-jobset.tt at line 54
<td colspan="4" style="text-align: center;"><button type="button" class="add-input btn btn-success"><i class="icon-plus icon-white"></i> Add a new input</button></td><td colspan="4" style="text-align: center;"><button type="button" class="add-input btn btn-success"><i class="fas fa-plus"></i> Add a new input</button></td> - replacement in src/root/edit-jobset.tt at line 185
<button id="submit-jobset" type="submit" class="btn btn-primary"><i class="icon-ok icon-white"></i> [%IF !edit %]Create jobset[% ELSE %]Apply changes[% END %]</button><button id="submit-jobset" type="submit" class="btn btn-primary"><i class="fas fa-check"></i> [%IF !edit %]Create jobset[% ELSE %]Apply changes[% END %]</button> - replacement in src/root/edit-project.tt at line 74
<i class="icon-ok icon-white"></i><i class="fas fa-check"></i> - file addition: fontawesome-free-5.10.2-web.zip[29.1486]
- replacement in src/root/jobset-eval.tt at line 5
<a class="btn btn-primary dropdown-toggle" data-toggle="dropdown" href="#"><i class="icon-white icon-eye-open"></i> Compare to...</a><a class="btn btn-primary dropdown-toggle" data-toggle="dropdown" href="#"><i class="fas fa-eye"></i> Compare to...</a> - edit in src/root/layout.tt at line 20[31.271][3.29]
<link href="[% c.uri_for("/static/fontawesome/css/all.css") %]" rel="stylesheet" /> - replacement in src/root/news.tt at line 33
<i class="icon-ok icon-white"></i><i class="fas fa-check"></i> - replacement in src/root/user.tt at line 103
<i class="icon-ok icon-white"></i><i class="fas fa-check"></i> - replacement in src/root/user.tt at line 108
<i class="icon-trash icon-white"></i><i class="fas fa-lock"></i> - replacement in src/root/user.tt at line 114
<i class="icon-trash icon-white"></i><i class="fas fa-trash"></i> - replacement in src/root/users.tt at line 28
<i class="icon-plus"></i> Add a new user<i class="fas fa-plus"></i> Add a new user