stable

Clone or download

Read-only

request #22637: Remove specific handling of IE and Edge Legacy in features

Those browsers are not supported anymore, there is no reason to keep special handling everywhere. One verification is kept to display a message to tell users to upgrade. Change-Id: I42a05ffabea30a230dbab5ed9c078229c1a9e42f

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/KanbanPresenter.class.php +0 −1 Go to diff View file
M plugins/projectmilestones/include/Widget/ProjectMilestonesException.php +0 −5 Go to diff View file
M plugins/projectmilestones/include/Widget/ProjectMilestonesPresenterBuilder.php +0 −5 Go to diff View file
M plugins/projectmilestones/site-content/fr_FR/LC_MESSAGES/tuleap-projectmilestones.po +0 −6 Go to diff View file
M plugins/projectmilestones/tests/unit/Widget/ProjectMilestonesPresenterBuilderTest.php +1 −10 Go to diff View file
M plugins/taskboard/include/Routing/TaskboardController.php +0 −17 Go to diff View file
M plugins/taskboard/include/taskboardPlugin.php +0 −14 Go to diff View file
M plugins/testmanagement/include/TestManagement/IndexPresenter.class.php +2 −3 Go to diff View file
M plugins/testplan/include/TestPlanController.php +3 −13 Go to diff View file
M plugins/testplan/site-content/fr_FR/LC_MESSAGES/tuleap-testplan.po +0 −10 Go to diff View file
D plugins/testplan/templates/test-plan-unsupported-browser-edge-legacy.mustache +0 −14 Go to diff View file
D plugins/testplan/templates/test-plan-unsupported-browser-ie11.mustache +0 −14 Go to diff View file
M plugins/testplan/tests/unit/TestPlanControllerTest.php +1 −50 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ActionButtons/ArtifactMoveModalPresenter.php +0 −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/EditRenderer.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/ListPickerIncluder.php +4 −7 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/SubmitOverlayRenderer.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/SubmitRenderer.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report_Renderer_Table.class.php +1 −6 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Workflow/WorkflowMenuTabPresenter.php +0 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/Renderer/ListPickerIncluderTest.php +5 −36 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +0 −7 Go to diff View file
M src/common/Project/ProjectBackground/ProjectBackgroundAdministrationController.php +1 −2 Go to diff View file
M src/common/Project/ProjectBackground/ProjectBackgroundAdministrationPresenter.php +8 −9 Go to diff View file
M src/templates/project/admin/background/administration.mustache +52 −66 Go to diff View file
M tests/unit/common/BrowserDetection/DetectedBrowserTest.php +1 −1 Go to diff View file