Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 19de21011a1b46f27ad7847526e7445ac1156682
https://github.com/phpmyadmin/phpmyadmin/commit/19de21011a1b46f27ad7847526e…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-04-12 (Wed, 04 April 2023) -03:00
Changed paths:
M .github/workflows/mutation-tests.yml
Log Message:
-----------
Run Infection for all files only once a day
It takes too much time for each push.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/QA_5_2
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: a067418124c5f710b853bc3648983fecc2a221ba
https://github.com/phpmyadmin/phpmyadmin/commit/a067418124c5f710b853bc36489…
Author: Win Barua <win.barua2(a)gmail.com>
Date: 2023-04-01 (Sat, 04 April 2023) +01:00
Changed paths:
M libraries/classes/Controllers/Preferences/TwoFactorController.php
M themes/bootstrap/scss/_common.scss
Log Message:
-----------
Fix issues with settings icon in nav panel
- settings icon still shows in 2FA in all themes.
- bootstrap theme still shows settings icon on all settings tabs.
Signed-off-by: Win Barua <win.barua2(a)gmail.com>
Commit: 8c7c87f52454b14071daa61c8f44268a17ce0d92
https://github.com/phpmyadmin/phpmyadmin/commit/8c7c87f52454b14071daa61c8f4…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-04-12 (Wed, 04 April 2023) -03:00
Changed paths:
M libraries/classes/Controllers/Preferences/TwoFactorController.php
M themes/bootstrap/scss/_common.scss
Log Message:
-----------
Merge pull request #18308 from win20/navigation-panel-settings-icon-issues
Fix issues with settings icon in nav panel
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 4530585ad3dedd342df3cf0c1562347f384bec94
https://github.com/phpmyadmin/phpmyadmin/commit/4530585ad3dedd342df3cf0c156…
Author: Evgeny Skorlov <eugene(a)skorlov.name>
Date: 2023-04-12 (Wed, 04 April 2023) -03:00
Changed paths:
M libraries/classes/Controllers/Database/ImportController.php
M libraries/classes/Controllers/Server/ImportController.php
M libraries/classes/Controllers/Server/UserGroupsFormController.php
M libraries/classes/Controllers/Sql/SqlController.php
M libraries/classes/Controllers/Table/ChangeController.php
M libraries/classes/Controllers/Table/ExportController.php
M libraries/classes/Controllers/Table/ImportController.php
M libraries/classes/Controllers/Table/SqlController.php
M libraries/classes/Controllers/View/CreateController.php
M phpstan-baseline.neon
M psalm-baseline.xml
M test/classes/Controllers/Table/SqlControllerTest.php
Log Message:
-----------
Replace superglobals with serverrequest in controllers
Signed-off-by: Evgeny Skorlov <eugene(a)skorlov.name>
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 012a9cc9d24dbbbf67954d30bbbe64d17e5799e1
https://github.com/phpmyadmin/phpmyadmin/commit/012a9cc9d24dbbbf67954d30bbb…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-04-12 (Wed, 04 April 2023) -03:00
Changed paths:
M libraries/classes/Controllers/Database/ImportController.php
M libraries/classes/Controllers/Server/ImportController.php
M libraries/classes/Controllers/Server/UserGroupsFormController.php
M libraries/classes/Controllers/Sql/SqlController.php
M libraries/classes/Controllers/Table/ChangeController.php
M libraries/classes/Controllers/Table/ExportController.php
M libraries/classes/Controllers/Table/ImportController.php
M libraries/classes/Controllers/Table/SqlController.php
M libraries/classes/Controllers/View/CreateController.php
M phpstan-baseline.neon
M psalm-baseline.xml
M test/classes/Controllers/Table/SqlControllerTest.php
Log Message:
-----------
Merge pull request #18294 from ru-asdx/refactor-17769-p1
Ref #17769 - Replace superglobals with serverrequest in controllers