stable

Clone or download

Read-only

Fix request #4937: do not allow AgileDashboard with deleted trackers

Change-Id: I8ef403b4e20099cafd013231998c1807135bb780

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardXMLController.class.php +0 −6 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouter.class.php +4 −2 Go to diff View file
A plugins/agiledashboard/include/Planning/InvalidConfigurationException.class.php +24 −0 Go to diff View file
M plugins/agiledashboard/include/Planning/MilestoneController.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +24 −12 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningFactory.class.php +19 −9 Go to diff View file
M plugins/agiledashboard/include/Planning/ShortAccessFactory.class.php +7 −1 Go to diff View file
M plugins/agiledashboard/include/autoload.php +3 −2 Go to diff View file
M plugins/agiledashboard/site-content/en_US/agiledashboard.tab +1 −0 Go to diff View file
M plugins/agiledashboard/site-content/fr_FR/agiledashboard.tab +1 −0 Go to diff View file
M plugins/agiledashboard/tests/include/ControllerTest.php +14 −16 Go to diff View file
M plugins/agiledashboard/tests/include/PlanningFactoryTest.php +22 −8 Go to diff View file
M plugins/tracker/include/Tracker/Hierarchy/Dao.class.php +1 −0 Go to diff View file
M src/common/mvc2/Controller.class.php +4 −0 Go to diff View file
M src/common/mvc2/PluginController.class.php +2 −0 Go to diff View file