stable

Clone or download

Read-only

Add an AgileDashboard "root" breadcrumb

Part of story #11189 have a smart bread crumb How to test: - In all pages of AgileDashboard (including admin), there is a root "Agile Dashboard" breadcrumb that redirects to AgileDashboard main page In following commits, the "Admin" toolbar link will appear under this root breadcrumb. Change-Id: If8859768a9c69a46c58e3c55082a578d223cfef9

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardController.class.php +6 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouter.class.php +7 −2 Go to diff View file
M plugins/agiledashboard/include/BreadCrumbs/AgileDashboard.class.php +27 −5 Go to diff View file
D plugins/agiledashboard/include/BreadCrumbs/Pipe.class.php +0 −39 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestoneController.class.php +6 −3 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +6 −2 Go to diff View file
M plugins/agiledashboard/include/Planning/VirtualTopMilestoneController.class.php +12 −0 Go to diff View file
M plugins/agiledashboard/include/autoload.php +2 −3 Go to diff View file
M plugins/agiledashboard/site-content/fr_FR/LC_MESSAGES/tuleap-agiledashboard.po +7 −4 Go to diff View file
M plugins/agiledashboard/site-content/tuleap-agiledashboard.pot +3 −0 Go to diff View file
M plugins/agiledashboard/tests/include/MilestoneControllerTest.php +10 −8 Go to diff View file