Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 1aa82212764ec85a957cecadd428abbc5e5ff273
https://github.com/phpmyadmin/phpmyadmin/commit/1aa82212764ec85a957cecadd42…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-06-13 (Tue, 06 June 2023) -03:00
Changed paths:
A libraries/classes/Application.php
A test/classes/ApplicationTest.php
M libraries/classes/DatabaseInterface.php
M libraries/classes/DbTableExists.php
M libraries/classes/Export.php
M libraries/classes/Footer.php
M libraries/classes/Menu.php
M libraries/classes/Plugins/Auth/AuthenticationCookie.php
M libraries/classes/Plugins/TwoFactor/WebAuthn.php
M libraries/classes/Table/Indexes.php
M psalm-baseline.xml
M public/index.php
M public/setup/index.php
D libraries/classes/Common.php
D test/classes/CommonTest.php
Log Message:
-----------
Rename the Common class to Application
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 951c965d6e44d1ae20fc38e6972b92ce6e33fe11
https://github.com/phpmyadmin/phpmyadmin/commit/951c965d6e44d1ae20fc38e6972…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-06-13 (Tue, 06 June 2023) -03:00
Changed paths:
M libraries/classes/Application.php
M libraries/services.php
M psalm-baseline.xml
M public/index.php
M public/setup/index.php
M test/classes/ApplicationTest.php
Log Message:
-----------
Change Application static methods to instance methods
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 1b7fbb9806d5a4b6bb0e81d0a591a8e2e4c85ae5
https://github.com/phpmyadmin/phpmyadmin/commit/1b7fbb9806d5a4b6bb0e81d0a59…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-06-14 (Wed, 06 June 2023) -03:00
Changed paths:
A libraries/classes/Application.php
A test/classes/ApplicationTest.php
M libraries/classes/DatabaseInterface.php
M libraries/classes/DbTableExists.php
M libraries/classes/Export.php
M libraries/classes/Footer.php
M libraries/classes/Menu.php
M libraries/classes/Plugins/Auth/AuthenticationCookie.php
M libraries/classes/Plugins/TwoFactor/WebAuthn.php
M libraries/classes/Table/Indexes.php
M libraries/services.php
M psalm-baseline.xml
M public/index.php
M public/setup/index.php
D libraries/classes/Common.php
D test/classes/CommonTest.php
Log Message:
-----------
Merge pull request #18496 from MauricioFauth/common-class
Rename the Common class to Application
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: de58d27326ca4108b8e6150676638ca45c54e9ff
https://github.com/phpmyadmin/phpmyadmin/commit/de58d27326ca4108b8e61506766…
Author: MaurÃcio Meneghini Fauth <mauricio(a)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(a)fauth.dev>
Commit: 73356a20af78428a708ea55cb505f3a03e2a633a
https://github.com/phpmyadmin/phpmyadmin/commit/73356a20af78428a708ea55cb50…
Author: MaurÃcio Meneghini Fauth <mauricio(a)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