Log message #4187308

# At Username Text
# May 23rd 2019, 18:10 destinydriven Seen
# May 23rd 2019, 18:08 ricksaccous i don't believe so....
# May 23rd 2019, 18:08 destinydriven @ricksaccous there’s no overhead with model chaining?
# May 23rd 2019, 18:08 ricksaccous @destinydriven that's up to you dyud
# May 23rd 2019, 18:07 destinydriven Model binding/chaining up to 5 or 6 models vs just ClassRegistry::init() ? At what point does it make sense to just abandon model chaining?
# May 23rd 2019, 17:17 prev.aurelien Hi, any way to refresh that :relaxed:?
# May 23rd 2019, 16:06 this.impetus ...just gently checking to see if anyone's around yet, still can't figure out what's wrong re: post above
# May 23rd 2019, 15:13 slackebot the model is ``` $validator ->boolean('public') ->requirePresence('public', 'create') ->notEmpty('public', 'create');```
# May 23rd 2019, 15:13 this.impetus Hey guys, stuck on trouble shooting what must be a simple problem. Have a boolean field (tiny int) in my `tags` table, `public`. When creating a new tag or editing one, this checkbox isn't respected. If I manually set `public` to true in the database, editing it back to false does nothing, but all new tags default to false. The field is being generated with cake's code, ie. `<?= $this->Form->control('public');?>`, and the validator in
# May 23rd 2019, 11:01 challgren WYSIWYG more or less
# May 23rd 2019, 10:48 neon1024 Like a person designer?
# May 23rd 2019, 09:23 challgren Anyone know of a decent email HTML designer?
# May 23rd 2019, 09:06 neon1024 So I’m going to try and overwrite the templates in the configuration
# May 23rd 2019, 09:05 neon1024 I have opened an issue about it for discussion, but I need to resolve my ticket in the meantime as a discussion and release will be too slow
# May 23rd 2019, 09:05 neon1024 They didn’t, it’s an optional class which has been, in my opinion, mistakenly implemented into the templates in the plugin
# May 23rd 2019, 08:53 challgren When did they get rid of the labels? In the BS4 version?
# May 23rd 2019, 08:52 neon1024 Great, be right back! Replacing ALL my selects with javascript! :face_palm:
# May 23rd 2019, 08:51 challgren https://select2.org/
# May 23rd 2019, 08:51 challgren Ohh yeah
# May 23rd 2019, 08:51 neon1024 How’d you do that for a `<select>` :thinking_face:
# May 23rd 2019, 08:50 challgren What about placeholder?
# May 23rd 2019, 08:49 graziel they can always use 'inspect element'
# May 23rd 2019, 08:49 challgren Ohh wussies! They’ll get over it! :P
# May 23rd 2019, 08:49 neon1024 Which has confused my admin team because none of the filter fields have any labels now
# May 23rd 2019, 08:48 neon1024 A change was made which hides all inline form labels
# May 23rd 2019, 08:48 neon1024 No, that’s already been done.
# May 23rd 2019, 08:48 challgren @neon1024 Are you making it support BS4????
# May 23rd 2019, 08:46 neon1024 Busy trying to fix bootstrap-ui helper
# May 23rd 2019, 08:46 graziel its ok for me, have you tried clearing cache? ;)
# May 23rd 2019, 08:40 neon1024 Very slow for me and throwing page unavailable occasionally
# May 23rd 2019, 08:40 hmic What's up with GH?
# May 23rd 2019, 08:28 neon1024 Oh no! RIP Github
# May 23rd 2019, 07:27 neon1024 Morning all :wave:
# May 22nd 2019, 18:59 prev.aurelien Thanks for any help!
# May 22nd 2019, 18:59 prev.aurelien Hi! I'm working with a plugin for a cms made with cake php and I'm getting a problem. When I make a post request with a form, all is going right. But, when I make a post request with a raw json body, when I echo this value it returns it but when I try to get the content, it redirects me to the home page. Here is my code : https://paste.hynity.com/view/38ea46b1 The function is the authenticate() one.
# May 22nd 2019, 18:08 xavier83ar thanks!
# May 22nd 2019, 17:46 admad @xavier83ar 1. take a look at cakedc/users for example of how to manage config. 2. Take a look at bake to see how to handle plugin dependency. Bake depends on twigview plugin
# May 22nd 2019, 16:44 slackebot plugin A if plugin B is loaded and thrown and exception if not, but the question is: Is there a way to load plugin B from plugin A? is this a good thing? or is better just throwing a exception and let the developer take care of it?
# May 22nd 2019, 16:44 xavier83ar Hi guys, I'm making some cakephp plugins (for cakephp 3.6+) and I'm facing to issues (or decisions): 1.- configs: What's the recommended way to do plugin configurations?, in order to provide some nice defaults but allowing the app to configure most of the plugin's behaviors 2.- dependencies: Some plugins depends on others. I can handle the install (require) part with composer, but then them have to be loaded. I found a way to check in
# May 22nd 2019, 16:22 manthan.budheliya Guys, anybody have idea?
# May 22nd 2019, 16:22 neothermic Might throw 7.4's current state against the tests and see what breaks vs 7.3