[phpmyadmin/phpmyadmin] 9b25d1: Extract recent table handling from Header into a middleware

Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 9b25d12e01963b190ec16645cd44de5f252c40cc https://github.com/phpmyadmin/phpmyadmin/commit/9b25d12e01963b190ec16645cd44... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2024-04-14 (Sun, 04 April 2024) -03:00 Changed paths: A src/Http/Middleware/RecentTableHandling.php A tests/unit/Http/Middleware/RecentTableHandlingTest.php M app/services_controllers.php M phpstan-baseline.neon M psalm-baseline.xml M resources/js/src/modules/functions.ts M resources/templates/header.twig M src/Application.php M src/Favorites/RecentFavoriteTables.php M src/Header.php M src/Routing/Routes.php M tests/unit/Routing/RoutesTest.php D src/Controllers/RecentTablesListController.php Log Message: ----------- Extract recent table handling from Header into a middleware This removes the recent visited table handling from the Header class and moves it to a new middleware. This also removes a duplicated update via front-end. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev> Commit: a6c1a62e264bee4048ce2b712ef3163e7f2875ec https://github.com/phpmyadmin/phpmyadmin/commit/a6c1a62e264bee4048ce2b712ef3... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2024-04-15 (Mon, 04 April 2024) -03:00 Changed paths: A src/Http/Middleware/RecentTableHandling.php A tests/unit/Http/Middleware/RecentTableHandlingTest.php M app/services_controllers.php M phpstan-baseline.neon M psalm-baseline.xml M resources/js/src/modules/functions.ts M resources/templates/header.twig M src/Application.php M src/Favorites/RecentFavoriteTables.php M src/Header.php M src/Routing/Routes.php M tests/unit/Routing/RoutesTest.php D src/Controllers/RecentTablesListController.php Log Message: ----------- Merge pull request #19111 from MauricioFauth/recent-tables-controller-removal Extract recent table handling from Header into a middleware
participants (1)
-
Maurício Meneghini Fauth