stable

Clone or download

Read-only

Use @tuleap/project-sidebar component to replace existing sidebar on BP pages

Part of story #24227: have private oauth2 endpoints for Mediawiki Change-Id: Id429e3fad232338de83acdd889c9c3b52b019aca

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +0 −3 Go to diff View file
M src/common/Layout/BaseLayout.php +0 −11 Go to diff View file
D src/common/Project/Admin/Access/ProjectAdministrationLinkPresenter.php +0 −44 Go to diff View file
M src/common/Project/Sidebar/ProjectContextPresenter.php +2 −38 Go to diff View file
M src/scripts/BurningParrot/src/index.ts +0 −6 Go to diff View file
D src/scripts/BurningParrot/src/linked-projects.ts +0 −35 Go to diff View file
D src/scripts/BurningParrot/src/project-flags.ts +0 −37 Go to diff View file
D src/scripts/BurningParrot/src/project-privacy.ts +0 −71 Go to diff View file
M src/scripts/BurningParrot/src/sidebar.ts +21 −40 Go to diff View file
M src/scripts/lib/project-sidebar-internal/src/Header/SidebarHeader.vue +5 −1 Go to diff View file
M src/scripts/lib/project-sidebar-internal/src/Header/__snapshots__/SidebarHeader.test.ts.snap +1 −0 Go to diff View file
M src/scripts/lib/project-sidebar-internal/src/ProjectSidebar.vue +4 −4 Go to diff View file
R src/scripts/lib/project-sidebar-internal/src/fontawesome-classes.scss Go to diff View file
R src/themes/BurningParrot/css/includes/sidebar/_sidebar-collapsed.scss Go to diff View file
R src/themes/BurningParrot/css/includes/sidebar/_sidebar-generic.scss Go to diff View file
A src/scripts/lib/project-sidebar-internal/src/Styles/_sidebar-project.scss +463 −0 Go to diff View file
M src/scripts/lib/project-sidebar-internal/src/Tools/Tool.vue +1 −0 Go to diff View file
M src/scripts/project/banner/project-banner-show-hide.test.ts +0 −52 Go to diff View file
M src/scripts/project/banner/project-banner-show-hide.ts +0 −6 Go to diff View file
M src/themes/BurningParrot/css/includes/sidebar/_sidebar-project.scss +8 −440 Go to diff View file
M src/themes/BurningParrot/css/includes/sidebar/_sidebar-siteadmin.scss +76 −0 Go to diff View file
M src/themes/BurningParrot/css/includes/sidebar/_sidebar.scss +3 −5 Go to diff View file
M src/themes/BurningParrot/include/BurningParrotTheme.php +5 −54 Go to diff View file
M src/themes/BurningParrot/templates/header.mustache +7 −66 Go to diff View file
D src/themes/BurningParrot/templates/project-sidebar.mustache +0 −11 Go to diff View file
D src/themes/BurningParrot/templates/sidebar/header.mustache +0 −83 Go to diff View file
D src/themes/BurningParrot/templates/sidebar/project-privacy.mustache +0 −23 Go to diff View file
D src/themes/BurningParrot/templates/sidebar/tools.mustache +0 −20 Go to diff View file
M src/themes/FlamingParrot/include/ContainerPresenter.class.php +0 −10 Go to diff View file
M src/themes/FlamingParrot/templates/project-sidebar.mustache +1 −1 Go to diff View file
M src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php +1 −31 Go to diff View file
M tests/e2e/distlp/cypress/support/commands.ts +16 −4 Go to diff View file
M tests/e2e/full/cypress/integration/project_admin.spec.ts +1 −1 Go to diff View file
M tests/e2e/full/cypress/support/commands.ts +2 −2 Go to diff View file
D tests/unit/common/Project/Admin/Access/ProjectAdministrationLinkPresenterTest.php +0 −46 Go to diff View file