Yanick Witschi

Results 57 issues of Yanick Witschi

We have multiple problems to solve in 5.3+: - First of all, I noticed that all Twig templates using `|insert_tag` will currently use `replaceInline()`. This means, `{{date::whatever}}` will never work...

bug

### Description Right now, if you filter or search (or use the breadcrumb feature to limit tree views) in files, or the `DC_Table`, this will also affect all the pickers....

feature

| Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | yes | Deprecations? | no | Tickets | -...

Feature
HttpKernel
Status: Needs Review

Alternative to https://github.com/contao/contao/pull/7314 just to outline my thoughts.

bug

If you use a document with the ID `foo.bar`, it will cause issues because meilisearch does not support `.` in identifiers: https://www.meilisearch.com/docs/learn/getting_started/primary_key#formatting-the-document-id However, other search engines do. For compatibility, I...

I noticed this in a Symfony app but while trying to see where the error was, I noticed that it's actually Twig core behaviour. Yet reproducing it is probably easier...

### Description * Extract in a new utility service * Use CTEs if possible See https://github.com/contao/contao/issues/6681.

feature

If you register the same PHP class as a cronjob with different arguments, Contao is going to treat them identically in the `tl_cron_job` table. So if you e.g. configure `TestClass`...

bug

If you have a username like e.g. `foo#bar` or `foo?bar`, certain actions won't work. For example OAuth: https://github.com/contao/contao-manager/blob/65e416d3646e6f94b070923a679ce64cc5f427ff/src/components/routes/OAuthRoute.vue#L46 Not sure, if there are other places that need a fix.

bug

I will do this, once the docs are compatible with the latest Hugo version :) Also see https://github.com/contao/docs/pull/1497