Skip to main content


I'm curious. Which #TYPO3 topics are you working on or interested in right now?

I'm currently in another update from 10 to 12. Invested some time in understanding ES6 JavaScript modules and how to use the TYPO3 modules within custom TypeScript for our own backend module.

reshared this

in reply to Daniel Siepmann

Initial image processing - for large quantities of new images, use of many variants (->src-set) and oversized original files.

@danielsiepmann

in reply to Daniel Siepmann

Community (growth), community (onboarding), community (contribution)
in reply to Daniel Siepmann

Finishing integration of Dynamics365 as new CRM in a big #TYPO3 v11 website, a project i'm working on for some months now. This needed a lot of refactoring and cleanup upfront because of completely non-normalized data, but now everything is finally coming together. For async export/import of CRM data i'm using https://github.com/sabbelasichon/t3_messenger which works great so far.
This entry was edited (3 months ago)
in reply to Daniel Siepmann

I need to work on upgrading to v12. We support so many sites and are currently lagging behind with upgrades.

The other thing that I want to look at is removing permissions from the database and going file-based. There's a few extensions that could be bundled

in reply to Mike

I guess you already know https://packagist.org/packages/ssch/typo3-rector ? And as I don't know how much experience you have, https://daniel-siepmann.de/typo3-update.html might also have some ideas for you regarding updates.

I guess there are already packages out there allowing you to manage TYPO3 data like permissions via files. But I don't know the URLs as we never used them. And https://talk.typo3.org/t/acl-improvements/5058 might be interesting for you as well.

in reply to Daniel Siepmann

@mikestreety Regarding repeatable and deployable Permission Sets for #TYPO3 you might want to have a look at https://github.com/b13/permission-sets
But I haven't tested it yet. Nevertheless I would appreciate it very much if permissions could be configured completely without database.
in reply to Daniel Siepmann

I’m currently working on my first project with content blocks and it looks really promising.

Apart from that, I'm currently experimenting with an in-context editing feature for #TYPO3 and Crowdin and I've been invited to test a new extension.

in reply to Daniel Siepmann

Working in the TypoScript Tokenizer/AST, create a backend csv export filter API, get more fluent in writing tests, create and update documentation, learn content-block, testing t3v13 variable admin prefix. And kinda gave up on FAL SVG cropping because of lacking feedback 😅
in reply to Daniel Siepmann

it's also too much for me, so this'll be on my plate for a while. The AST/Tokenizer trip was very entertaining, hope to finish this with a un-influencad mind next week 😅