François Suter

Results 17 issues of François Suter

## Bug Report **Current Behavior** I have a page with two news plugins installed: the category menu (CategoryList) and the standard news list (Pi1). When I click on a category,...

An interesting evolution for T3API would be to use PHP attributes instead of custom annotations.

enhancement

When using images from a FAL storage other than the local file system, the images will have public URLs which are absolute URLs. In file `rte-ckeditor-image/Resources/Public/JavaScript/Plugins/typo3image.js`, when an image in...

When there are a lot of configurations, the list in the Data Module is a bit cluttered. It could be nice to group rows (according to the "group" property, using...

Functional and unit tests need to be migrated to "typo3/testing-framework" since "nimut/testing-framework" was abandoned.

When viewing a specific configuration in the BE module, it could be nice to be able to trigger directly a run or a preview without having to go back to...

It is unclear what the `rteEnabled` flag actually does. This needs to be investigated and - at the very least - better documented.

It would be nice to have a link from the Data module to the Log module, pre-filtering the logs on the selected configuration. This proved hard to implement a few...

In various places, External Import uses `LocalizationUtility::translate()` from Extbase for getting localized strings. This dependency is not optimal. It would be better to inject the `LanguageService` class where needed (see...

It should be possible to apply the `multipleValuesSeparator` property at column level. This would in effect split data in the designated field and create a pseudo-denormalized data structure, like `substructureFields`...