Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 7b759b46a2ad8dfc5b3dab97148b584e4e72a7e3 https://github.com/phpmyadmin/phpmyadmin/commit/7b759b46a2ad8dfc5b3dab97148b... Author: Maurício Meneghini Fauth <mauricio@mfauth.net> Date: 2026-02-26 (Thu, 02 February 2026) -03:00 Changed paths: M psalm-baseline.xml M src/Controllers/Server/ReplicationController.php M src/Replication/ReplicationGui.php Log Message: ----------- Extract ResponseRenderer dependency from ReplicationGui class Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net> Commit: 495a4d031ece5cf872a5706a5f33ae4d1b80eb6c https://github.com/phpmyadmin/phpmyadmin/commit/495a4d031ece5cf872a5706a5f33... Author: Maurício Meneghini Fauth <mauricio@mfauth.net> Date: 2026-02-26 (Thu, 02 February 2026) -03:00 Changed paths: A src/Exceptions/UpdateAuthPluginFailure.php M phpstan-baseline.neon M psalm-baseline.xml M src/Controllers/Server/PrivilegesController.php M src/Server/Privileges.php M tests/unit/Server/PrivilegesTest.php Log Message: ----------- Extract ResponseRenderer dependency from Privileges class Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net> Commit: 38ee763139afcc49710eba00da6667324925cb98 https://github.com/phpmyadmin/phpmyadmin/commit/38ee763139afcc49710eba00da66... Author: Maurício Meneghini Fauth <mauricio@mfauth.net> Date: 2026-02-26 (Thu, 02 February 2026) -03:00 Changed paths: M src/Controllers/Table/AddFieldController.php M src/CreateAddField.php Log Message: ----------- Extract ResponseRenderer dependency from CreateAddField class Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net> Commit: 031775760ff05240e949269a2343c794f21858cd https://github.com/phpmyadmin/phpmyadmin/commit/031775760ff05240e949269a2343... Author: Maurício Meneghini Fauth <mauricio@mfauth.net> Date: 2026-02-26 (Thu, 02 February 2026) -03:00 Changed paths: A src/Exceptions/PdfCreationFailure.php M src/Pdf.php Log Message: ----------- Extract ResponseRenderer dependency from Pdf class Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net> Commit: 2a26c2c50796af2afd861d5dc52cbe17ebbf9ec0 https://github.com/phpmyadmin/phpmyadmin/commit/2a26c2c50796af2afd861d5dc52c... Author: Maurício Meneghini Fauth <mauricio@mfauth.com.br> Date: 2026-03-02 (Mon, 03 March 2026) -03:00 Changed paths: A src/Exceptions/PdfCreationFailure.php A src/Exceptions/UpdateAuthPluginFailure.php M phpstan-baseline.neon M psalm-baseline.xml M src/Controllers/Server/PrivilegesController.php M src/Controllers/Server/ReplicationController.php M src/Controllers/Table/AddFieldController.php M src/CreateAddField.php M src/Pdf.php M src/Replication/ReplicationGui.php M src/Server/Privileges.php M tests/unit/Server/PrivilegesTest.php Log Message: ----------- Merge pull request #20183 from MauricioFauth/ResponseRenderer-di-refactor Extract ResponseRenderer dependency from some classes