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
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 5937beaa6087506afbb519bfcb4e9898d99826fe
https://github.com/phpmyadmin/phpmyadmin/commit/5937beaa6087506afbb519bfcb4…
Author: phpMyAdmin bot <bot(a)phpmyadmin.net>
Date: 2023-06-11 (Sun, 06 June 2023) +00:00
Changed paths:
M po/af.po
M po/am.po
M po/ar.po
M po/ar_LY.po
M po/az.po
M po/be.po
M po/be(a)latin.po
M po/ber.po
M po/bg.po
M po/bn.po
M po/br.po
M po/brx.po
M po/bs.po
M po/ca.po
M po/ckb.po
M po/cs.po
M po/cy.po
M po/da.po
M po/de.po
M po/el.po
M po/en_GB.po
M po/enm.po
M po/eo.po
M po/es.po
M po/et.po
M po/eu.po
M po/fa.po
M po/fi.po
M po/fil.po
M po/fr.po
M po/fy.po
M po/gl.po
M po/gu.po
M po/he.po
M po/hi.po
M po/hr.po
M po/hu.po
M po/hy.po
M po/ia.po
M po/id.po
M po/ig.po
M po/it.po
M po/ja.po
M po/ka.po
M po/kab.po
M po/kk.po
M po/km.po
M po/kn.po
M po/ko.po
M po/ksh.po
M po/ku.po
M po/ky.po
M po/li.po
M po/lt.po
M po/lv.po
M po/mk.po
M po/ml.po
M po/mn.po
M po/ms.po
M po/my.po
M po/nb.po
M po/ne.po
M po/nl.po
M po/nn.po
M po/pa.po
M po/phpmyadmin.pot
M po/pl.po
M po/pt.po
M po/pt_BR.po
M po/rcf.po
M po/ro.po
M po/ru.po
M po/si.po
M po/sk.po
M po/sl.po
M po/sq.po
M po/sr.po
M po/sr(a)latin.po
M po/sv.po
M po/ta.po
M po/te.po
M po/th.po
M po/tk.po
M po/tr.po
M po/tt.po
M po/tzm.po
M po/ug.po
M po/uk.po
M po/ur.po
M po/uz.po
M po/uz(a)latin.po
M po/vi.po
M po/vls.po
M po/zh_CN.po
M po/zh_TW.po
Log Message:
-----------
Update po files
[ci skip]
Signed-off-by: phpMyAdmin bot <bot(a)phpmyadmin.net>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 2b720740897e539ef3921d829f077ee370e855f9
https://github.com/phpmyadmin/phpmyadmin/commit/2b720740897e539ef3921d829f0…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-06-10 (Sat, 06 June 2023) -03:00
Changed paths:
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/structure/add_prefix.twig
M templates/database/structure/change_prefix_form.twig
M templates/database/structure/copy_form.twig
M templates/database/structure/drop_form.twig
M templates/database/structure/empty_form.twig
M templates/database/structure/show_create.twig
Log Message:
-----------
Remove .pma-fieldset CSS class from database/structure templates
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: f9da4ee251f9d1001dcc958be5d7cb3b41df23c3
https://github.com/phpmyadmin/sql-parser/commit/f9da4ee251f9d1001dcc958be5d…
Author: Kamil Tekiela <tekiela246(a)gmail.com>
Date: 2023-06-09 (Fri, 06 June 2023) +01:00
Changed paths:
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Components/Expression.php
M src/Components/Reference.php
M src/Context.php
M tests/Lexer/ContextTest.php
Log Message:
-----------
Split up Context::escape()
Signed-off-by: Kamil Tekiela <tekiela246(a)gmail.com>
Commit: 875ce2bb1b2a553c6e810fc4c740a9402ca3affb
https://github.com/phpmyadmin/sql-parser/commit/875ce2bb1b2a553c6e810fc4c74…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-06-09 (Fri, 06 June 2023) -03:00
Changed paths:
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Components/Expression.php
M src/Components/Reference.php
M src/Context.php
M tests/Lexer/ContextTest.php
Log Message:
-----------
Merge pull request #480 from kamil-tekiela/Context-escape
Split up Context::escape()