Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: e4e274976eef796207744d897213631910b07ed8 https://github.com/phpmyadmin/phpmyadmin/commit/e4e274976eef796207744d897213... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2020-10-25 (Sun, 10 October 2020) -03:00
Changed paths: A libraries/classes/Utils/SessionCache.php A test/classes/Utils/SessionCacheTest.php M libraries/classes/CheckUserPrivileges.php M libraries/classes/Controllers/NavigationController.php M libraries/classes/DatabaseInterface.php M libraries/classes/Menu.php M libraries/classes/Plugins/Auth/AuthenticationCookie.php M libraries/classes/Profiling.php M libraries/classes/StorageEngine.php M libraries/classes/Util.php M psalm-baseline.xml M test/classes/Controllers/Server/BinlogControllerTest.php M test/classes/Controllers/Server/Status/MonitorControllerTest.php M test/classes/DatabaseInterfaceTest.php M test/classes/ProfilingTest.php M test/classes/UtilTest.php
Log Message: ----------- Extract cache methods from Util to SessionCache class
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: fca77d1f9ed5ca3bda5b945ab2c8d892af486208 https://github.com/phpmyadmin/phpmyadmin/commit/fca77d1f9ed5ca3bda5b945ab2c8... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2020-10-26 (Mon, 10 October 2020) -03:00
Changed paths: A libraries/classes/Utils/SessionCache.php A test/classes/Utils/SessionCacheTest.php M libraries/classes/CheckUserPrivileges.php M libraries/classes/Controllers/NavigationController.php M libraries/classes/DatabaseInterface.php M libraries/classes/Menu.php M libraries/classes/Plugins/Auth/AuthenticationCookie.php M libraries/classes/Profiling.php M libraries/classes/StorageEngine.php M libraries/classes/Util.php M psalm-baseline.xml M test/classes/Controllers/Server/BinlogControllerTest.php M test/classes/Controllers/Server/Status/MonitorControllerTest.php M test/classes/DatabaseInterfaceTest.php M test/classes/ProfilingTest.php M test/classes/UtilTest.php
Log Message: ----------- Merge pull request #16435 from mauriciofauth/session-cache
Extract cache methods from Util to SessionCache class