Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* [Composer] Dropped obsolete dependency on ci-scripts * Moved RichTextTypeExtension out of AdminUI to RichText Bundle * [Composer] Dropped cyclic dependency on ibexa/fieldtype-richtext * [Composer] Bumped Symfony packages requirements to ^6.4 * [Composer] Bumped Pagerfanta to v3 * [Composer] Bumped 3rd party translation bundles for Symfony 6 * Aligned codebase with Pagerfanta v3 * [Tests] Upgraded Symfony Forms tests to Symfony 6 * Fixed incorrect type-hinting of Form DTO ContentTypesDeleteData * Aligned type-hints after making core SearchResult templated * Rebranded Legacy Pagerfanta View & Template class names * Defined strict types for FormActionEvent * Upgraded Symfony Forms Choice Loaders to Symfony 6 * Fixed incorrect type-hinting of Form DTO BookmarkRemoveData * Aligned NotificationTranslationExtractor with newer version of PhpParser * Replaced usage of Location::$pathString magic getter in UDWBasedMapper * Upgraded Symfony validators extension points codebase to Symfony 6 * [Tests] Aligned type-hints after making core SearchResult templated * [PHPStan] Aligned baseline after the changes * Enabled autoconfiguration for controllers service definitions * Refactored FlashBagNotificationHandler to do not rely on removed session service definition * Fixed arguments passed to controller twig function * Fixed deprecated controller syntax * Aligned base controller definition * Migrated param converter to value resolvers * Fixed Language import in LanguageValueResolvers * [Tests] Aligned tests with Symfony Forms strict return type requirements * [Tests] Aligned Symfony Forms validation messages with Symfony 6 * [Tests] Fixed SearchResult stub total count property name * [Tests] Upgraded Symfony User mocking to Symfony 6 * Added unit tests for ValueResolvers * Drop SensioFrameworkExtraBundle from integration tests setup * Fixed phpstan issues & code style --------- Co-authored-by: Adam Wójs <[email protected]> Co-authored-by: Dawid Parafinski <[email protected]>
- Loading branch information