Ingo Schommer

Results 112 comments of Ingo Schommer

Downgrading to impact/medium since replacing a file isn't a very common action to begin with - removing from milestone.

Discussed with Aaron this morning, he'll try another approach which doesn't come with so much long-term pain (diverging GraphQL APIs between CMS usage and a general-purpose "Content API"). The key...

Pulled this back into "In progress", Aaron's looking into an alternative solution - I don't think we're there yet. Probably more than five points by now, but this is important...

Thanks for the explanation! Pretty printing still won't allow the console to use its built-in features around linking objects and DOMElements to its own interactive views, right? Even just a...

Hah, fair enough. Your call if you keep those features discussions here on Github in case it gains traction again, or if you want to close.

Note that there's a related core RFC for this now: https://github.com/silverstripe/silverstripe-cms/issues/2454

Its definitely possible, but not with `` (see https://github.com/chillu/silverstripe-recaptcha/blob/master/templates/recaptcha.ss). We'd have to explicitly render the widget, see https://developers.google.com/recaptcha/docs/display

Good point. Looks like `composer outdated` doesn't have any switches like `--stable-only` (https://getcomposer.org/doc/03-cli.md#outdated). But looking at our installers, both the CWP and core one have `minimum-stability: dev`. So the "latest"...

Maybe that would be an opportunity for a small patch provided back to the composer project, introducing a `composer outdated --minimum-stability` override?