Branch: refs/heads/master
Home:
https://github.com/phpmyadmin/phpmyadmin
Commit: 672aee2d8aa1f6b7d004d4efd3fa66c563522da2
https://github.com/phpmyadmin/phpmyadmin/commit/672aee2d8aa1f6b7d004d4efd3f…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-09-29 (Sun, 09 September 2019) -03:00
Changed paths:
A libraries/classes/Controllers/Database/PrivilegesController.php
A templates/database/privileges/index.twig
A test/classes/Controllers/Database/PrivilegesControllerTest.php
M libraries/classes/Server/Privileges.php
M libraries/entry_points/server/privileges.php
M services_controllers.yml
M test/classes/Server/PrivilegesTest.php
D templates/server/privileges/database.twig
Log Message:
-----------
Create Database\PrivilegesController
Extracts Server\Privileges::getHtmlForSpecificDbPrivileges method to a
controller.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>