Mark Story

Results 653 comments of Mark Story

The loader function for your `MainTopics` association doesn't define an ORDER condition, so the ORM doesn't know that one is needed when generating the subquery. Have you tried setting an...

Any chance you'd be willing to provide a small SQL dump of schema and data that can help in reproducing the issues you're seeing?

@othercorey Yes. It is a more complex bug that doesn't impact many scenarios so it has languished in the backlog.

We're no longer supporting 2.x, so there won't be any further releases with fixes for performance issues. Have you checked that the generated SQL query is doing the same joins...

This error is coming up in your plugin assets as they are being handled by Cake's AssetMiddleware. You can either update your error handling to use the new ErrorTrap/ExceptionTrap classes...

> The solution I propose is to have the ability to indicate a custom alias. In this way I think it would not be necessary to have the ->subquery() function...

> We just need to update the bake template to include return static::CODE_SUCCESS. And update almost every command that exists both for us and in user-land code. I agree the...

>Adding a separate HtmlHelper::emailLink() using the code you have shown would be fine. I don't disagree that an additional method would be the safer & more efficient solution. I wonder...

> I am not sure if this is even a bug, or if the formatters and mapReducers should not be used together at all. I do not know if this...