Log message #4191846

# At Username Text
# Jul 3rd 2019, 15:03 neothermic @dereuromark Oooh, lemme just update to 3.x first ;)
# Jul 3rd 2019, 14:44 dereuromark someone wants to upgrade a few plugins to 4.x? :slightly_smiling_face: I already did IdeHelper and Shim etc.
# Jul 3rd 2019, 14:43 itmpls when . I use ->render() within a controller, why isn't it taking into account . my ->set(compact('foo')) $foo var that's defined?
# Jul 3rd 2019, 14:22 neothermic I tried doing `$this->Auth->settings['scope'] = [/* new scope here */];`, but doing a debug in the `_findUser` shows that this didn't take
# Jul 3rd 2019, 14:21 neothermic I don't suppose I can change the scope setting in an authcomponent after the thing has been constructed? (in 2.x)
# Jul 3rd 2019, 13:45 graziel you can check params of command using --help arg in most cases
# Jul 3rd 2019, 13:43 birdy247 thanks
# Jul 3rd 2019, 13:43 birdy247 awesome
# Jul 3rd 2019, 13:28 graziel bin/cake bake seed test --data --table=users
# Jul 3rd 2019, 13:21 birdy247 I cant see this in the docs but sure its possible
# Jul 3rd 2019, 13:21 birdy247 Does anyone recall the comand to build seeds from a table
# Jul 3rd 2019, 13:21 birdy247 Hello bakers!
# Jul 3rd 2019, 12:24 chrisshick @admad
# Jul 3rd 2019, 12:24 chrisshick just thought i would see if it saved me time lol
# Jul 3rd 2019, 12:23 chrisshick That is what i am doing right now lol
# Jul 3rd 2019, 12:22 hari.om Thanks @admad
# Jul 3rd 2019, 12:21 admad @chrisshick check the file's commit history on GH :slightly_smiling_face:
# Jul 3rd 2019, 12:20 chrisshick I noticed that when updating to 3.7.9 it changes the date format
# Jul 3rd 2019, 12:18 chrisshick Has there been an update in the DateTime default fomat?
# Jul 3rd 2019, 12:11 admad @hari.om those methods required format using ICU placeholders https://ssl.icu-project.org/apiref/icu4c/classSimpleDateFormat.html#details
# Jul 3rd 2019, 11:39 hari.om @channel
# Jul 3rd 2019, 11:37 hari.om I am using cakephp 3.7 in bootstrap.php \Cake\I18n\FrozenTime::setJsonEncodeFormat('Y-m-d H:i:s'); \Cake\I18n\FrozenDate::setJsonEncodeFormat('Y-m-d H:i:s'); which return me date something like "open": "2019-07-03T11:00:00+00:00", but i need "open": "2019-07-03T11:00:00", can someone help me
# Jul 3rd 2019, 09:38 neon1024 Hopefully the women win the Ashes :)
# Jul 3rd 2019, 09:34 admad Though you will be losing 2 WCs this month. 1st being in Women's football :slightly_smiling_face:
# Jul 3rd 2019, 09:33 admad @neon1024 England is batting first so the result is pretty much written in stone
# Jul 3rd 2019, 09:32 neon1024 `$this->Auth->Flash->error($this->Auth->getConfig('authError'));` and a redirect I suppose
# Jul 3rd 2019, 09:29 neon1024 Anyone know how I can throw a denied redirect using Auth?
# Jul 3rd 2019, 09:24 neon1024 @admad Predictions for :flag-england: v :flag-nz:
# Jul 3rd 2019, 09:24 neon1024 I guess if one already exists, but you could use `'when' => 'create'` I guess
# Jul 3rd 2019, 09:23 neon1024 Perhaps both?
# Jul 3rd 2019, 09:23 neon1024 Wouldn’t the request need to contain an uploaded image?
# Jul 3rd 2019, 09:06 admad That would be an application rule, not validation rule
# Jul 3rd 2019, 08:35 ra7bi Let me check , thanks
# Jul 3rd 2019, 08:34 neon1024 Just validate the entity property is not empty
# Jul 3rd 2019, 08:33 neon1024 That’s a validation rule
# Jul 3rd 2019, 08:33 ra7bi @neon1024 how i can set a rule to check associated data if exist ? for example when adding User records , User must insert a photo or many photos , im talking about Users/add As i know i can set a rule to check if users table field are set or not , but not photos which is belong to users
# Jul 3rd 2019, 08:18 neon1024 @ra7bi You’re looking for a hasMany association, with a rule and validation
# Jul 3rd 2019, 08:17 neon1024 @ra7bi Yes it does
# Jul 3rd 2019, 08:17 neon1024 How’d you update existing row data with a migration? Does that require sql?
# Jul 3rd 2019, 08:14 scuadra Hello. In Cake 3.7 for some reason the TimestampBehavior is not working for me. I do not have modified field in my table but only created. Could this be the issue?
# Jul 3rd 2019, 07:50 ra7bi im talking about Insert `User.photo`