stable

Clone or download

Read-only

refactor: HeaderConfiguration in Backlog

No functional in every pages of the AgileDashboard[0] or Backlog, with or without project background, with or without promoted trackers in +New. Part of story #34002: see promoted trackers in sidebar [0] tuleap config-set feature_flag_temporarily_deactivate_split_kanban_for_project 1 Change-Id: I0059e79d5229e425a6023b43a6aab631e5d65eff

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AdminController.class.php +55 −6 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/HeaderOptionsProvider.php +61 −71 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Planning/PlanningV2Pane.class.php +10 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Pane.class.php +13 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Planning/HeaderOptionsForPlanningProvider.php +28 −23 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouter.class.php +39 −102 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestoneController.class.php +25 −10 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestoneControllerFactory.php +0 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +85 −17 Go to diff View file
M plugins/agiledashboard/include/Planning/VirtualTopMilestoneController.php +21 −15 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/HeaderOptionsProviderTest.php +12 −56 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/HeaderOptionsForPlanningProviderTest.php +22 −53 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboardRouterTest.php +1 −1 Go to diff View file
M plugins/cardwall/include/Pane.class.php +8 −0 Go to diff View file
M plugins/taskboard/include/Routing/TaskboardController.php +22 −14 Go to diff View file
M plugins/testplan/include/TestPlanController.php +9 −2 Go to diff View file
M plugins/testplan/include/TestPlanHeaderOptionsProvider.php +20 −53 Go to diff View file
M plugins/testplan/tests/unit/TestPlanControllerTest.php +3 −1 Go to diff View file
M plugins/testplan/tests/unit/TestPlanHeaderOptionsProviderTest.php +19 −58 Go to diff View file
M src/common/Layout/HeaderConfiguration.php +2 −0 Go to diff View file
M src/common/Layout/HeaderConfigurationBuilder.php +9 −0 Go to diff View file
M src/common/Layout/NewDropdown/CurrentContextSectionToHeaderOptionsInserter.php +27 −26 Go to diff View file
M tests/unit/common/Layout/NewDropdown/CurrentContextSectionToHeaderOptionsInserterTest.php +10 −11 Go to diff View file