Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: bf7ee24316701e09cbe7b45b5878fdb8d461f3df https://github.com/phpmyadmin/phpmyadmin/commit/bf7ee24316701e09cbe7b45b5878... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-07-23 (Sun, 07 July 2023) -03:00
Changed paths: M libraries/classes/Controllers/Triggers/IndexController.php M libraries/classes/Triggers/Triggers.php M psalm-baseline.xml
Log Message: ----------- Extract response handling from Triggers::handleEditor()
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: fd0b1acbc91a7ab8defac590183bb303451053f2 https://github.com/phpmyadmin/phpmyadmin/commit/fd0b1acbc91a7ab8defac590183b... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-07-23 (Sun, 07 July 2023) -03:00
Changed paths: M libraries/classes/Controllers/Triggers/IndexController.php M libraries/classes/Triggers/Triggers.php M psalm-baseline.xml
Log Message: ----------- Inline the Triggers::sendEditor() method
Extracts the response handling to the controller.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 2a0d7e21a9168ffff2bc06291b361c50d2363238 https://github.com/phpmyadmin/phpmyadmin/commit/2a0d7e21a9168ffff2bc06291b36... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-07-23 (Sun, 07 July 2023) -03:00
Changed paths: M libraries/classes/Controllers/Triggers/IndexController.php M libraries/classes/Triggers/Triggers.php M libraries/services.php M psalm-baseline.xml M test/classes/Controllers/Triggers/IndexControllerTest.php M test/classes/Triggers/TriggersTest.php
Log Message: ----------- Inline the Triggers::getEditorForm() method
Removes the dependency on ResponseRenderer and Template from the Triggers class.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: bcd55bb1ff6e896adafdc1dc77e0c174ea47cb0c https://github.com/phpmyadmin/phpmyadmin/commit/bcd55bb1ff6e896adafdc1dc77e0... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-07-23 (Sun, 07 July 2023) -03:00
Changed paths: M libraries/classes/Controllers/Database/EventsController.php M libraries/classes/Database/Events.php M psalm-baseline.xml
Log Message: ----------- Inline the Events::export() method
Moves the response handling to the controller.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 5a670905595c7b0104be479f08ca13352f2d43c6 https://github.com/phpmyadmin/phpmyadmin/commit/5a670905595c7b0104be479f08ca... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-07-23 (Sun, 07 July 2023) -03:00
Changed paths: M libraries/classes/Controllers/Database/EventsController.php M libraries/classes/Database/Events.php M phpstan-baseline.neon M psalm-baseline.xml
Log Message: ----------- Extract response handling from Events::handleEditor()
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 27f4665a4f3bbca1e716fd9cff8500641ad4340a https://github.com/phpmyadmin/phpmyadmin/commit/27f4665a4f3bbca1e716fd9cff85... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-07-23 (Sun, 07 July 2023) -03:00
Changed paths: M libraries/classes/Controllers/Database/EventsController.php M libraries/classes/Database/Events.php M psalm-baseline.xml
Log Message: ----------- Inline the Events::sendEditor() method
Moves the response handling to the controller.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 32b92568f3b4acff36db3290285cc1e42e9ef9d0 https://github.com/phpmyadmin/phpmyadmin/commit/32b92568f3b4acff36db3290285c... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-07-23 (Sun, 07 July 2023) -03:00
Changed paths: M libraries/classes/Controllers/Database/EventsController.php M libraries/classes/Database/Events.php M libraries/services.php M psalm-baseline.xml M test/classes/Controllers/Database/EventsControllerTest.php M test/classes/Database/EventsTest.php
Log Message: ----------- Inline the Events::getEditorForm() method
Moves the response handling to the controller. Removes the dependency on ResponseRenderer and Template from the Events class.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 60b8f6c61a0d7064b3375279f90fed1a0f5569ff https://github.com/phpmyadmin/phpmyadmin/commit/60b8f6c61a0d7064b3375279f90f... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-07-23 (Sun, 07 July 2023) -03:00
Changed paths: M libraries/classes/Controllers/Database/RoutinesController.php M libraries/classes/Database/Routines.php M psalm-baseline.xml
Log Message: ----------- Inline the Routines::export() method
Moves the response handling to the controller.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: d35586a5621d01240d156ff76adee8ddcd69912d https://github.com/phpmyadmin/phpmyadmin/commit/d35586a5621d01240d156ff76ade... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-07-24 (Mon, 07 July 2023) -03:00
Changed paths: M libraries/classes/Controllers/Database/RoutinesController.php M libraries/classes/Database/Routines.php M phpstan-baseline.neon M psalm-baseline.xml
Log Message: ----------- Inline the Routines::handleEditor() method
Moves the response handling to the controller.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 262366165021552a90207032ee857393d503ad99 https://github.com/phpmyadmin/phpmyadmin/commit/262366165021552a90207032ee85... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-07-24 (Mon, 07 July 2023) -03:00
Changed paths: M libraries/classes/Controllers/Database/RoutinesController.php M libraries/classes/Database/Routines.php M psalm-baseline.xml
Log Message: ----------- Inline the Routines::handleExecute() method
Moves the response handling to controller.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 3cc69d6860c261846fc98df9bda4a3ebc8291485 https://github.com/phpmyadmin/phpmyadmin/commit/3cc69d6860c261846fc98df9bda4... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-07-24 (Mon, 07 July 2023) -03:00
Changed paths: M libraries/classes/Controllers/Database/RoutinesController.php M libraries/classes/Database/Routines.php M psalm-baseline.xml
Log Message: ----------- Extract response handling from Routines::handleExecuteRoutine()
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 212e115c2e552804b9170ab865131d37b3db5943 https://github.com/phpmyadmin/phpmyadmin/commit/212e115c2e552804b9170ab86513... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-07-24 (Mon, 07 July 2023) -03:00
Changed paths: M libraries/classes/Controllers/Database/RoutinesController.php M libraries/classes/Database/Routines.php M phpstan-baseline.neon M psalm-baseline.xml
Log Message: ----------- Extract response handling from Routines::handleRequestCreateOrEdit()
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: c8a50637f4d86c3f81ffda5b960907476a6a7533 https://github.com/phpmyadmin/phpmyadmin/commit/c8a50637f4d86c3f81ffda5b9609... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-07-24 (Mon, 07 July 2023) -03:00
Changed paths: M libraries/classes/Controllers/Database/RoutinesController.php M libraries/classes/Database/Routines.php M libraries/services.php M phpstan-baseline.neon M psalm-baseline.xml M test/classes/Controllers/Database/RoutinesControllerTest.php M test/classes/Database/RoutinesTest.php
Log Message: ----------- Remove Template and ResponseRenderer dep from Routines class
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 843c5bb09a5bfeca6b21ced3791a51e00d5b4b81 https://github.com/phpmyadmin/phpmyadmin/commit/843c5bb09a5bfeca6b21ced3791a... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-07-24 (Mon, 07 July 2023) -03:00
Changed paths: M libraries/classes/Controllers/Database/EventsController.php M libraries/classes/Controllers/Database/RoutinesController.php M libraries/classes/Controllers/Triggers/IndexController.php M libraries/classes/Database/Events.php M libraries/classes/Database/Routines.php M libraries/classes/Triggers/Triggers.php M libraries/services.php M phpstan-baseline.neon M psalm-baseline.xml M test/classes/Controllers/Database/EventsControllerTest.php M test/classes/Controllers/Database/RoutinesControllerTest.php M test/classes/Controllers/Triggers/IndexControllerTest.php M test/classes/Database/EventsTest.php M test/classes/Database/RoutinesTest.php M test/classes/Triggers/TriggersTest.php
Log Message: ----------- Merge pull request #18568 from MauricioFauth/rte-exit-removal
Extract response handling from Routines, Triggers and Events classes