Yanick Witschi

Results 201 comments of Yanick Witschi

Ah right, that's why it was blocked. Updated - while doing that I also migrated to the translator because we had to do this anyway at some point.

> you can exclude links from crawling This one. If the log contains URLs you don't want to have crawled (aka it takes too long), you can exclude them.

I can see valid arguments for both sides. I think it's perfectly valid to say that this is a forward BC library and should behave the same as the native...

I also think it doesn't hurt. Logs are cleaned up. And every webserver logs all the request URIs in its access log too so 🤷‍♂️ But if for some reason...

I have the same question as @fritzmg in https://github.com/contao/contao/pull/4779#issuecomment-1614704640. I think this needs to be addressed somehow. Use case: I would replace the `{{user::*}}` insert tag in case there's a...

Closing this because in the meantime 1) we have achieved full ESI support 🥳 2) Server super global access has largely disappeared in v5 🥳 3) is still there mainly...

We could do that if `debug:config contao` can be read as JSON which is actually planned for the upcoming Symfony 6.3. However, there is still some formatting issue - see...

I've created a PR to fix this in Symfony which has now been merged into 6.3: https://github.com/symfony/symfony/pull/50637

> 3\. also, why do we need the query parameter at all (since we are doing the HttpClient magic to get a new session cookie)? This is likely foundational work...