Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: ecf1c78ae8dd6f831fd2ac57ab6556eb8e36cca0 https://github.com/phpmyadmin/phpmyadmin/commit/ecf1c78ae8dd6f831fd2ac57ab65... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-07-26 (Wed, 07 July 2023) -03:00
Changed paths: M composer.json M libraries/classes/Application.php M libraries/services.php M test/classes/ApplicationTest.php
Log Message: ----------- Wrap the Application::run() code with a HTTP handler
- Uses laminas-httphandlerrunner to emit the Response object
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: fb39be0a779e4dda96030ba030ae1279fd3cc19c https://github.com/phpmyadmin/phpmyadmin/commit/fb39be0a779e4dda96030ba030ae... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-07-26 (Wed, 07 July 2023) -03:00
Changed paths: M libraries/classes/Application.php M libraries/classes/Routing/Routing.php
Log Message: ----------- Refactor the Routing::callControllerForRoute() method
Changes the method to return a Response object when possible.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 6597dee72406c985fca6e51f118051ab40e62fbb https://github.com/phpmyadmin/phpmyadmin/commit/6597dee72406c985fca6e51f1180... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-07-26 (Wed, 07 July 2023) -03:00
Changed paths: M libraries/classes/Application.php M libraries/classes/Routing/Routing.php
Log Message: ----------- Refactor the Routing::callSetupController() method
Changes the method so it return a Response object when possible.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 2c90f397e1a4dcef27f06733e0d1bbceecc7496f https://github.com/phpmyadmin/phpmyadmin/commit/2c90f397e1a4dcef27f06733e0d1... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-07-26 (Wed, 07 July 2023) -03:00
Changed paths: M libraries/classes/Controllers/Setup/MainController.php M libraries/classes/Header.php M libraries/classes/Routing/Routing.php
Log Message: ----------- Refactor the Setup\MainController controller
Changes the __invoke() method so it returns a Response object.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: c7b92d2de9dd1c54a8ad99f2585c227df836484d https://github.com/phpmyadmin/phpmyadmin/commit/c7b92d2de9dd1c54a8ad99f2585c... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-07-27 (Thu, 07 July 2023) -03:00
Changed paths: M composer.json M libraries/classes/Application.php M libraries/classes/Controllers/Setup/MainController.php M libraries/classes/Header.php M libraries/classes/Routing/Routing.php M libraries/services.php M test/classes/ApplicationTest.php
Log Message: ----------- Merge pull request #18576 from MauricioFauth/app-http-handler
Wrap the Application::run() code with a HTTP handler