Make "Add to release" a modal dialog
[?]
Aug 15, 2013, 1:07 AM
XTKCALUAJ2EKYO6ZQDLRDCDLCM5NAMUJ5BB3N6XIY32Q6YOJTB5QCDependencies
- [2]
ASIRNHAHLoad the dependency tabs on demand - [3]
S5GCSCNSUpdate bootstrap to 2.3.1 - [4]
OEPUOUNBUsing twitter bootstrap for more consistent looks for Hydra - [5]
Z6MDQIGO* A quick (non-Web 2.0) interface to manually add builds to a release. - [6]
HN3V252LOn the build page, show how many aggregate constituents failed - [7]
QL55ECJ6- adapted ui for hydra, more in line with nixos.org website - [8]
2GUAKGTBFix indentation of build.tt - [9]
2R7GHSA4* hydra: added initial version of build graph - [10]
JARRBLZDBootstrapify the Hydra forms (except the project and jobset edit pages) - [11]
ZI535LI6* hydra: 'new' UI for project/jobset/job/build - [12]
ELABMHJI* hydra: layout changes - [13]
3PNG7NIBRemove trailing whitespace - [*]
J5UVLXOK* Start of a basic Catalyst web interface. - [*]
WW6BFSNFMove the "Cancel build" button to the menu - [*]
7ZQAHJQMFix indentation
Change contents
- edit in src/root/build.tt at line 195
[% IF c.user_exists && available %]<br/><form class="form-horizontal" action="[% c.uri_for('/build' build.id 'add-to-release') %]" method="post"><div class="control-group"><label class="control-label">Add to release</label><div class="controls"><input type="text" class="input" name="name"></input><button type="submit" class="btn btn-success">Apply</button></div></div></form>[% END %] - edit in src/root/build.tt at line 549
[% IF c.user_exists && available && project.releases %]<div id="add-to-release" class="modal hide fade" tabindex="-1" role="dialog" aria-hidden="true"><form class="form-horizontal" action="[% c.uri_for('/build' build.id 'add-to-release') %]" method="post"><div class="modal-body"><div class="control-group"><label class="control-label">Add to release</label><div class="controls"><select class="span2" name="name">[% FOREACH r IN project.releases %]<option>[% HTML.escape(r.name) %]</option>[% END %]</select></div></div></div><div class="modal-footer"><button type="submit" class="btn btn-primary">Add</button><button class="btn" data-dismiss="modal" aria-hidden="true">Cancel</button></div></form></div>[% END %] - replacement in src/root/topbar.tt at line 3
<a href="[% uri %]">[% title %]</a><a href="[% uri %]" [% IF modal %]data-toggle="modal"[% END %]>[% title %]</a> - edit in src/root/topbar.tt at line 157[16.124][17.2481]
[% END %][% IF available && project.releases %][% INCLUDE menuItemuri = "#add-to-release"title = "Add to release"modal = 1 %]