stable
Clone or download
Read-only
Merge commit 'refs/changes/35/8535/4' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: story #10257: BurningParrot navbar architecture refectoring
Modified Files
Name | ||||
---|---|---|---|---|
D | src/www/themes/BurningParrot/Navbar/Dropdown/DropdownItemsPresenterBuilder.php | +0 | −66 | Go to diff View file |
A | src/www/themes/BurningParrot/Navbar/DropdownMenuItem/Content/Links/LinkPresenter.php | +36 | −0 | Go to diff View file |
A | src/www/themes/BurningParrot/Navbar/DropdownMenuItem/Content/Links/LinkPresentersBuilder.php | +51 | −0 | Go to diff View file |
R | src/www/themes/BurningParrot/Navbar/Dropdown/DropdownItemsPresenter.php | Go to diff View file | ||
R | src/www/themes/BurningParrot/Navbar/Dropdown/DropdownPresenter.php | Go to diff View file | ||
R | src/www/themes/BurningParrot/Navbar/Project/ProjectPresenter.php | Go to diff View file | ||
R | src/www/themes/BurningParrot/Navbar/Project/ProjectPresenterBuilder.php | Go to diff View file | ||
R | src/www/themes/BurningParrot/Navbar/Dropdown/DropdownProjectsPresenter.php | Go to diff View file | ||
R | src/www/themes/BurningParrot/Navbar/GlobalNavbarDropdownMenuItemPresenter.php | Go to diff View file | ||
M | src/www/themes/BurningParrot/Navbar/GlobalNavPresenter.php | +10 | −7 | Go to diff View file |
R | src/www/themes/BurningParrot/Navbar/GlobalLogoutMenuItemPresenter.php | Go to diff View file | ||
R | src/www/themes/BurningParrot/Navbar/GlobalMenuItemPresenter.php | Go to diff View file | ||
M | src/www/themes/BurningParrot/Navbar/Presenter.php | +8 | −13 | Go to diff View file |
M | src/www/themes/BurningParrot/Navbar/PresenterBuilder.php | +39 | −25 | Go to diff View file |
M | src/www/themes/BurningParrot/Navbar/UserNavPresenter.php | +7 | −5 | Go to diff View file |
M | src/www/themes/BurningParrot/autoload.php | +12 | −11 | Go to diff View file |
M | src/www/themes/BurningParrot/templates/header.mustache | +1 | −1 | Go to diff View file |
D | src/www/themes/BurningParrot/templates/navbar-dropdown.mustache | +0 | −6 | Go to diff View file |
D | src/www/themes/BurningParrot/templates/navbar-global-nav.mustache | +0 | −11 | Go to diff View file |
R | src/www/themes/BurningParrot/templates/current-project-nav.mustache | Go to diff View file | ||
R | src/www/themes/BurningParrot/templates/navbar-dropdown-items.mustache | Go to diff View file | ||
R | src/www/themes/BurningParrot/templates/navbar-dropdown-projects.mustache | Go to diff View file | ||
A | src/www/themes/BurningParrot/templates/navbar/dropdown-menu-item/content/content.mustache | +13 | −0 | Go to diff View file |
R | src/www/themes/BurningParrot/templates/global-navbar-dropdown-item.mustache | Go to diff View file | ||
A | src/www/themes/BurningParrot/templates/navbar/global-nav.mustache | +11 | −0 | Go to diff View file |
R | src/www/themes/BurningParrot/templates/join-tuleap-community.mustache | Go to diff View file | ||
R | src/www/themes/BurningParrot/templates/global-logout-menu-item.mustache | Go to diff View file | ||
R | src/www/themes/BurningParrot/templates/global-menu-item.mustache | Go to diff View file | ||
R | src/www/themes/BurningParrot/templates/navbar.mustache | Go to diff View file | ||
R | src/www/themes/BurningParrot/templates/navbar-search.mustache | Go to diff View file | ||
R | src/www/themes/BurningParrot/templates/navbar-user-nav.mustache | Go to diff View file |