stable

Clone or download

Read-only

request #11545: Use an autoloader generated with Composer in the agiledashboard plugin

Change-Id: Ie69d25cac50f7962f29064b337504c4232fc1905

Modified Files

Name
A plugins/agiledashboard/composer.json +8 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupCacheChecker.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupCacheDao.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupCacheDateRetriever.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupCacheGenerator.php +4 −4 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/BurnupLogger.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/SystemEvent/SystemEvent_BURNUP_DAILY.php +3 −5 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/FormElement/SystemEvent/SystemEvent_BURNUP_GENERATE.php +2 −4 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouter.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.class.php +11 −12 Go to diff View file
D plugins/agiledashboard/include/autoload.php +0 −338 Go to diff View file
M plugins/agiledashboard/phpunit/bootstrap.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/AgileDashboardRouterTest.php +1 −2 Go to diff View file
M plugins/agiledashboard/tests/bootstrap.php +5 −5 Go to diff View file
D plugins/agiledashboard/tests/common.php +0 −26 Go to diff View file
M plugins/agiledashboard/tests/include/AgileDashboard/FormElement/BurnupCacheCheckerTest.php +6 −6 Go to diff View file
M plugins/agiledashboard/tests/include/AgileDashboard/FormElement/BurnupCacheDateRetrieverTest.php +2 −2 Go to diff View file
M plugins/agiledashboard/tests/include/AgileDashboard/Milestone/Backlog/AgileDashboard_Milestone_Backlog_BacklogItemCollectionFactoryTest.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/include/AgileDashboard/Milestone/Backlog/BacklogItemPresenterCollectionTest.php +2 −2 Go to diff View file
M plugins/agiledashboard/tests/include/AgileDashboard/Milestone/Pane/Planning/SubmilestoneFinderTest.php +2 −2 Go to diff View file
M plugins/agiledashboard/tests/include/ArtifactLinkerTest.php +3 −5 Go to diff View file
M plugins/agiledashboard/tests/include/ArtifactParentsSelectorEventListenerTest.php +3 −4 Go to diff View file
M plugins/agiledashboard/tests/include/KanbanActionsCheckerTest.php +2 −2 Go to diff View file
M plugins/agiledashboard/tests/include/KanbanColumnManagerTest.php +2 −2 Go to diff View file
M plugins/agiledashboard/tests/include/KanbanUserPreferencesTest.php +2 −2 Go to diff View file
M plugins/agiledashboard/tests/include/MilestoneFactoryTest.php +2 −2 Go to diff View file
M plugins/agiledashboard/tests/include/MilestoneTest.php +3 −3 Go to diff View file
M plugins/agiledashboard/tests/include/TrackerPresenterTest.php +2 −4 Go to diff View file
M plugins/agiledashboard/tests/rest/DataBuilder.php +2 −2 Go to diff View file
M plugins/velocity/phpunit/bootstrap.php +1 −1 Go to diff View file