After editing a project/jobset, redirect back to the config tab
[?]
Jun 24, 2013, 11:00 PM
225GEK4NN53NJ6EBDAJNECR76FILAHV7KNEG23TDQ2KYMG7NFEUACDependencies
- [2]
OR5SJ42YShow releases in a tab on the project page - [3]
MJ4RWQ3TAdd links to the project/jobset edit pages in the logical place - [4]
QTC3SYBMJobset page: Load the jobs and status tabs on demand - [5]
FPK5LF53* Put the project-related actions in a separate controller. Put the - [6]
OX6NYJDVSplit viewing and editing a jobset - [7]
ODNCGFQ5* Improved the navigation bar: don't include all projects (since that - [8]
ZRRPBEI4Make jobset deletion consistent with project deletion - [9]
OOQ2D3KC* Refactoring: move fetchInput out of hydra_scheduler into a separate - [10]
QTFVCDIFadded hide feature for project/jobset - [11]
K22TMPH5Make the info tables less compressed - [12]
TFK74CQRPut job status on a separate tab - [13]
JY7BXXOPSplit viewing and editing a project - [14]
A6XVP6FEMake the hide/unhide actions a checkbox in the project settings - [15]
JARRBLZDBootstrapify the Hydra forms (except the project and jobset edit pages) - [16]
2VBQRQ2QFix some XML well-formedness problems - [17]
3PNG7NIBRemove trailing whitespace - [18]
LZO3C2KI* Hack around those SQLite timeouts: just retry the transaction. - [19]
PVIRRARJTurn hiding/unhiding a jobset into a checkbox - [*]
3HZY24CX* Make jobsets viewable under - [*]
7YBYT2LQ
Change contents
- replacement in src/lib/Hydra/Controller/Jobset.pm at line 148
[$c->stash->{project}->name, $c->stash->{jobset}->name]));[$c->stash->{project}->name, $c->stash->{jobset}->name]) . "#tabs-configuration"); - replacement in src/lib/Hydra/Controller/Project.pm at line 61
$c->res->redirect($c->uri_for($self->action_for("view"), [$c->stash->{project}->name]));$c->res->redirect($c->uri_for($self->action_for("view"), [$c->stash->{project}->name]) . "#tabs-configuration"); - replacement in src/root/jobset.tt at line 50
<li><a href="#tabs-setup" data-toggle="tab">Configuration</a></li><li><a href="#tabs-configuration" data-toggle="tab">Configuration</a></li> - replacement in src/root/jobset.tt at line 103
<div id="tabs-setup" class="tab-pane"><div id="tabs-configuration" class="tab-pane"> - replacement in src/root/project.tt at line 6
<li><a href="#tabs-settings" data-toggle="tab">Configuration</a></li><li><a href="#tabs-configuration" data-toggle="tab">Configuration</a></li> - replacement in src/root/project.tt at line 80
<div id="tabs-settings" class="tab-pane"><div id="tabs-configuration" class="tab-pane">