Mark Scherer

Results 927 comments of Mark Scherer

We should add a note into the docs here I guess.

Pretty much done with https://github.com/dereuromark/cakephp-tinyauth/commit/2fbfa12c9de2750f3effad9781b2e06d2071dbe1 now

Change has one major disadvantage: It cannot be reversed (rollback). Maybe there could be an option added? --change To use that instead of up/down?

Any update on this? Is it possible that when using the new plugins, that we dont want to use components maybe?

Using global configure is the way here

Yeah, the Cake docs are bit confusing here. Usually the relation is always plural still, so I thought this could be a bit confusing. ```php $this->belongsTo('Countries', [ 'propertyName' => 'country'...

The 5.x docs have been fixed up to be consistent: https://book.cakephp.org/5/en/orm/associations.html#hasone-associations Feel free to close if you wanna keep things as they are.

An option for specific controllers? As this is only to be applied for very specific controllers that know all their actions are to be public.

Shouldnt it be only of type char, binaryuuid, or maybe (bad design) varchar=string?

Conflict requires resolving.