Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: aa119f7e623d101a6dd1af5b0d1a7ed5ac576cb0 https://github.com/phpmyadmin/phpmyadmin/commit/aa119f7e623d101a6dd1af5b0d1a... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-04-30 (Sun, 04 April 2023) -03:00
Changed paths: M libraries/classes/Config.php M test/classes/ConfigTest.php M test/classes/Controllers/Table/AddFieldControllerTest.php M test/classes/Controllers/Table/CreateControllerTest.php M test/classes/Controllers/Table/DeleteRowsControllerTest.php M test/classes/Controllers/Table/ExportControllerTest.php M test/classes/Controllers/Table/ImportControllerTest.php M test/classes/Controllers/Table/SqlControllerTest.php M test/classes/Controllers/Table/StructureControllerTest.php
Log Message: ----------- Remove unused Config::$defaultServer property
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 250a32b7956ace2664133afbd45980ca75ac752f https://github.com/phpmyadmin/phpmyadmin/commit/250a32b7956ace2664133afbd459... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-04-30 (Sun, 04 April 2023) -03:00
Changed paths: M libraries/classes/Common.php M libraries/classes/Config.php M phpstan-baseline.neon M psalm-baseline.xml M test/classes/ConfigTest.php M test/classes/Controllers/Export/ExportControllerTest.php M test/classes/Controllers/Table/OperationsControllerTest.php
Log Message: ----------- Add the Config::getCurrentServer() method
The Config::getCurrentServer() method returns the current server configuration. It's an VO that is equivalent to $GLOBALS['cfg']['Server'] setting.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 5021f361ffbe039fb47a9f1c78664a8b3ebe71dc https://github.com/phpmyadmin/phpmyadmin/commit/5021f361ffbe039fb47a9f1c7866... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-04-30 (Sun, 04 April 2023) -03:00
Changed paths: M libraries/classes/Common.php M libraries/classes/Config.php M phpstan-baseline.neon M psalm-baseline.xml M test/classes/ConfigTest.php M test/classes/Controllers/Export/ExportControllerTest.php M test/classes/Controllers/Table/AddFieldControllerTest.php M test/classes/Controllers/Table/CreateControllerTest.php M test/classes/Controllers/Table/DeleteRowsControllerTest.php M test/classes/Controllers/Table/ExportControllerTest.php M test/classes/Controllers/Table/ImportControllerTest.php M test/classes/Controllers/Table/OperationsControllerTest.php M test/classes/Controllers/Table/SqlControllerTest.php M test/classes/Controllers/Table/StructureControllerTest.php
Log Message: ----------- Merge pull request #18375 from MauricioFauth/config-current-server
Add the `Config::getCurrentServer()` method