Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: c9c286b32a29e657e101f4917d6ff79b3bd96194 https://github.com/phpmyadmin/phpmyadmin/commit/c9c286b32a29e657e101f4917d6f... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2024-03-17 (Sun, 03 March 2024) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M src/Config/Validator.php M src/Console.php M src/Controllers/HomeController.php M src/Controllers/Setup/MainController.php M src/DatabaseInterface.php M src/Footer.php M src/Plugins/Auth/AuthenticationCookie.php M src/TwoFactor.php M tests/unit/DatabaseInterfaceTest.php M tests/unit/Dbal/DbiDummyTest.php M tests/unit/FooterTest.php M tests/unit/Replication/ReplicationGuiTest.php M tests/unit/Stubs/DbiDummy.php M tests/unit/TransformationsTest.php M tests/unit/TwoFactorTest.php
Log Message: ----------- Replace DBG config array access with Debug class
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 63ae297cf9272752af14ef3f95d8884f8a3c41f1 https://github.com/phpmyadmin/phpmyadmin/commit/63ae297cf9272752af14ef3f95d8... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2024-03-17 (Sun, 03 March 2024) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M src/Config/Settings.php M src/Config/Validator.php M src/Console.php M src/Controllers/HomeController.php M src/Controllers/Setup/MainController.php M src/DatabaseInterface.php M src/Footer.php M src/Plugins/Auth/AuthenticationCookie.php M src/TwoFactor.php M tests/unit/Config/SettingsTest.php M tests/unit/DatabaseInterfaceTest.php M tests/unit/FooterTest.php M tests/unit/TwoFactorTest.php
Log Message: ----------- Rename Config\Settings::$DBG to $debug
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: edfbb3defebb72038d6dcf961a2d277f06cd6dff https://github.com/phpmyadmin/phpmyadmin/commit/edfbb3defebb72038d6dcf961a2d... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2024-03-18 (Mon, 03 March 2024) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M src/Config/Settings.php M src/Config/Validator.php M src/Console.php M src/Controllers/HomeController.php M src/Controllers/Setup/MainController.php M src/DatabaseInterface.php M src/Footer.php M src/Plugins/Auth/AuthenticationCookie.php M src/TwoFactor.php M tests/unit/Config/SettingsTest.php M tests/unit/DatabaseInterfaceTest.php M tests/unit/Dbal/DbiDummyTest.php M tests/unit/FooterTest.php M tests/unit/Replication/ReplicationGuiTest.php M tests/unit/Stubs/DbiDummy.php M tests/unit/TransformationsTest.php M tests/unit/TwoFactorTest.php
Log Message: ----------- Merge pull request #19060 from MauricioFauth/config-DBG
Replace DBG config array access with Debug class