Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: dc5bf0074c7be698f27aef4aa13ec03032cf45e9 https://github.com/phpmyadmin/phpmyadmin/commit/dc5bf0074c7be698f27aef4aa13e... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-05-27 (Fri, 05 May 2022) -03:00
Changed paths: M libraries/classes/Controllers/Server/PrivilegesController.php M libraries/classes/Controllers/Table/PrivilegesController.php M libraries/classes/Footer.php M libraries/classes/Menu.php M libraries/classes/Server/Privileges.php M libraries/classes/Url.php M libraries/routes.php M templates/table/privileges/index.twig M test/classes/Controllers/Table/PrivilegesControllerTest.php
Log Message: ----------- Extract Table\PrivilegesController from Server\PrivilegesController
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: d58057daeceb09103bab83ada547248be9610799 https://github.com/phpmyadmin/phpmyadmin/commit/d58057daeceb09103bab83ada547... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-05-27 (Fri, 05 May 2022) -03:00
Changed paths: M libraries/classes/Controllers/Database/PrivilegesController.php M libraries/classes/Controllers/Server/PrivilegesController.php M libraries/classes/Footer.php M libraries/classes/Menu.php M libraries/classes/Server/Privileges.php M libraries/classes/Url.php M libraries/routes.php M psalm-baseline.xml M templates/database/privileges/index.twig M templates/server/databases/index.twig M templates/server/privileges/add_user_fieldset.twig M templates/server/privileges/initials_row.twig M templates/server/privileges/subnav.twig M test/classes/Controllers/Database/PrivilegesControllerTest.php M test/classes/Controllers/Server/PrivilegesControllerTest.php
Log Message: ----------- Extract Database\PrivilegesController from Server\PrivilegesController
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: cc1733a80d3976741f900683fc7d71e2c0ce6882 https://github.com/phpmyadmin/phpmyadmin/commit/cc1733a80d3976741f900683fc7d... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-05-28 (Sat, 05 May 2022) -03:00
Changed paths: M libraries/classes/Controllers/Database/PrivilegesController.php M libraries/classes/Controllers/Server/PrivilegesController.php M libraries/classes/Controllers/Table/PrivilegesController.php M libraries/classes/Footer.php M libraries/classes/Menu.php M libraries/classes/Server/Privileges.php M libraries/classes/Url.php M libraries/routes.php M psalm-baseline.xml M templates/database/privileges/index.twig M templates/server/databases/index.twig M templates/server/privileges/add_user_fieldset.twig M templates/server/privileges/initials_row.twig M templates/server/privileges/subnav.twig M templates/table/privileges/index.twig M test/classes/Controllers/Database/PrivilegesControllerTest.php M test/classes/Controllers/Server/PrivilegesControllerTest.php M test/classes/Controllers/Table/PrivilegesControllerTest.php
Log Message: ----------- Merge pull request #17563 from MauricioFauth/privileges-controllers-extraction
Extract Database and Table controllers from Server\PrivilegesController class