Update symfony - #258
Merged
Merged
Update symfony#258
Conversation
- Centered text alignment for teaser placeholders. - Changed movie paragraph grid layout from 3 columns to 2 columns for improved responsiveness.
#257) * feat: Add AdminRoute attribute to various CRUD controllers and methods - Added #[AdminRoute] attribute to new methods in BlockCrudController, ChapterCrudController, CompanyCrudController, DashboardController, EpisodeCrudController, GameCrudController, HttpErrorLogsCrudController, MovieCrudController, PersonCrudController, PlatformCrudController, RedirectionCrudController, SagaCrudController, SeasonCrudController, SerieCrudController, StoryCrudController, and their respective methods to enhance routing capabilities. - Updated MenuItemFactory and ActionsFactory to utilize new routing methods. - Refactored MetaParentConfigurator and ParagraphParentConfigurator to use getAdminControllers() instead of getCrudControllers(). - Enhanced field configurators (MetaParentField, ParagraphParentField, ParagraphsField) to accept TranslatableInterface for labels. * feat: Upgrade EasyAdminBundle to version 5.5 and update related configurations * refactor: Update method names for CRUD controller retrieval in configurators and form template * feat: Add French translations for pagination and validation messages * Enhance configuration documentation and add new parameters - Updated comments for the 'secret' field in the routing configuration to clarify its purpose in production. - Renamed 'remote-event' to 'remote_event' for consistency. - Introduced 'wrap_queries' parameter in the pagination configuration. - Added 'timezone' parameter to Monolog configuration for timestamp customization. - Included 'base_path' in Monolog handlers for path specification. - Changed default value of 'ident' in Monolog configuration to "php". - Added 'rfc' parameter in the logging configuration for RFC compliance. - Introduced 'expand_newlines' parameter for message formatting. - Marked 'predis' option as deprecated in Redis configuration, advising to use 'redis' instead. - Added 'parameters' field in email configuration for additional customization. * feat: Implement soft delete handling in EpisodeService and SeasonService
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.