stable
Clone or download
Read-only
When I search something in "Switch to" while I'm in phpwiki or mediawiki, the search used is the internal search of the aforementioned tool, like it was for the search in the navbar. Note: This removes the old search from the navbar. Part of story #16209: « Switch to⦠» button Change-Id: I79a9beeff2ada512a56dad0646fd8734d2cce620
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/en_US/include/include.tab | +0 | β1 | Go to diff View file |
M | site-content/fr_FR/include/include.tab | +0 | β1 | Go to diff View file |
M | src/common/User/SwitchToPresenter.php | +8 | β1 | Go to diff View file |
M | src/common/User/SwitchToPresenterBuilder.php | +13 | β4 | Go to diff View file |
M | src/common/layout/Layout.class.php | +0 | β89 | Go to diff View file |
R | src/themes/FlamingParrot/include/SearchFormPresenter.class.php | Go to diff View file | ||
A | src/common/layout/SearchFormPresenterBuilder.php | +130 | β0 | Go to diff View file |
M | src/scripts/switch-to/src/components/Header/SwitchToHeader.test.ts | +5 | β0 | Go to diff View file |
M | src/scripts/switch-to/src/components/Header/SwitchToHeader.vue | +31 | β9 | Go to diff View file |
M | src/scripts/switch-to/src/initiate-app.ts | +4 | β0 | Go to diff View file |
M | src/scripts/switch-to/src/store/type.ts | +1 | β0 | Go to diff View file |
M | src/scripts/switch-to/src/type.ts | +9 | β0 | Go to diff View file |
A | src/templates/common/switch-to-modal.mustache | +9 | β0 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_navbar.scss | +0 | β11 | Go to diff View file |
M | src/themes/BurningParrot/include/BurningParrotTheme.php | +7 | β1 | Go to diff View file |
M | src/themes/BurningParrot/include/Navbar/Presenter.php | +0 | β5 | Go to diff View file |
M | src/themes/BurningParrot/include/Navbar/PresenterBuilder.php | +0 | β1 | Go to diff View file |
D | src/themes/BurningParrot/include/Navbar/SearchPresenter.php | +0 | β41 | Go to diff View file |
M | src/themes/BurningParrot/templates/header.mustache | +1 | β8 | Go to diff View file |
M | src/themes/BurningParrot/templates/navbar/navbar.mustache | +0 | β2 | Go to diff View file |
D | src/themes/BurningParrot/templates/navbar/search.mustache | +0 | β12 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_navbar.scss | +0 | β41 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_post-definitions.scss | +0 | β7 | Go to diff View file |
M | src/themes/FlamingParrot/include/NavBarPresenter.class.php | +0 | β62 | Go to diff View file |
M | src/themes/FlamingParrot/templates/container.mustache | +1 | β8 | Go to diff View file |
D | src/themes/FlamingParrot/templates/navbar-search-form.mustache | +0 | β16 | Go to diff View file |
M | src/themes/FlamingParrot/templates/navbar-user-navigation.mustache | +0 | β2 | Go to diff View file |
M | src/themes/common/css/utils/_search.scss | +0 | β7 | Go to diff View file |
M | src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php | +7 | β4 | Go to diff View file |
M | tests/unit/common/User/SwitchToPresenterBuilderTest.php | +28 | β4 | Go to diff View file |