Marcin Sągol
Marcin Sągol
When working with Select2 widget code i found note that this name should be changed. So my proposition is: AdvncedSelect or AdvncedSelectBox (but there is some jQuery plugin called Advnced...
Many TYPO3 extensions are integrated with the Crowdin platform, which facilitates the easy translation of XLF files into many languages. To enhance our localization efforts, we should also implement Crowdin...
**What I did** - i have extended `AssetUsageToggleButton` component to show also asset udage counter - i have modified `AssetUsageSection` styles so the table rendered inside dialog window looks a...
One of the biggest issue with current Media module is the fact that we can't assign uploaded images to multiple tags. For example if we have 100 photos from holidays...
In Neos 9 we have exception thrown due to wrong argument type when caliing `Utility::evaluateEelExpression()`. The expected type is `EelEvaluatorInterface` but the unresolved dependency injection is used instead. This commit...
The AmazonS3Driver for move and copy operation creates target file identifier by concatenating target folder identifier and target file name: ``` $targetIdentifier = $targetFolderIdentifier . $newFileName; ``` This is wrong...
There may be projects where removing soft delete functionality from fe_users is a requirement. When we remove soft delete and the related `deleted` column from the database, Luxletter encounters an...
Hi, I am not 100% sure if this case should be addressed directly in the extension, but probably yes. We have the S3 storage with some folders and thousands of...