Daniel Siepmann

Results 47 comments of Daniel Siepmann

This doesn't need to be breaking. The TER release can still contain the libraries as usual. E.g. check out https://github.com/tomasnorre/typo3-upload-ter#recommendation. The release is uploaded anyway, and can therefore be prepared...

Thanks for fast response. I didn't publish anything to TER myself, that's why I won't provide a PR. Hope those resources help, and it will make it as none BC...

Currently the Docker setup doesn't provide the dependencies for PDF. And is only tested with html. But I think that should be enough at the beginning and can easily be...

I'll try to add it next week.

Hey @jrfnl , I've discussed with some members of the TYPO3 team, and it's not planned to support old PHP versions ins the future, nor does we now. TYPO3 therefore...

I'm on this issue and try to come up with a PR, but can't promise anything yet.

I could modify the query to end up with a simple `IN(category uids)` which is way faster. But that won't work with `AND`. And I don't have any solution for...

I also played with two queries, one fetching all news uids from record_mm and one news query adding them. But that made the news query way slower as MySQL no...

I'm not able to build the query via Extbase … Joins don't speed things up. so using `contains('category.uid` is no option. Using a single subquery instead of multiple improves performance....

I could reproduce the issue in v11 and v12. with News version 11 and 9.4. I also think it should be the referenced issue within TYPO3.