Propagate URI parameters
[?]
Apr 4, 2012, 11:17 AM
5ELHGCP44VMHY7RNAGZOY4WOU2KBHYR7WNJF4J7UO4K65WUWKQIACDependencies
- [2]
37RKEEMPDon't use colspan=0, it doesn't work in all browsers - [3]
L7NUCXKSShow new and removed jobs - [4]
DE2DNCOIAllow comparing an evaluation with an arbitrary other evaluation - [5]
WZZOOYCHShow queued builds in jobset evaluation pages - [6]
U4TD3AIQAdd support for viewing jobset evaluations
Change contents
- replacement in src/root/jobset-eval.tt at line 18
[% IF size > max %]<tr><td class="centered" colspan="6"><a href="[% c.uri_for(c.controller('JobsetEval').action_for('view'), [eval.id], full => 1) %]"><em>([% size - max %] more builds omitted)</em></a></td></tr>[% IF size > max; params = c.req.params; params.full = 1 %]<tr><td class="centered" colspan="6"><a href="[% c.uri_for(c.controller('JobsetEval').action_for('view'), [eval.id], params) %]"><em>([% size - max %] more builds omitted)</em></a></td></tr> - replacement in src/root/jobset-eval.tt at line 45
[% IF size > max %]<tr><td class="centered" colspan="6"><a href="[% c.uri_for(c.controller('JobsetEval').action_for('view'), [eval.id], full => 1) %]"><em>([% size - max %] more jobs omitted)</em></a></td></tr>[% IF size > max; params = c.req.params; params.full = 1 %]<tr><td class="centered" colspan="6"><a href="[% c.uri_for(c.controller('JobsetEval').action_for('view'), [eval.id], params) %]"><em>([% size - max %] more jobs omitted)</em></a></td></tr>