Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 24fcf259f304159ae6c34f8367870f6099e2c758 https://github.com/phpmyadmin/phpmyadmin/commit/24fcf259f304159ae6c34f836787... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2024-05-15 (Wed, 05 May 2024) -03:00
Changed paths: M app/services_controllers.php M phpstan-baseline.neon M psalm-baseline.xml M resources/templates/database/structure/change_prefix_form.twig M resources/templates/database/structure/index.twig M resources/templates/export.twig M resources/templates/table/page_with_secondary_tabs.twig M src/Controllers/Database/Structure/ReplacePrefixController.php M src/FlashMessages.php M src/Html/Generator.php M src/Twig/MessageExtension.php M tests/unit/Controllers/Table/DropColumnControllerTest.php M tests/unit/Export/ExportTest.php M tests/unit/FlashMessagesTest.php
Log Message: ----------- Add support for statement messages in FlashMessages class
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 64a8a9d779df3f43ed7dc56c3781f12b7737c5c7 https://github.com/phpmyadmin/phpmyadmin/commit/64a8a9d779df3f43ed7dc56c3781... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2024-05-15 (Wed, 05 May 2024) -03:00
Changed paths: A src/FlashMessenger.php A src/Twig/FlashMessengerExtension.php A tests/unit/FlashMessengerTest.php M app/services.php M app/services_controllers.php M phpstan-baseline.neon M psalm-baseline.xml M src/Controllers/Database/Structure/EmptyTableController.php M src/Controllers/Database/Structure/ReplacePrefixController.php M src/Controllers/Table/DropColumnController.php M src/Export/Export.php M src/Template.php M tests/unit/Controllers/Table/DropColumnControllerTest.php M tests/unit/Export/ExportTest.php D src/FlashMessages.php D src/Twig/FlashMessagesExtension.php D tests/unit/FlashMessagesTest.php
Log Message: ----------- Rename the FlashMessages class to FlashMessenger
This class handles the flash messages instead of being a collection of flash messages, so FlashMessenger is a better name.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: c10d265ae57ed956d7fb59a4997dcc036386d156 https://github.com/phpmyadmin/phpmyadmin/commit/c10d265ae57ed956d7fb59a4997d... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2024-05-16 (Thu, 05 May 2024) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M resources/templates/database/structure/index.twig M resources/templates/export.twig M resources/templates/table/page_with_secondary_tabs.twig M src/FlashMessenger.php M tests/unit/Controllers/Table/DropColumnControllerTest.php M tests/unit/Export/ExportTest.php M tests/unit/FlashMessengerTest.php
Log Message: ----------- Move flash message context to the shaped array
Does not group the messages by context.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: cf44e8beb496e9b992b8b2d58ee951be9d1f4962 https://github.com/phpmyadmin/phpmyadmin/commit/cf44e8beb496e9b992b8b2d58ee9... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2024-05-16 (Thu, 05 May 2024) -03:00
Changed paths: A resources/templates/components/flash_messages.twig M resources/templates/database/structure/index.twig M resources/templates/export.twig M resources/templates/table/page_with_secondary_tabs.twig M src/Twig/FlashMessengerExtension.php
Log Message: ----------- Extract flash messages view into components/flash_messages.twig
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: d17e46c486d9339ae0505ea02b22e537c819e1b2 https://github.com/phpmyadmin/phpmyadmin/commit/d17e46c486d9339ae0505ea02b22... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2024-05-16 (Thu, 05 May 2024) -03:00
Changed paths: M src/Html/Generator.php M src/Twig/MessageExtension.php
Log Message: ----------- Extract message type match from Generator::getMessage
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 1a357c389850c46e8d026a7059764e150ce58c03 https://github.com/phpmyadmin/phpmyadmin/commit/1a357c389850c46e8d026a705976... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2024-05-16 (Thu, 05 May 2024) -03:00
Changed paths: M psalm-baseline.xml M src/FlashMessenger.php M tests/unit/FlashMessengerTest.php
Log Message: ----------- Lazy-load session storage in FlashMessenger
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: fefd6d1222879fb6406e78a0de9e4690e1fa3364 https://github.com/phpmyadmin/phpmyadmin/commit/fefd6d1222879fb6406e78a0de9e... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2024-05-18 (Sat, 05 May 2024) -03:00
Changed paths: A resources/templates/components/flash_messages.twig A src/FlashMessenger.php A src/Twig/FlashMessengerExtension.php A tests/unit/FlashMessengerTest.php M app/services.php M app/services_controllers.php M phpstan-baseline.neon M psalm-baseline.xml M resources/templates/database/structure/change_prefix_form.twig M resources/templates/database/structure/index.twig M resources/templates/export.twig M resources/templates/table/page_with_secondary_tabs.twig M src/Controllers/Database/Structure/EmptyTableController.php M src/Controllers/Database/Structure/ReplacePrefixController.php M src/Controllers/Table/DropColumnController.php M src/Export/Export.php M src/Html/Generator.php M src/Template.php M src/Twig/MessageExtension.php M tests/unit/Controllers/Table/DropColumnControllerTest.php M tests/unit/Export/ExportTest.php D src/FlashMessages.php D src/Twig/FlashMessagesExtension.php D tests/unit/FlashMessagesTest.php
Log Message: ----------- Merge pull request #19169 from MauricioFauth/flash-messages-statement
Add support for statement messages in FlashMessenger class