stable

Clone or download

Read-only

Move src/common/layout to src/common/Layout

Every class is now using the `Tuleap\Layout` namespace instead of mixing it with the `Tuleap\layout` namespace. Part of story #24227: have private oauth2 endpoints for Mediawiki Change-Id: Ia8a7e6d3d6b66aaabab8b2d4f57d986625a96a39

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/Kanban/NewDropdownCurrentContextSectionForKanbanProvider.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/HeaderOptionsProvider.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Planning/HeaderOptionsForPlanningProvider.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouterBuilder.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/HeaderOptionsProviderTest.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Planning/HeaderOptionsForPlanningProviderTest.php +3 −3 Go to diff View file
M plugins/docman/include/docmanPlugin.php +1 −1 Go to diff View file
M plugins/git/include/gitPlugin.php +1 −1 Go to diff View file
M plugins/svn/include/svnPlugin.php +2 −2 Go to diff View file
M plugins/taskboard/include/taskboardPlugin.php +1 −1 Go to diff View file
M plugins/testmanagement/include/testmanagementPlugin.php +1 −1 Go to diff View file
M plugins/testplan/include/TestPlanHeaderOptionsProvider.php +2 −2 Go to diff View file
M plugins/testplan/include/testplanPlugin.php +1 −1 Go to diff View file
M plugins/testplan/tests/unit/TestPlanHeaderOptionsProviderTest.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/NewDropdown/TrackerLinksInNewDropdownCollector.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/NewDropdown/TrackerNewDropdownLinkPresenterBuilder.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +1 −1 Go to diff View file
M plugins/tracker/include/trackerPlugin.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/NewDropdown/TrackerLinksInNewDropdownCollectorTest.php +4 −4 Go to diff View file
M plugins/tracker/tests/unit/Tracker/NewDropdown/TrackerNewDropdownLinkPresenterBuilderTest.php +1 −1 Go to diff View file
M src/common/CLI/Events/GetWhitelistedKeys.php +2 −2 Go to diff View file
R src/common/layout/BaseLayout.php Go to diff View file
R src/common/layout/BreadCrumbDropdown/BreadCrumb.php Go to diff View file
R src/common/layout/BreadCrumbDropdown/BreadCrumbCollection.php Go to diff View file
R src/common/layout/BreadCrumbDropdown/BreadCrumbLink.php Go to diff View file
R src/common/layout/BreadCrumbDropdown/BreadCrumbLinkCollection.php Go to diff View file
R src/common/layout/BreadCrumbDropdown/BreadCrumbLinkPresenter.php Go to diff View file
R src/common/layout/BreadCrumbDropdown/BreadCrumbLinkWithIcon.php Go to diff View file
R src/common/layout/BreadCrumbDropdown/BreadCrumbPresenter.php Go to diff View file
R src/common/layout/BreadCrumbDropdown/BreadCrumbPresenterBuilder.php Go to diff View file
R src/common/layout/BreadCrumbDropdown/BreadCrumbSubItems.php Go to diff View file
R src/common/layout/BreadCrumbDropdown/SubItemsSection.php Go to diff View file
R src/common/layout/BreadCrumbDropdown/SubItemsSectionPresenter.php Go to diff View file
R src/common/layout/BreadCrumbDropdown/SubItemsUnlabelledSection.php Go to diff View file
R src/common/layout/ColorHelper.class.php Go to diff View file
R src/common/layout/CssAsset.php Go to diff View file
R src/common/layout/CssAssetCollection.php Go to diff View file
R src/common/layout/CssAssetGeneric.php Go to diff View file
R src/common/layout/CssAssetWithDensityVariants.php Go to diff View file
R src/common/layout/CssAssetWithoutVariantDeclinaisons.php Go to diff View file
R src/common/layout/CssViteAsset.php Go to diff View file
R src/common/layout/ErrorRendering.php Go to diff View file
R src/common/layout/Feedback/FeedbackSerializer.php Go to diff View file
R src/common/layout/Feedback/NewFeedback.php Go to diff View file
R src/common/layout/HomePage/HomePageNews.php Go to diff View file
R src/common/layout/HomePage/HomePageStatistic.php Go to diff View file
R src/common/layout/HomePage/LastMonthStatisticsCollectorSVN.php Go to diff View file
R src/common/layout/HomePage/NewsCollection.php Go to diff View file
R src/common/layout/HomePage/NewsCollectionBuilder.php Go to diff View file
R src/common/layout/HomePage/StatisticsCollection.php Go to diff View file
R src/common/layout/HomePage/StatisticsCollectionBuilder.php Go to diff View file
R src/common/layout/HomePage/StatisticsCollectionCollector.php Go to diff View file
R src/common/layout/HomePage/StatisticsCollectorSVN.php Go to diff View file
R src/common/layout/IncludeAssets.php Go to diff View file
R src/common/layout/IncludeAssetsException.php Go to diff View file
R src/common/layout/IncludeAssetsGeneric.php Go to diff View file
R src/common/layout/IncludeAssetsManifestException.php Go to diff View file
R src/common/layout/IncludeCoreAssets.php Go to diff View file
R src/common/layout/IncludeViteAssets.php Go to diff View file
R src/common/layout/JavascriptAsset.php Go to diff View file
R src/common/layout/JavascriptAssetGeneric.php Go to diff View file
R src/common/layout/JavascriptViteAsset.php Go to diff View file
R src/common/layout/Layout.class.php Go to diff View file
R src/common/layout/Logo/CachedCustomizedLogoDetector.php Go to diff View file
R src/common/layout/Logo/CustomizedLogoDetector.php Go to diff View file
R src/common/layout/Logo/FileContentComparator.php Go to diff View file
R src/common/layout/Logo/IDetectIfLogoIsCustomized.php Go to diff View file
R src/common/layout/NewDropdown/CurrentContextSectionToHeaderOptionsInserter.php Go to diff View file
R src/common/layout/NewDropdown/DataAttributePresenter.php Go to diff View file
R src/common/layout/NewDropdown/NewDropdownLinkPresenter.php Go to diff View file
R src/common/layout/NewDropdown/NewDropdownLinkSectionPresenter.php Go to diff View file
R src/common/layout/NewDropdown/NewDropdownPresenter.php Go to diff View file
R src/common/layout/NewDropdown/NewDropdownPresenterBuilder.php Go to diff View file
R src/common/layout/NewDropdown/NewDropdownProjectLinksCollector.php Go to diff View file
R src/common/layout/PaginationPresenter.php Go to diff View file
R src/common/layout/ProjectSidebarBuilder.php Go to diff View file
R src/common/layout/SearchFormPresenter.php Go to diff View file
R src/common/layout/SearchFormPresenterBuilder.php Go to diff View file
R src/common/layout/ServiceUrlCollector.php Go to diff View file
R src/common/layout/SidebarPresenter.php Go to diff View file
R src/common/layout/SidebarProjectDefinedServicePresenter.php Go to diff View file
R src/common/layout/SidebarServicePresenter.php Go to diff View file
R src/common/layout/SiteHomepageController.php Go to diff View file
R src/common/layout/ThemeManager.class.php Go to diff View file
R src/common/layout/ThemeVariant.class.php Go to diff View file
R src/common/layout/ThemeVariantColor.php Go to diff View file
R src/common/layout/ThemeVariation.php Go to diff View file
R src/common/layout/TooltipJSON.php Go to diff View file
M src/common/admin/Homepage/Controller.php +2 −2 Go to diff View file
M src/themes/BurningParrot/include/BurningParrotTheme.php +1 −1 Go to diff View file
M src/themes/BurningParrot/include/HeaderPresenterBuilder.php +1 −1 Go to diff View file
M src/themes/BurningParrot/include/HomePagePresenter.php +2 −2 Go to diff View file
M src/themes/BurningParrot/include/Navbar/Presenter.php +1 −1 Go to diff View file
M src/themes/BurningParrot/include/Navbar/PresenterBuilder.php +1 −1 Go to diff View file
M src/themes/FlamingParrot/include/NavBarPresenter.class.php +1 −1 Go to diff View file
M src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php +1 −1 Go to diff View file
M tests/psalm/tuleap-baseline.xml +32 −32 Go to diff View file
R tests/unit/common/layout/ColorHelperTest.php Go to diff View file
M tests/unit/common/Layout/Feedback/FeedbackSerializerTest.php +1 −1 Go to diff View file
R tests/unit/common/layout/LayoutTest.php Go to diff View file
R tests/unit/common/layout/Logo/CachedCustomizedLogoDetectorTest.php Go to diff View file
R tests/unit/common/layout/Logo/CustomizedLogoDetectorTest.php Go to diff View file
R tests/unit/common/layout/Logo/FileContentComparatorTest.php Go to diff View file
R tests/unit/common/layout/NewDropdown/CurrentContextSectionToHeaderOptionsInserterTest.php Go to diff View file
R tests/unit/common/layout/NewDropdown/NewDropdownPresenterBuilderTest.php Go to diff View file