Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 8bbb1edbeaeaa7c630824282acbab00ae9a8d023
https://github.com/phpmyadmin/phpmyadmin/commit/8bbb1edbeaeaa7c630824282acb…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-05-09 (Tue, 05 May 2023) -03:00
Changed paths:
M libraries/classes/Common.php
M libraries/classes/Config.php
M libraries/classes/Controllers/Preferences/ExportController.php
M libraries/classes/Controllers/Preferences/FeaturesController.php
M libraries/classes/Controllers/Preferences/ImportController.php
M libraries/classes/Controllers/Preferences/MainPanelController.php
M libraries/classes/Controllers/Preferences/ManageController.php
M libraries/classes/Controllers/Preferences/NavigationController.php
M libraries/classes/Controllers/Preferences/SqlController.php
M libraries/classes/Theme/ThemeManager.php
M libraries/services.php
M libraries/services_controllers.php
M test/classes/ConfigTest.php
M test/classes/Theme/ThemeManagerTest.php
Log Message:
-----------
Remove ThemeManager::getInstance() method
Remove singleton from the Theme\ThemeManager class and uses DI where
possible.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 5ed8e65b908c9b220cb01e916bcb0f383dc42a6c
https://github.com/phpmyadmin/phpmyadmin/commit/5ed8e65b908c9b220cb01e916bc…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-05-08 (Mon, 05 May 2023) -03:00
Changed paths:
M ChangeLog
M libraries/classes/ConfigStorage/UserGroups.php
M templates/server/user_groups/user_listings.twig
M test/classes/ConfigStorage/UserGroupsTest.php
Log Message:
-----------
Fix list of users of an user group not showing up
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: a2562282645e2e3c6eecaaf1637a3494d303a807
https://github.com/phpmyadmin/phpmyadmin/commit/a2562282645e2e3c6eecaaf1637…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-05-08 (Mon, 05 May 2023) -03:00
Changed paths:
M ChangeLog
M libraries/classes/ConfigStorage/UserGroups.php
M templates/server/user_groups/user_listings.twig
M test/classes/ConfigStorage/UserGroupsTest.php
Log Message:
-----------
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/QA_5_2
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 5ed8e65b908c9b220cb01e916bcb0f383dc42a6c
https://github.com/phpmyadmin/phpmyadmin/commit/5ed8e65b908c9b220cb01e916bc…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-05-08 (Mon, 05 May 2023) -03:00
Changed paths:
M ChangeLog
M libraries/classes/ConfigStorage/UserGroups.php
M templates/server/user_groups/user_listings.twig
M test/classes/ConfigStorage/UserGroupsTest.php
Log Message:
-----------
Fix list of users of an user group not showing up
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/5.8.x
Home: https://github.com/phpmyadmin/sql-parser
Commit: 510c6d8ba50b1d697487f4f233b52ffee55448fb
https://github.com/phpmyadmin/sql-parser/commit/510c6d8ba50b1d697487f4f233b…
Author: Andrei Savin <andrei.v.savin(a)gmail.com>
Date: 2023-05-06 (Sat, 05 May 2023) +04:00
Changed paths:
M src/Statements/SetStatement.php
Log Message:
-----------
fix type intendation in order to fix linters in phpmyadmin
see https://github.com/phpmyadmin/phpmyadmin/pull/18349
Signed-off-by: Andrei Savin <andrei.v.savin(a)gmail.com>
Commit: 24d9cfafa8fb45e4f96f93657b1b938a79c2eda1
https://github.com/phpmyadmin/sql-parser/commit/24d9cfafa8fb45e4f96f93657b1…
Author: Andrei Savin <andrei.v.savin(a)gmail.com>
Date: 2023-05-06 (Sat, 05 May 2023) +04:00
Changed paths:
A tests/data/parser/parseSetGlobalVariable.in
A tests/data/parser/parseSetGlobalVariable.out
A tests/data/parser/parseSetVariable.in
A tests/data/parser/parseSetVariable.out
M tests/Parser/SetStatementTest.php
Log Message:
-----------
add additional tests for SetStatement
Signed-off-by: Andrei Savin <andrei.v.savin(a)gmail.com>
Commit: d47024b9d9cb38d345655dd75fd8c18e59efc472
https://github.com/phpmyadmin/sql-parser/commit/d47024b9d9cb38d345655dd75fd…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2023-05-08 (Mon, 05 May 2023) +02:00
Changed paths:
A tests/data/parser/parseSetGlobalVariable.in
A tests/data/parser/parseSetGlobalVariable.out
A tests/data/parser/parseSetVariable.in
A tests/data/parser/parseSetVariable.out
M phpstan-baseline.neon
M psalm-baseline.xml
M src/Statements/SetStatement.php
M tests/Parser/SetStatementTest.php
Log Message:
-----------
Merge #444 - Update OptionsArray phpdoc & add tests for `SET GLOBAL`