ADmad
ADmad
> Loading element via ajax with form fields but with no create / end form method. How will the FormHelper get entity context if you don't use `create()`? You can...
The plugin can currently be used with any datasource who's `Query` class which implements `\Cake\Datasource\QueryInterface`, for e.g. the `muffin/webservice` plugin. Changing all filters to use `ComparisonExpression` which is part of...
For edge cases like the one shown in the example above one can also use the `Callback` filter and set query conditions as required.
Confirm message are not specific to post links, you have them for buttons and regular links too, so that's a separate concern. What else bootstrap specific thing do you expect...
@josegonzalez Is this good to merge? :)
> Yes, that's one of the main fixes introduced in the branch. Nearly all methods can return the Redis object if the user is within a PIPELINE or MULTI block....
@ovr The new CakePHP 4 compatible branch of my plugin does use `socialconnect/auth` v3 https://github.com/ADmad/cakephp-social-auth/blob/cake-4.x/composer.json#L7
@ovr Sorry, I too am a bit busy right now and don't have a project using the lib handy currently to try out the changes.
There is another issue to consider. You force the gender(sex) to be either male or female only and `setSex()` throws exception for any other values.. That's not a good idea...
> That way the getGender-method could always return a string so there would not be the necessity to do a null-check. The method should still be able to return `null`...