Mark Story

Results 653 comments of Mark Story

> Will this issue not be fixed in CakePHP 5.x, or has it already been fixed? I’m not particularly troubled by it, so if it will be fixed in CakePHP...

> However, when displaying the list of commands using cake --help, CamelCase seems more familiar and intuitive to me. Totally agree that is inconsistent. We should give output that is...

> Improve the CakePHP Bake console tool by implementing a system for displaying configurable pre-bake and post-bake messages, banners, and admonishments. This would allow teams to display important information, coding...

> if this was a little more developer-friendly in that we could just put this same code in an afterExecute() method (like the callbacks on tables and behaviors). Where would...

> Would it be difficult to make it work like it does in controllers and tables, where you just define the callback method and it gets called automatically? As opposed...

I have some memory of there being accessibility reasons for nesting as well. However, looking at the current status of how to build an accessible checkbox the only advantage I...

Should we have a config option to change the default value of `nestedInput`? It would be simpler to update styles and flip one config option over having to change each...

How are you marshalling data into your entity? Is `slug` part of the data that is being set into the entity?

> > Is slug part of the data that is being set into the entity? > > No, it isn't The field transformer won't run then. Field marshalling only happens...

> Am I missing something here? Or is the Migrations Plugin not suitable for multiple Databases? Migrations can work with multiple databases, but what it doesn't understand is which tables...