stable
Clone or download
Read-only
The table is not anymore related to +New dropdown, we should rename it so that it better reflect what's inside: promoted trackers. No functional change in +New dropdown or in sidebar. Part of story #34002: see promoted trackers in sidebar Change-Id: I7d8669f68d151cb2461f5d3b6a0b2be41fff253c
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/db/install.sql | +2 | −2 | Go to diff View file |
A | plugins/tracker/db/mysql/updates/2023/202309250847_rename_in_new_dropdown_table.php | +52 | −0 | Go to diff View file |
M | plugins/tracker/db/uninstall.sql | +1 | −0 | Go to diff View file |
M | plugins/tracker/include/ServiceTracker.class.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Admin/GlobalAdmin/Trackers/PromoteTrackersController.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Admin/GlobalAdmin/Trackers/TrackersDisplayController.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/PostCreationProcessor.php | +4 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Creation/TrackerCreationSettingsBuilder.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/NewDropdown/TrackerLinksInNewDropdownCollector.php | +4 | −14 | Go to diff View file |
R | plugins/tracker/include/Tracker/NewDropdown/TrackerInNewDropdownDao.php | Go to diff View file | ||
R | plugins/tracker/include/Tracker/NewDropdown/TrackerInNewDropdownRetriever.php | Go to diff View file | ||
R | plugins/tracker/include/RetrievePromotedTrackers.php | Go to diff View file | ||
M | plugins/tracker/include/Tracker/Tracker.class.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/include/Tracker/TrackerFactory.class.php | +2 | −2 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.php | +6 | −6 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Admin/GlobalAdmin/Trackers/PromoteTrackersControllerTest.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/PostCreationProcessorTest.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Creation/TrackerCreationSettingsBuilderTest.php | +3 | −3 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/NewDropdown/TrackerInNewDropdownRetrieverTest.php | +6 | −4 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/NewDropdown/TrackerLinksInNewDropdownCollectorTest.php | +4 | −9 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/XML/TrackerExportToXmlTest.php | +2 | −2 | Go to diff View file |
M | tests/psalm/tuleap-baseline.xml | +1 | −1 | Go to diff View file |