Log message #4213255

# At Username Text
# Nov 14th 2019, 10:08 BOSS75 no sent as ⮂ .
# Nov 14th 2019, 10:04 BOSS75 okay
# Nov 14th 2019, 10:04 challgren isnt sent as UTF8
# Nov 14th 2019, 10:04 challgren Sounds like the browser doesn’t support UTF8 or the page isn’
# Nov 14th 2019, 10:03 challgren No worries plus admad become a mad :P
# Nov 14th 2019, 10:03 jotpe sounds like an encoding error? Do you use UTF8 everywhere (PHP Files, Webserver, DB, HTML, Browser?)
# Nov 14th 2019, 10:02 jotpe thanks @challgren
# Nov 14th 2019, 10:02 challgren FYI IRC users can’t see threads
# Nov 14th 2019, 10:02 jotpe sounds like an encoding error? Do you use UTF8 everywhere (PHP Files, Webserver, DB, HTML, Browser?)
# Nov 14th 2019, 10:00 jotpe Morning
# Nov 14th 2019, 09:58 BOSS75 I am sending data ($symbol = '⮂';) from controller . in my view how show that . In some browser it shows rectangle and some browser shows perfectly.
# Nov 14th 2019, 09:40 angelxmoreno thanks for steering me in the right direction
# Nov 14th 2019, 09:40 angelxmoreno that is where the JWT construction should exist since once authenticated by any means, the JWT can be accessible via the getIdentity function in the Authentication component
# Nov 14th 2019, 09:39 angelxmoreno the Identity class is basically a decorator for whatever the resolvers produce
# Nov 14th 2019, 09:38 angelxmoreno @ndm fyi, the solution was to add the JWT encoding to a custom Identity class. I was confusing Identifiers with the Identity classes. I also got rid of the ApiAuthenticator that previously extended the FormAuthenticator to return a JWT. Now, any authenticator that produces an Identity has access to the JWT
# Nov 14th 2019, 09:33 conehead BOSS75...I answered you...
# Nov 14th 2019, 09:33 scuadra thank you very much
# Nov 14th 2019, 09:33 scuadra all right
# Nov 14th 2019, 09:33 dereuromark jep
# Nov 14th 2019, 09:32 scuadra @dereuromark so I should do something like: `->add('start_date', 'checkDates', [ 'rule' => function ($value, $context) { //check go here }, 'message' => 'Invalid start date', 'on' => 'create' ])`
# Nov 14th 2019, 09:27 BOSS75 I need help ... regarding unicode
# Nov 14th 2019, 09:23 dereuromark @scuadra Did you read the docs here? on create/update?
# Nov 14th 2019, 09:23 jeremy.halin Hi, I'm doing a complex SQL query with `$connection->execute('SELECT * FROM orders')->fetchAll('assoc');`, is it possible to hydrate entities with the resulting data ? Thanks.
# Nov 14th 2019, 09:21 BOSS75 Hello anyone here ??
# Nov 14th 2019, 09:21 scuadra One more question. When I parse the dates in `beforeMarshal()` I want to add my custom rules to check if everything is OK (start_date is before end_date and some other checks). But is it possible to specify these checks to be triggered only on create? :face_with_rolling_eyes:
# Nov 14th 2019, 09:18 BOSS75 ??
# Nov 14th 2019, 09:16 scuadra @conehead thank you. :slightly_smiling_face:
# Nov 14th 2019, 09:12 conehead More input needed
# Nov 14th 2019, 08:59 BOSS75 How to achieve it perfectly in view??
# Nov 14th 2019, 08:59 BOSS75 But in clients browser it shows rectangular box.
# Nov 14th 2019, 08:58 BOSS75 in my browser its all fine .
# Nov 14th 2019, 08:58 BOSS75 ?
# Nov 14th 2019, 08:58 BOSS75 how to have this
# Nov 14th 2019, 08:58 BOSS75 if($travelType == 'Round Trip'){
# Nov 14th 2019, 08:44 conehead @scuadra You would do that in beforeMarshal(). After using create/patchEntity, you should always have a valid Entity that you should be able to save straight away. This is not the case if you do it in beforeSave
# Nov 14th 2019, 08:37 scuadra Hello. I have a form where the user fills some fields and one of them is `dates` in format YYYY-MM-DD - YYYY-MM-DD. In Cake 3 where is the right place to parse the user input to start_date and end_date? Is it beforeMarshal() or beforeSave()
# Nov 13th 2019, 10:34 admad Bot is run by the CakePHP team
# Nov 13th 2019, 10:34 challgren Ohh ok, wasnt sure if it was community run or cake run
# Nov 13th 2019, 10:34 admad @challgren you can send a mail to security@cakephp.org
# Nov 13th 2019, 10:33 challgren Yeah got a security exploit to report
# Nov 13th 2019, 10:33 steinkel https://github.com/cakephp/cakebot this one?