Mark Scherer

Results 871 comments of Mark Scherer

That sure sounds nice. But do you also have some concrete ideas how that would look like? For me and row base ACL the priority is always a nice GUI...

Are you interested in trying this out as a PR? For [tinyauth](https://github.com/dereuromark/cakephp-tinyauth) I added a DebugKit toolbar for it, btw. It shows if the current request is protected or public...

hidden is different, I think. Because this part of skip fields also mainly depends on the view type (form != view != index). But I am fine keeping it in...

Yes, exactly. A propos persisted. That is currently a big issue with using the shell in general. All settings like theme and alike should also be persisted, using a Configure...

Well, we would have to add those new config options one way or another. But most of those options should not be cli-enabled, as it is just super painful to...

This usually happens when you bake the model, adjust the types for fields to e.g. json and then bake the templates. Then you have arrays here in the view that...

Indeed, maybe wrapping with try catch could help here.

Relates a bit to https://github.com/cakephp/bake/issues/427 - as this will minimize the issue at least.

I wrap in the same way for IdeHelper using try catch - this should also be done here for all to prevent this from being not user friendly.

I included this for now into the IdeHelper via https://github.com/dereuromark/cakephp-ide-helper/pull/88 So no immediate need for this in bake now, as this can be done async afterwards easily. Maybe this can...