stable
Clone or download
Read-only
Merge 'gerrit #15954' into stable/master
* commit 'd932e1179b': request #13804 Tuleap\Tracker\RecentlyVisited namespace is not PSR4 Change-Id: I20e55488f93e666e2d671fe205b2d4139f29ba8c
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboardRouterBuilder.php | +1 | −1 | 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/MilestoneControllerFactory.class.php | +1 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/agiledashboardPlugin.class.php | +3 | −3 | Go to diff View file |
M | plugins/agiledashboard/phpunit/AgileDashboard/Planning/MilestoneControllerTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Action/UpdateArtifact.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/ArtifactsDeletion/ArchiveAndDeleteArtifactTaskBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/ArtifactsDeletion/ArtifactDependenciesDeletor.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/RecentlyVisited/HistoryQuickLinkCollection.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/RecentlyVisited/RecentlyVisitedDao.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/RecentlyVisited/VisitCleaner.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/RecentlyVisited/VisitRecorder.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/RecentlyVisited/VisitRetriever.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Renderer/CopyRenderer.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Renderer/EditAbstractRenderer.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Renderer/EditRenderer.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactCreator.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactFactory.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/XMLImportBuilder.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Migration/MigrationManager.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Artifact/RecentlyVisited/VisitRetrieverTest.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/tests/Artifact/RecentlyVisited/VisitCleanerTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/Artifact/Tracker_ArtifactCreatorTest.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Action/UpdateArtifactTest.php | +3 | −3 | Go to diff View file |