Michel Weimerskirch

Results 14 issues of Michel Weimerskirch

This makes styling the grid much more flexible, because it allows css selectors such as ":first-child", ":last-child", ":nth-child(even)", etc to be used.

In previous versions, multicheck fields were stored using multiple key/value entries. This was recently changed (maybe due to a bug) so now those fields got saved as serialized arrays. Unfortunately,...

We encountered an issue where qTranslate would not load when a user clicks on the "Edit" button in the frontend. This is caused by the check on the referer to...

need info
core

I got a "conversion error" with the following file: https://github.com/symfony/symfony/blob/3.4/src/Symfony/Bundle/TwigBundle/Resources/config/form.xml The problem seems to be the "defaults" tag: which should be converted to _defaults: public: false

$tc is used by "vue-i18n". See: https://vue-i18n.intlify.dev/guide/essentials/pluralization.html

":selected" always returns at least one element, because the browser automatically selects the first element. Using "[selected]", only those elements that really have the "selected" attribute are returned.

Fixes #7 Given that I still see an error message (#8) I might have missed a step. ;-)