Preserve whitespace in string inputs
[?]
Aug 13, 2014, 3:25 PM
LYNCIJINU4B2KX5DH5XMT5WA7BR2VAWLRMEBMKGNWCPGTR7S65TACDependencies
- [2]
JFW656FTAdd a flag to enable Persona support - [3]
X5EOJLNAAllow passing a specific build as an input - [4]
Z52T2BC4Support passing a jobset evaluation as an input - [5]
OOQ2D3KC* Refactoring: move fetchInput out of hydra_scheduler into a separate - [6]
OX6NYJDVSplit viewing and editing a jobset - [7]
ODNCGFQ5* Improved the navigation bar: don't include all projects (since that - [8]
TQVKZQUGUse the REST API in the web interface for editing jobsets - [*]
3HZY24CX* Make jobsets viewable under - [*]
J5UVLXOK* Start of a basic Catalyst web interface.
Change contents
- replacement in src/lib/Hydra/Controller/Jobset.pm at line 186
$value = trim $value;$value = trim $value unless $type eq "string"; - replacement in src/root/jobset.tt at line 18
"[% HTML.escape(alt.value) %]""<span class="keep-whitespace">[% HTML.escape(alt.value) %]</span>" - edit in src/root/static/css/hydra.css at line 114[2.564]
span.keep-whitespace {white-space: pre-wrap;}