Yanick Witschi

Results 50 issues of Yanick Witschi

Can be easily tested: Create a branch named `6.x` and then run phpstan. It will now report all `trigger_deprecation()` calls as errors so we'll never forget to remove a deprecated...

feature

### Description I've just stumbled across this blog post by Microsoft Bing: https://blogs.bing.com/webmaster/september-2023/Announcing-new-options-for-webmasters-to-control-usage-of-their-content-in-Bing-Chat robots.txt is not really standardized, so I guess they are kinda allowed to add new options to...

feature

### Affected version(s) 5.3 ### Description The `PrettyErrorScreenListener` could also be protected using CSP.

bug

Draft because the `to.contao.org` link is up for discussion: https://github.com/contao/to.contao.org/pull/80

feature

We have a new content URL generator service that is able to generate URLs for literally everything. It is the new service to generate URLs for pages, news articles, calendar...

Developer Documentation
Feature

See https://github.com/contao/contao/pull/6584 @SeverinGloeckle would you contribute the docs? 😇

Developer Documentation

See https://github.com/contao/contao/pull/6638

Developer Documentation

``` #message: "User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Codefog\HasteBundle\EventListener\DoctrineOrmListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute." ```

E.g. https://github.com/codefog/contao-haste/blob/main/src/StringParser.php#L39-L42

This brings support for gzipped cache files which should significantly reduce the used storage. If a request supports gzip (`Accept-Encoding`) which should be the majority of all browser, we can...