[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 71d9a8: Remove is_grantuser and is_createuser PHP globals

Maurício Meneghini Fauth mauricio at fauth.dev
Mon Oct 26 01:02:43 CET 2020


Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 71d9a8f760df8bbdc2fc8f2ff39cb38d0cd32a50
https://github.com/phpmyadmin/phpmyadmin/commit/71d9a8f760df8bbdc2fc8f2ff39cb38d0cd32a50
Author: Maurício Meneghini Fauth <mauricio at fauth.dev>
Date: 2020-10-23 (Fri, 10 October 2020) -03:00

Changed paths: 
M libraries/classes/Common.php
M libraries/classes/Controllers/Database/PrivilegesController.php
M libraries/classes/Controllers/Server/PrivilegesController.php
M libraries/classes/Controllers/Table/PrivilegesController.php
M libraries/classes/Server/Privileges.php
M test/classes/Controllers/Database/PrivilegesControllerTest.php
M test/classes/Controllers/Table/PrivilegesControllerTest.php
M test/classes/Server/PrivilegesTest.php

Log Message:
-----------
Remove is_grantuser and is_createuser PHP globals

Signed-off-by: Maurício Meneghini Fauth <mauricio at fauth.dev>

Commit: a83ec78ebf7f73abf60bb03a73a4e49b22654db0
https://github.com/phpmyadmin/phpmyadmin/commit/a83ec78ebf7f73abf60bb03a73a4e49b22654db0
Author: Maurício Meneghini Fauth <mauricio at fauth.dev>
Date: 2020-10-24 (Sat, 10 October 2020) -03:00

Changed paths: 
M libraries/classes/Common.php
M libraries/classes/Controllers/Database/OperationsController.php
M libraries/classes/Controllers/Database/PrivilegesController.php
M libraries/classes/Controllers/ImportController.php
M libraries/classes/Controllers/Server/DatabasesController.php
M libraries/classes/Controllers/Server/PrivilegesController.php
M libraries/classes/Controllers/Server/ReplicationController.php
M libraries/classes/Controllers/Server/Status/MonitorController.php
M libraries/classes/Controllers/Server/UserGroupsController.php
M libraries/classes/Controllers/Server/VariablesController.php
M libraries/classes/Controllers/SqlController.php
M libraries/classes/Controllers/Table/PrivilegesController.php
M libraries/classes/Database/Routines.php
M libraries/classes/DatabaseInterface.php
M libraries/classes/Dbal/DbalInterface.php
M libraries/classes/Footer.php
M libraries/classes/Header.php
M libraries/classes/Menu.php
M libraries/classes/Server/Privileges.php

Log Message:
-----------
Make DatabaseInterface::isUserType method private

Signed-off-by: Maurício Meneghini Fauth <mauricio at fauth.dev>

Commit: 4873c322731ccf998796d2ab1c9567ad9a1912ba
https://github.com/phpmyadmin/phpmyadmin/commit/4873c322731ccf998796d2ab1c9567ad9a1912ba
Author: Maurício Meneghini Fauth <mauricio at fauth.dev>
Date: 2020-10-25 (Sun, 10 October 2020) -03:00

Changed paths: 
M libraries/classes/DatabaseInterface.php
M libraries/classes/Dbal/DbalInterface.php
M libraries/classes/Footer.php
M libraries/classes/Header.php
M test/classes/Controllers/Database/PrivilegesControllerTest.php
M test/classes/Controllers/Table/PrivilegesControllerTest.php
M test/classes/Server/PrivilegesTest.php

Log Message:
-----------
Remove DatabaseInterface::isUserType method

Signed-off-by: Maurício Meneghini Fauth <mauricio at fauth.dev>

Commit: 9c5f8d1defb063585439db8d409a073eea115046
https://github.com/phpmyadmin/phpmyadmin/commit/9c5f8d1defb063585439db8d409a073eea115046
Author: Maurício Meneghini Fauth <mauricio at fauth.dev>
Date: 2020-10-25 (Sun, 10 October 2020) -03:00

Changed paths: 
M libraries/classes/Common.php
M libraries/classes/Controllers/Database/OperationsController.php
M libraries/classes/Controllers/Database/PrivilegesController.php
M libraries/classes/Controllers/ImportController.php
M libraries/classes/Controllers/Server/DatabasesController.php
M libraries/classes/Controllers/Server/PrivilegesController.php
M libraries/classes/Controllers/Server/ReplicationController.php
M libraries/classes/Controllers/Server/Status/MonitorController.php
M libraries/classes/Controllers/Server/UserGroupsController.php
M libraries/classes/Controllers/Server/VariablesController.php
M libraries/classes/Controllers/SqlController.php
M libraries/classes/Controllers/Table/PrivilegesController.php
M libraries/classes/Database/Routines.php
M libraries/classes/DatabaseInterface.php
M libraries/classes/Dbal/DbalInterface.php
M libraries/classes/Footer.php
M libraries/classes/Header.php
M libraries/classes/Menu.php
M libraries/classes/Server/Privileges.php
M test/classes/Controllers/Database/PrivilegesControllerTest.php
M test/classes/Controllers/Table/PrivilegesControllerTest.php
M test/classes/Server/PrivilegesTest.php

Log Message:
-----------
Merge pull request #16433 from mauriciofauth/dbi-is-user-type

Refactor DatabaseInterface::isUserType method



More information about the Git mailing list