Log message #4219871

# At Username Text
# Dec 23rd 2019, 22:34 brian.french Sure
# Dec 23rd 2019, 22:33 dereuromark you can PR the fix
# Dec 23rd 2019, 22:28 brian.french FYI, the upgrade tool still requires cake 4.x-dev instead of the 4.0.0
# Dec 23rd 2019, 22:24 dereuromark try it. might be some terations to finish, but sure worth it
# Dec 23rd 2019, 22:15 brian.french Man, I'm really trying to hold off on upgrading to the 4.0 branch for the same reasons you were talking about with your plugins earlier, but things like phpdox requires phpunit/* to be the newer versions. Maybe it's time to bite the bullet, and try to do a 4.x upgrade on my projects.
# Dec 23rd 2019, 22:13 brian.french Yup, I just saw why first hand, and the mcrypt* functions are deprecated in 7.1+.
# Dec 23rd 2019, 22:06 dereuromark jep, phpuni7 is typehint etc, and thus php7.2+
# Dec 23rd 2019, 22:03 brian.french Is there any reason the cakephp/cakephp 3.8.* is locked to phpunit 6 and below?
# Dec 23rd 2019, 20:18 brian.french Looks like apigen died again. Anyone have any experience with PhpDox? https://github.com/theseer/phpdox
# Dec 23rd 2019, 19:11 brian.french Nevermind, I found it, just took a little poking around. https://github.com/apigen/apigen
# Dec 23rd 2019, 19:09 brian.french I should probably be using slack instead of irc.
# Dec 23rd 2019, 19:08 fr3nch13 Hello everyone. What tool are you all using to generate the api.cakephp.org? I ask, because I've been using phpdocumentor, unfortunately their tool's version constraints of other packages are way lower than their current versions, so things like phpstan won't install.
# Dec 23rd 2019, 14:08 slackebot $this->Form->control('season',['class'=>'form-control']); echo $this->Form->control('nazionalità_campionato',['class'=>'form-control']); echo $this->Form->control('serie_campionato',['class'=>'form-control']); echo $this->Form->control('club_id', ['options' => $clubsUnmated,'data-role'=>'tagsinput','type'=>'text','placeholder'=>'aggiungi squadre','class'=>'form-control']);```
# Dec 23rd 2019, 14:08 gianmarxgagliardi i would have some problem with multiple addition. How could I implement the add function (https://pastebin.com/6BG3rfrm) with the collections (https://book.cakephp.org/3/en/core-libraries/collections.html)? I would like to suggest to the user the teams to insert. I would already have this data in the clubsUnmated variable, but I don't know how to pass it in json-style HTML extract of front-end code page: ```echo
# Dec 23rd 2019, 13:31 challgren Awesome!
# Dec 23rd 2019, 13:29 dereuromark It includes the new feature for Routing URL autocomplete.
# Dec 23rd 2019, 13:28 dereuromark tag done :) https://github.com/dereuromark/cakephp-ide-helper/releases/tag/1.0.0-beta
# Dec 23rd 2019, 13:20 challgren I need to run through a clean 4.0 app and document the issues with bake and migrations
# Dec 23rd 2019, 13:19 dereuromark coolio
# Dec 23rd 2019, 13:19 challgren Ok, I’ll work on it this week. I personally dont use your built in mailer but I understand the new cake mailer in 4.x
# Dec 23rd 2019, 13:18 dereuromark I dont have any 4.x apps yet really, so not much I can help with the next weeks.
# Dec 23rd 2019, 13:18 dereuromark Would be awesome if you could make a working branch that contains the email part, and PR it. I can help getting more test coverage in.
# Dec 23rd 2019, 13:18 dereuromark IdeHelper I tag now :) With queue I need help to get the current functionality working. Once that PR is merged, we can also tag a beta
# Dec 23rd 2019, 13:12 challgren Still feels a bit betaish with some issues with migrations and bake
# Dec 23rd 2019, 13:11 challgren But I did get my first 4.0 app done and running live
# Dec 23rd 2019, 13:10 challgren Feels all awkward sending email from the browser request
# Dec 23rd 2019, 13:10 challgren Ok, Im really itching for queue and ide-helper
# Dec 23rd 2019, 13:09 dereuromark Yeah, they all need a beta tag and then it should be OKish
# Dec 23rd 2019, 13:08 challgren but shim, queue, tools, ide-helper all depend on each other one way or another so they don’t wanna play nice and use 4.0
# Dec 23rd 2019, 13:08 challgren I was planning on using the dev-cake4 until you released beta/stable
# Dec 23rd 2019, 13:07 dereuromark lets do beta then and once all are done, it should be green again
# Dec 23rd 2019, 13:06 dereuromark ah ok
# Dec 23rd 2019, 13:02 challgren Yeah its a giant circle jerk of a plugin needs 4.x-dev but we want to install ^4.0
# Dec 23rd 2019, 13:01 challgren Ok so prefer-lowest is going to fail since 3 plugins are linked to each other
# Dec 23rd 2019, 12:58 challgren PRs submitted
# Dec 23rd 2019, 12:51 john.zwarthoed Ah yes that was it, thanks :thumbsup:
# Dec 23rd 2019, 12:47 ndm Then it's very possibly type related. If you don't specify a type, then the value is being bound as a string.
# Dec 23rd 2019, 12:37 john.zwarthoed @ndm
# Dec 23rd 2019, 12:37 john.zwarthoed When i print the query before executing it looks all ok
# Dec 23rd 2019, 12:37 john.zwarthoed The query executed doesn’t return the expected result, but it does not give an exception.
# Dec 23rd 2019, 12:22 challgren Ive been hearing a lot about router and plugins causing issues in 3.8 and 4.0