stable
Clone or download
Read-only
This is part of story #10061 new project admin homepage and navigation The old toolbar events are not raised anymore. Plugins adding navigation items will be done in a following commit Change-Id: Ifbb316b8a06884ade6ea714e6564640bcfe1f59d
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +48 | −0 | Go to diff View file |
M | site-content/tuleap-core.pot | +52 | −0 | Go to diff View file |
M | src/common/autoload.php | +9 | −2 | Go to diff View file |
A | src/common/project/Admin/Navigation/HeaderNavigationDisplayer.php | +56 | −0 | Go to diff View file |
A | src/common/project/Admin/Navigation/NavigationDropdownItemPresenter.php | +33 | −0 | Go to diff View file |
A | src/common/project/Admin/Navigation/NavigationDropdownPresenter.php | +45 | −0 | Go to diff View file |
A | src/common/project/Admin/Navigation/NavigationItem.php | +26 | −0 | Go to diff View file |
A | src/common/project/Admin/Navigation/NavigationItemPresenter.php | +44 | −0 | Go to diff View file |
A | src/common/project/Admin/Navigation/NavigationPresenter.php | +41 | −0 | Go to diff View file |
A | src/common/project/Admin/Navigation/NavigationPresenterBuilder.php | +121 | −0 | Go to diff View file |
M | src/common/project/Label/IndexController.php | +6 | −3 | Go to diff View file |
M | src/templates/project/labels/list-labels.mustache | +1 | −1 | Go to diff View file |
A | src/templates/project/navigation.mustache | +19 | −0 | Go to diff View file |