Mark Story
Mark Story
I went through the process of upgrading the cms-tutorial example app and got a working tag workflow. I've mentioned this issue with a specific commit. Could you double check that...
Going to close this as it has been a while and we haven't heard back about the changes that were made. I've posted a link to the completed sample application....
The behavior was changed back in https://github.com/cakephp/cakephp/pull/13499
> Hardcode it into inside the getter and throw exception there (5.x) Having `Arguments` raise errors when `getArgument()`, `getOption()` and similar methods seems reasonable to me. If no key/index exists...
I also share the concern about adding functions that are only supported on a single SQL dialect. Are any of these functions we can simulate or approximate in other platforms?...
The results for `timestampdiff` look promising. The results sometimes being negative could be something we smooth over with additional casting, or leave alone and document that the results vary based...
> Is there a better to solve this or is this the only solution if I want to use my custom AppController? There isn't a significantly better solution. If you...
Going to close this as there hasn't been any further discussion and two solutions have been proposed.
> Why would we ever allow a dotted alias? That seems to break thing for no good reason. Because it enables usage like `helpers->load('Plugin.CustomHelper')` > So if className is specified...
> So I think "something" should be done, either using Cake 4's behavior, or showing some warning somewhere. We could have the error rendering process log an error when using...