stable

Clone or download

Read-only

Move admin toolbar item into the root breadcrumb for AD administration

Part of story #11189 have a smart bread crumb Go to A.D administration. There is no more a toolbar, and you can see administration sub items in the breadcrumb. Since it is the last place with the toolbar in the AD, legacy code that depends on it is removed. Change-Id: Ib282b2c052d7f416a349b62e2ae777e8ff864a0c

Modified Files

Name
D plugins/agiledashboard/include/AgileDashboard/AdminBreadCrumb.php +0 −69 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/AdminController.class.php +33 −11 Go to diff View file
R plugins/agiledashboard/include/BreadCrumbs/BreadCrumbGenerator.class.php Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Kanban/ShowKanbanController.php +4 −10 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouter.class.php +12 −29 Go to diff View file
D plugins/agiledashboard/include/BreadCrumbs/AgileDashboard.class.php +0 −50 Go to diff View file
D plugins/agiledashboard/include/BreadCrumbs/Artifact.class.php +0 −41 Go to diff View file
D plugins/agiledashboard/include/BreadCrumbs/Merger.class.php +0 −52 Go to diff View file
D plugins/agiledashboard/include/BreadCrumbs/Milestone.class.php +0 −51 Go to diff View file
D plugins/agiledashboard/include/BreadCrumbs/NoCrumb.class.php +0 −28 Go to diff View file
D plugins/agiledashboard/include/BreadCrumbs/Planning.class.php +0 −40 Go to diff View file
D plugins/agiledashboard/include/BreadCrumbs/PlanningAndArtifact.class.php +0 −48 Go to diff View file
D plugins/agiledashboard/include/BreadCrumbs/VirtualTopMilestone.class.php +0 −46 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestoneController.class.php +5 −5 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +5 −5 Go to diff View file
M plugins/agiledashboard/include/Planning/Presenters/MilestoneSummaryPresenterAbstract.class.php +25 −5 Go to diff View file
M plugins/agiledashboard/include/Planning/VirtualTopMilestoneController.class.php +4 −3 Go to diff View file
M plugins/agiledashboard/include/autoload.php +3 −12 Go to diff View file
M plugins/agiledashboard/tests/include/AgileDashboard/AgileDashboardControllerTest.php +8 −4 Go to diff View file
D plugins/agiledashboard/tests/include/BreadCrumbs/MergerTest.php +0 −52 Go to diff View file
M plugins/agiledashboard/tests/include/ControllerTest.php +5 −2 Go to diff View file