Tweaks
[?]
Feb 21, 2013, 12:26 AM
I4K2UPCWTK4EEPPQYBZ6UEGLF2HIUR5X6GJH34JEKPVKRBVWFCVACDependencies
- [2]
TLJC6BJ3Add a menu item for deleting jobsets - [3]
JY7BXXOPSplit viewing and editing a project - [4]
OEPUOUNBUsing twitter bootstrap for more consistent looks for Hydra - [5]
IHU3IMC6Revert changeset 4399683fa0e9abb64f63affc7caca7f77abea1b7, make jobset options available to project members as well - [6]
JARRBLZDBootstrapify the Hydra forms (except the project and jobset edit pages) - [7]
2DTJNAMXAllow project members to create jobsets, regression introduced by bootstrap make-over. Currently all logged in users see these options, however, only on performing the action the privileges are checked. Need to change that in the future. - [8]
7ZQAHJQMFix indentation - [*]
QL55ECJ6- adapted ui for hydra, more in line with nixos.org website
Change contents
- replacement in src/root/edit-project.tt at line 1
[% WRAPPER layout.tt title=(create ? "New Project" : "Editing project $project.name") %][% WRAPPER layout.tt title=(create ? "New project" : "Editing project $project.name") %] - replacement in src/root/topbar.tt at line 54
[% INCLUDE menuItem uri = c.uri_for('/project' project.name 'edit') title="Edit configuration" %][% INCLUDE menuItem uri = c.uri_for(c.controller('Project').action_for('create_jobset'), [project.name]) title = "Create new jobset" %][% INCLUDE menuItem uri = c.uri_for('/project' project.name 'edit') title="Edit" %] - edit in src/root/topbar.tt at line 60
[% INCLUDE menuItem uri = c.uri_for(c.controller('Project').action_for('create_jobset'), [project.name]) title = "Create jobset" %] - replacement in src/root/topbar.tt at line 86
[% INCLUDE menuItem uri = c.uri_for('/jobset' project.name jobset.name 'edit') title="Edit configuration" %][% INCLUDE menuItem uri = c.uri_for('/jobset' project.name jobset.name 'edit') title="Edit" %] - edit in src/root/topbar.tt at line 165
[% IF c.check_user_roles('admin') %][% INCLUDE menuItem uri = c.uri_for(c.controller('Project').action_for('create')) title = "Create project" %]<li class="divider"></li>[% END %] - edit in src/root/topbar.tt at line 189[4.2592]→[4.15631:15706](∅→∅),[4.15631]→[4.15631:15706](∅→∅),[4.15706]→[4.2593:2715](∅→∅),[4.2715]→[4.15830:15846](∅→∅),[4.15830]→[4.15830:15846](∅→∅)
<li class="divider"></li>[% IF c.check_user_roles('admin') %][% INCLUDE menuItem uri = c.uri_for(c.controller('Project').action_for('create')) title = "Create new project" %][% END %]