Log message #4187291

# At Username Text
# 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
# May 22nd 2019, 16:21 niel45 and January, and maybe Feb too :-)
# May 22nd 2019, 16:20 slackebot Action: neothermic adds this to her todo list for December
# May 22nd 2019, 16:18 dereuromark if you get the tests to pass, nothing blocks the PR
# May 22nd 2019, 16:18 neothermic I'm sure you're itching to strike down cake2 from support :)
# May 22nd 2019, 16:18 neothermic Well, it's one thing to make the PR, the other half would be if it gets accepted :P
# May 22nd 2019, 16:17 dereuromark come on, you should know better than to ask this :slightly_smiling_face:
# May 22nd 2019, 16:17 dereuromark if you make the PR
# May 22nd 2019, 16:17 neothermic If 7.4 drops before 4.x does, will 7.4 be added to the supported PHP versions of cake2? :P
# May 22nd 2019, 16:16 neothermic @neon1024 ahh, smart idea
# May 22nd 2019, 16:13 manthan.budheliya @beakman I have implemented same way, but still my toDatabase function is not called.
# May 22nd 2019, 16:03 manthan.budheliya Hey @admad are you around?
# May 22nd 2019, 14:46 neon1024 https://github.com/cakephp/cakephp/blob/2.x/.travis.yml
# May 22nd 2019, 14:46 neon1024 Have a look in Travis
# May 22nd 2019, 14:45 neothermic Question about PHP7 and cakephp2, what's the highest supported PHP version for cake2? :slightly_smiling_face:
# May 22nd 2019, 13:58 neon1024 Yeah, I think you’re right. As I figure if you pass the wrong data you’d want to know
# May 22nd 2019, 13:46 junker37 I'd say throw an exception. I'm of the opinion it's better to blow-up early and often, otherwise it seems to hide issues
# May 22nd 2019, 13:45 neon1024 Speaking of custom data types, I can’t decide if a value fails to cast to my chosen value if I should return null or throw an exception