Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: fce14344381701df4a8c8ade34885533c1148bae
https://github.com/phpmyadmin/phpmyadmin/commit/fce14344381701df4a8c8ade348…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-11-02 (Thu, 11 November 2023) -03:00
Changed paths:
M phpstan-baseline.neon
M resources/templates/recent_favorite_table_favorite.twig
M resources/templates/recent_favorite_table_recent.twig
M src/Controllers/AbstractController.php
M src/Controllers/Table/RecentFavoriteController.php
M test/classes/Controllers/Table/RecentFavoriteControllerTest.php
Log Message:
-----------
Change RecentFavoriteController to use redirection
Removes the ContainerBuilder call
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: fc0ec13a51986c2984be2dd54b29fa0002b8d470
https://github.com/phpmyadmin/phpmyadmin/commit/fc0ec13a51986c2984be2dd54b2…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-11-02 (Thu, 11 November 2023) -03:00
Changed paths:
M phpstan-baseline.neon
M resources/templates/recent_favorite_table_favorite.twig
M resources/templates/recent_favorite_table_recent.twig
M src/Controllers/AbstractController.php
M src/Controllers/Table/RecentFavoriteController.php
M test/classes/Controllers/Table/RecentFavoriteControllerTest.php
Log Message:
-----------
Merge pull request #18785 from MauricioFauth/recent-favorite-refactor
Change RecentFavoriteController to use redirection