Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 5e00948db646898c09b63b01a7f89f17e6fa7e6a https://github.com/phpmyadmin/phpmyadmin/commit/5e00948db646898c09b63b01a7f8... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-08-18 (Fri, 08 August 2023) -03:00
Changed paths: M libraries/classes/Controllers/Server/ShowEngineController.php M libraries/classes/Controllers/Server/Status/Processes/KillController.php M libraries/classes/Controllers/Server/Variables/GetVariableController.php M libraries/classes/Controllers/Server/Variables/SetVariableController.php M libraries/classes/Routing/Routing.php M phpstan-baseline.neon M psalm-baseline.xml M test/classes/Controllers/Server/ShowEngineControllerTest.php
Log Message: ----------- Pass route variables as a ServerRequest attribute
Instead of an optional controller parameter.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: d2a52029c97c714c9d4e5d15156e04d76e4c0a46 https://github.com/phpmyadmin/phpmyadmin/commit/d2a52029c97c714c9d4e5d15156e... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-08-18 (Fri, 08 August 2023) -03:00
Changed paths: M libraries/classes/Controllers/Server/ShowEngineController.php M libraries/classes/Controllers/Server/Status/Processes/KillController.php M libraries/classes/Controllers/Server/Variables/GetVariableController.php M libraries/classes/Controllers/Server/Variables/SetVariableController.php M libraries/classes/Routing/Routing.php M phpstan-baseline.neon M psalm-baseline.xml M test/classes/Controllers/Server/ShowEngineControllerTest.php
Log Message: ----------- Merge pull request #18636 from MauricioFauth/route-variables
Pass route variables as a ServerRequest attribute