stable

Clone or download

Read-only

Move the Admin toolbar item into the root breadcrumb in BurningParrot

Part of story #11189 have a smart bread crumb Introduce the new "Dropdown" style bread crumbs. They are only visible in BurningParrot pages for now and will be added on other pages later. Only in Top Backlog Planning pages, the Agile Dashboard breadcrumb has a "dropdown" item for Administration that replaces the toolbar. It will be added on other BurningParrot pages later. Change-Id: I18bae314fb677315b049f95224c8f85d9ab6d536

Modified Files

Name
A plugins/agiledashboard/include/AgileDashboard/BreadCrumbDropdown/AgileDashboardCrumbBuilder.php +65 −0 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/BreadCrumbDropdown/VirtualTopMilestoneCrumbBuilder.php +45 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouter.class.php +2 −13 Go to diff View file
M plugins/agiledashboard/include/Planning/VirtualTopMilestoneController.class.php +18 −6 Go to diff View file
M plugins/agiledashboard/include/autoload.php +4 −2 Go to diff View file
M src/common/autoload.php +5 −2 Go to diff View file
M src/common/layout/BaseLayout.php +5 −0 Go to diff View file
M src/common/layout/BreadCrumbDropdown/BreadCrumb.php +3 −8 Go to diff View file
M src/common/layout/BreadCrumbDropdown/BreadCrumbItem.php +41 −2 Go to diff View file
A src/common/layout/BreadCrumbDropdown/BreadCrumbPresenter.php +57 −0 Go to diff View file
M src/common/layout/BreadCrumbDropdown/BreadCrumbPresenterBuilder.php +20 −0 Go to diff View file
A src/common/layout/BreadCrumbDropdown/BreadCrumbSubItem.php +39 −0 Go to diff View file
A src/common/layout/BreadCrumbDropdown/BreadCrumbSubItemCollection.php +45 −0 Go to diff View file
M src/www/themes/BurningParrot/BurningParrotTheme.php +1 −1 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_breadcrumb.scss +188 −40 Go to diff View file
A src/www/themes/BurningParrot/templates/breadcrumbs/breadcrumbs.mustache +28 −0 Go to diff View file
M src/www/themes/BurningParrot/templates/header.mustache +1 −3 Go to diff View file