Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: c0d04b68956b47ce84131b9a68723f58275d789a https://github.com/phpmyadmin/phpmyadmin/commit/c0d04b68956b47ce84131b9a6872... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-08-07 (Mon, 08 August 2023) -03:00
Changed paths: M libraries/classes/Controllers/AbstractController.php M libraries/classes/Controllers/ChangeLogController.php M libraries/classes/Controllers/LicenseController.php M libraries/classes/Controllers/Server/Privileges/AccountLockController.php M libraries/classes/Controllers/Server/Privileges/AccountUnlockController.php M libraries/classes/Controllers/Server/PrivilegesController.php M libraries/classes/Controllers/Server/UserGroupsFormController.php M libraries/classes/Controllers/Server/Variables/GetVariableController.php M libraries/classes/Controllers/Setup/ShowConfigController.php M libraries/classes/Plugins/Auth/AuthenticationCookie.php M libraries/classes/Plugins/Auth/AuthenticationHttp.php M libraries/classes/ResponseRenderer.php M libraries/classes/Setup/FormProcessing.php M phpstan-baseline.neon M psalm-baseline.xml M test/classes/Controllers/AbstractControllerTest.php M test/classes/Controllers/Server/Privileges/AccountLockControllerTest.php M test/classes/Controllers/Server/Privileges/AccountUnlockControllerTest.php M test/classes/Controllers/Table/DropColumnConfirmationControllerTest.php M test/classes/CoreTest.php M test/classes/Plugins/Auth/AuthenticationCookieTest.php M test/classes/Plugins/Auth/AuthenticationHttpTest.php M test/classes/Plugins/Auth/AuthenticationSignonTest.php M test/classes/Setup/FormProcessingTest.php M test/classes/Stubs/ResponseRenderer.php M test/classes/UserPreferencesTest.php D test/classes/AbstractNetworkTestCase.php
Log Message: ----------- Add a Response object to ResponseRenderer class
Uses a Response object to handle the HTTP headers and HTTP status code.
This makes the AbstractNetworkTestCase obsolete and removes it.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 5d9932d2cb828ffa9dc0b401d342b48f5ee7d8d0 https://github.com/phpmyadmin/phpmyadmin/commit/5d9932d2cb828ffa9dc0b401d342... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-08-08 (Tue, 08 August 2023) -03:00
Changed paths: M libraries/classes/Controllers/AbstractController.php M libraries/classes/Controllers/ChangeLogController.php M libraries/classes/Controllers/LicenseController.php M libraries/classes/Controllers/Server/Privileges/AccountLockController.php M libraries/classes/Controllers/Server/Privileges/AccountUnlockController.php M libraries/classes/Controllers/Server/PrivilegesController.php M libraries/classes/Controllers/Server/UserGroupsFormController.php M libraries/classes/Controllers/Server/Variables/GetVariableController.php M libraries/classes/Controllers/Setup/ShowConfigController.php M libraries/classes/Plugins/Auth/AuthenticationCookie.php M libraries/classes/Plugins/Auth/AuthenticationHttp.php M libraries/classes/ResponseRenderer.php M libraries/classes/Setup/FormProcessing.php M phpstan-baseline.neon M psalm-baseline.xml M test/classes/Controllers/AbstractControllerTest.php M test/classes/Controllers/Server/Privileges/AccountLockControllerTest.php M test/classes/Controllers/Server/Privileges/AccountUnlockControllerTest.php M test/classes/Controllers/Table/DropColumnConfirmationControllerTest.php M test/classes/CoreTest.php M test/classes/Plugins/Auth/AuthenticationCookieTest.php M test/classes/Plugins/Auth/AuthenticationHttpTest.php M test/classes/Plugins/Auth/AuthenticationSignonTest.php M test/classes/Setup/FormProcessingTest.php M test/classes/Stubs/ResponseRenderer.php M test/classes/UserPreferencesTest.php D test/classes/AbstractNetworkTestCase.php
Log Message: ----------- Merge pull request #18609 from MauricioFauth/response-renderer-response
Add a Response object to ResponseRenderer class