Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 231ec1ba8b7639a5823daed2b2ccf78163580038 https://github.com/phpmyadmin/phpmyadmin/commit/231ec1ba8b7639a5823daed2b2cc... Author: Kamil Tekiela tekiela246@gmail.com Date: 2023-05-19 (Fri, 05 May 2023) +01:00
Changed paths: M .github/workflows/test-selenium.yml M doc/intro.rst M libraries/classes/Config/Descriptions.php M libraries/classes/Controllers/JavaScriptMessagesController.php M libraries/classes/Menu.php M libraries/routes.php M libraries/services_controllers.php M phpstan-baseline.neon M psalm-baseline.xml M public/themes/bootstrap/scss/_common.scss M public/themes/metro/scss/_common.scss M public/themes/original/scss/_common.scss M public/themes/pmahomme/scss/_common.scss M templates/database/multi_table_query/form.twig M webpack.config.cjs D js/src/database/qbe.ts D libraries/classes/Controllers/Database/QueryByExampleController.php D libraries/classes/Database/Qbe.php D libraries/classes/Exceptions/SavedSearchesException.php D libraries/classes/SavedSearches.php D templates/database/qbe/column_select_cell.twig D templates/database/qbe/index.twig D templates/database/qbe/ins_del_and_or_cell.twig D templates/database/qbe/selection_form.twig D templates/database/qbe/sort_order_select_cell.twig D templates/database/qbe/sort_select_cell.twig D test/classes/Database/QbeTest.php D test/selenium/Database/QueryByExampleTest.php
Log Message: ----------- Remove QBE
Signed-off-by: Kamil Tekiela tekiela246@gmail.com
Commit: 412835eeb4eaf8438bb09a1aca877ad902069bd4 https://github.com/phpmyadmin/phpmyadmin/commit/412835eeb4eaf8438bb09a1aca87... Author: MaurĂcio Meneghini Fauth mauricio@fauth.dev Date: 2023-05-19 (Fri, 05 May 2023) -03:00
Changed paths: M .github/workflows/test-selenium.yml M doc/intro.rst M libraries/classes/Config/Descriptions.php M libraries/classes/Controllers/JavaScriptMessagesController.php M libraries/classes/Menu.php M libraries/routes.php M libraries/services_controllers.php M phpstan-baseline.neon M psalm-baseline.xml M public/themes/bootstrap/scss/_common.scss M public/themes/metro/scss/_common.scss M public/themes/original/scss/_common.scss M public/themes/pmahomme/scss/_common.scss M templates/database/multi_table_query/form.twig M webpack.config.cjs D js/src/database/qbe.ts D libraries/classes/Controllers/Database/QueryByExampleController.php D libraries/classes/Database/Qbe.php D libraries/classes/Exceptions/SavedSearchesException.php D libraries/classes/SavedSearches.php D templates/database/qbe/column_select_cell.twig D templates/database/qbe/index.twig D templates/database/qbe/ins_del_and_or_cell.twig D templates/database/qbe/selection_form.twig D templates/database/qbe/sort_order_select_cell.twig D templates/database/qbe/sort_select_cell.twig D test/classes/Database/QbeTest.php D test/selenium/Database/QueryByExampleTest.php
Log Message: ----------- Merge pull request #18430 from kamil-tekiela/Remove-QBE
Feature request: Remove QBE