Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: de58d27326ca4108b8e6150676638ca45c54e9ff https://github.com/phpmyadmin/phpmyadmin/commit/de58d27326ca4108b8e615067663... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-06-11 (Sun, 06 June 2023) -03:00
Changed paths: M js/src/database/multi_table_query.ts M js/src/modules/functions.ts M js/src/modules/indexes.ts M js/src/normalization.ts M js/src/server/status/monitor.ts M libraries/classes/Controllers/Database/DesignerController.php M libraries/classes/Controllers/HomeController.php M libraries/classes/Html/Generator.php M libraries/classes/Navigation/Navigation.php M libraries/classes/Normalization.php M libraries/classes/Plugins/Auth/AuthenticationConfig.php M libraries/classes/Plugins/Auth/AuthenticationCookie.php M libraries/classes/Server/Select.php M phpstan-baseline.neon M psalm-baseline.xml M public/setup/scss/_custom.scss M public/themes/bootstrap/scss/_common.scss M public/themes/bootstrap/scss/_designer.scss M public/themes/metro/scss/_common.scss M public/themes/metro/scss/_designer.scss M public/themes/original/scss/_common.scss M public/themes/pmahomme/scss/_common.scss M public/themes/pmahomme/scss/_designer.scss M templates/columns_definitions/column_definitions_form.twig M templates/columns_definitions/table_fields_definitions.twig M templates/database/designer/edit_delete_pages.twig M templates/database/designer/page_save_as.twig M templates/database/designer/schema_export.twig M templates/database/multi_table_query/form.twig M templates/database/routines/execute_form.twig M templates/database/search/results.twig M templates/display/results/table.twig M templates/import_status.twig M templates/indexes.twig M templates/navigation/item_unhide_dialog.twig M templates/server/binlog/index.twig M templates/server/privileges/add_user_fieldset.twig M templates/server/privileges/user_overview.twig M templates/server/replication/change_primary.twig M templates/server/replication/primary_add_replica_user.twig M templates/server/replication/primary_configuration.twig M templates/server/select/index.twig M templates/setup/home/index.twig M templates/sql/no_results_returned.twig M templates/table/delete/confirm.twig M templates/table/index_form.twig M templates/table/index_rename_form.twig M templates/table/insert/get_head_and_foot_of_insert_row_table.twig M templates/table/normalization/normalization.twig M templates/table/relation/common_form.twig M templates/table/relation/foreign_key_row.twig M templates/view_create.twig M test/classes/Controllers/Normalization/FirstNormalForm/FirstStepControllerTest.php M test/classes/Database/DesignerTest.php M test/classes/NormalizationTest.php M test/classes/Server/PrivilegesTest.php M test/classes/Server/SelectTest.php M test/selenium/Database/ProceduresTest.php M test/selenium/NormalizationTest.php M test/selenium/Table/BrowseTest.php
Log Message: ----------- Remove .pma-fieldset and related CSS classes
Replaces most of them with the Bootstrap card component.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 73356a20af78428a708ea55cb505f3a03e2a633a https://github.com/phpmyadmin/phpmyadmin/commit/73356a20af78428a708ea55cb505... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-06-11 (Sun, 06 June 2023) -03:00
Changed paths: M js/src/database/multi_table_query.ts M js/src/modules/functions.ts M js/src/modules/indexes.ts M js/src/normalization.ts M js/src/server/status/monitor.ts M libraries/classes/Controllers/Database/DesignerController.php M libraries/classes/Controllers/HomeController.php M libraries/classes/Html/Generator.php M libraries/classes/Navigation/Navigation.php M libraries/classes/Normalization.php M libraries/classes/Plugins/Auth/AuthenticationConfig.php M libraries/classes/Plugins/Auth/AuthenticationCookie.php M libraries/classes/Server/Select.php M phpstan-baseline.neon M psalm-baseline.xml M public/setup/scss/_custom.scss M public/themes/bootstrap/scss/_common.scss M public/themes/bootstrap/scss/_designer.scss M public/themes/metro/scss/_common.scss M public/themes/metro/scss/_designer.scss M public/themes/original/scss/_common.scss M public/themes/pmahomme/scss/_common.scss M public/themes/pmahomme/scss/_designer.scss M templates/columns_definitions/column_definitions_form.twig M templates/columns_definitions/table_fields_definitions.twig M templates/database/designer/edit_delete_pages.twig M templates/database/designer/page_save_as.twig M templates/database/designer/schema_export.twig M templates/database/multi_table_query/form.twig M templates/database/routines/execute_form.twig M templates/database/search/results.twig M templates/display/results/table.twig M templates/import_status.twig M templates/indexes.twig M templates/navigation/item_unhide_dialog.twig M templates/server/binlog/index.twig M templates/server/privileges/add_user_fieldset.twig M templates/server/privileges/user_overview.twig M templates/server/replication/change_primary.twig M templates/server/replication/primary_add_replica_user.twig M templates/server/replication/primary_configuration.twig M templates/server/select/index.twig M templates/setup/home/index.twig M templates/sql/no_results_returned.twig M templates/table/delete/confirm.twig M templates/table/index_form.twig M templates/table/index_rename_form.twig M templates/table/insert/get_head_and_foot_of_insert_row_table.twig M templates/table/normalization/normalization.twig M templates/table/relation/common_form.twig M templates/table/relation/foreign_key_row.twig M templates/view_create.twig M test/classes/Controllers/Normalization/FirstNormalForm/FirstStepControllerTest.php M test/classes/Database/DesignerTest.php M test/classes/NormalizationTest.php M test/classes/Server/PrivilegesTest.php M test/classes/Server/SelectTest.php M test/selenium/Database/ProceduresTest.php M test/selenium/NormalizationTest.php M test/selenium/Table/BrowseTest.php
Log Message: ----------- Merge pull request #18494 from MauricioFauth/pma-fieldset-removal
Remove .pma-fieldset and related CSS classes