stable

Clone or download

Read-only

Search in special pages

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