Sebastian Zoglowek

Results 197 comments of Sebastian Zoglowek

> But why does this occur in the first place? The Contao Manager requires `"symfony/console": "^5.4"`. Neither the `Symfony\Command` nor the `AboutCommand` class in the current `contao-manager.phar.php` have a forced...

> Btw. isn't this something PHPStan should be able to detect? 🤔 PHPStan is only configured to work within `/src` and `/tests`. It would cry a lot if it would...

I know that the post might be old (2013) but I do think that this still holds value till today. *Seo-Experts* might be just adding it because their SEO-Tools are...

I can confirm this but the tablesort plugin has been changed (mootools is not being used anymore) * https://github.com/contao-components/tristen-tablesort The CSS is not shipped with it. You should be able...

That's expected behavior due to the request and how the URI is build right now I bet you got an error like: ``` HTTP request for "POST api/users/foo#bar/tokens" failed HTTP...

The only other "not really critical" occurences would be the - `$token` for the opcache reset (which shouldn't have any invalid characters like that) - and the logfile name within...

The username in the store needs to be encoded and decoded in the API I guess.

I removed the built assets in 77de92863d6423683019b066f4eacf8f20d46161 and 6cc1b1a00a6adff629ae6da2ca4fb5ff701d1fc8 to reduce merge conflicts