Yanick Witschi
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...
### 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...
### Affected version(s) 5.3 ### Description The `PrettyErrorScreenListener` could also be protected using CSP.
Draft because the `to.contao.org` link is up for discussion: https://github.com/contao/to.contao.org/pull/80
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...
See https://github.com/contao/contao/pull/6584 @SeverinGloeckle would you contribute the docs? 😇
``` #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...