stable

Clone or download

Read-only

Remove mediawiki toolbar

Now administrators must use the breadcrumb dropdown menu. Without this patch, due to absence of the toolbar, regular users see the floating buttons on top of mediawiki menu. Now with the breadcrumb that is displayed for everybody, the issue is gone. (It is not ideal though since there is a global issue with breadcrumb and floating buttons alignment, but it is at least consistent with the other pages.) Part of story #16210: Remove navigation bar Change-Id: I49257d3ffd024f064f307a576cc47e98b720cb1d

Modified Files

Name
A plugins/mediawiki/include/MediawikiBreadcrumbBuilder.php +83 −0 Go to diff View file
M plugins/mediawiki/include/ServiceMediawiki.class.php +10 −9 Go to diff View file
M plugins/mediawiki/tests/e2e/cypress/cypress/integration/platform_allows_anonymous.spec.ts +1 −1 Go to diff View file
M plugins/mediawiki/tests/e2e/cypress/cypress/integration/platform_allows_restricted.spec.ts +2 −2 Go to diff View file
M plugins/mediawiki/www/skins/Tuleap123/Tuleap123.php +10 −10 Go to diff View file