Log message #4181024

# At Username Text
# Mar 27th 2019, 11:55 alexdd55 ok :slightly_smiling_face:
# Mar 27th 2019, 11:55 neon1024 Yeah, just curious and worth raising with @steinkel
# Mar 27th 2019, 11:55 alexdd55 @neon1024 cookbook :point_up:
# Mar 27th 2019, 11:54 neon1024 I mean, it’s not happy either way, with 69 errors!
# Mar 27th 2019, 11:54 alexdd55 https://book.cakephp.org/3.0/en/search.html?check_keywords=yesandarea=defaultandq=setprimarykey
# Mar 27th 2019, 11:53 alexdd55 sorry, cookbook
# Mar 27th 2019, 11:53 alexdd55 in js console `$ is not defined`
# Mar 27th 2019, 11:53 neon1024 I don’t think cakephp.org has one
# Mar 27th 2019, 11:53 alexdd55 try the search
# Mar 27th 2019, 11:53 neon1024 Has it been disabled by web developer toolbar?
# Mar 27th 2019, 11:52 neon1024 I don’t see it
# Mar 27th 2019, 11:52 neon1024 :thinking_face: Perhaps I got something wrong :slightly_smiling_face:
# Mar 27th 2019, 11:49 alexdd55 the cakephp.org webseite shows an errormessage, that javascript must enabled… seems to be a server side error
# Mar 27th 2019, 11:47 steinkel https://gist.github.com/steinkel/a381e1d43a1bd1abdfd302e63df02875 works here
# Mar 27th 2019, 11:46 berarma It works for me. This is PHP5.6 though.
# Mar 27th 2019, 11:39 slackebot2 <neon1024>
# Mar 27th 2019, 11:37 neon1024 Running it in cake console causes the console to exit
# Mar 27th 2019, 11:35 birdy247 Date::createFromFormat( 'd M Y', '03 Jun 1979');
# Mar 27th 2019, 11:35 birdy247 Should this be possible
# Mar 27th 2019, 10:54 dereuromark I fixed it and pushed commit into IdeHelper: all green ( https://travis-ci.org/dereuromark/cakephp-ide-helper/builds/511956556 )
# Mar 27th 2019, 10:22 challgren Yep Im fine just reorganizing based on the diffs
# Mar 27th 2019, 10:21 dereuromark ideally those two are done separately.
# Mar 27th 2019, 10:21 dereuromark you could try to add this into the existing one. But I am a bit afraid to blow it up more than necessary. Right now it modifies existing or adds/removes lines. With reordering as well it could touch a lot of lines, which makes confirming diffs way harder.
# Mar 27th 2019, 10:20 challgren I’m really anal about the order of things!
# Mar 27th 2019, 10:20 challgren But order the first set based on the database
# Mar 27th 2019, 10:20 dereuromark I am sure you could write an organization/ordering task to hook in as last one.
# Mar 27th 2019, 10:20 slackebot2 <challgren>
# Mar 27th 2019, 10:19 dereuromark or what do you mean?
# Mar 27th 2019, 10:19 challgren Like, Db fields, Virtual Fields, Relationships
# Mar 27th 2019, 10:19 dereuromark thats code sniffer responsibility IMO
# Mar 27th 2019, 10:18 challgren Bake and Ide helper
# Mar 27th 2019, 10:18 challgren I really wish Ide helper organized the properties
# Mar 27th 2019, 10:17 dereuromark ironic: trying to remove noise newlines, and actually adding them back in via generated code :P
# Mar 27th 2019, 10:16 dereuromark see the nice and verbose diff output in travis fail.
# Mar 27th 2019, 10:15 challgren Oh ok lol
# Mar 27th 2019, 10:15 dereuromark But it breaks ide helper tests ;) which is annoying for me.
# Mar 27th 2019, 10:15 dereuromark its no big deal, just adds a noise newline into it.
# Mar 27th 2019, 10:15 challgren Or not use ide helper?
# Mar 27th 2019, 10:14 challgren So should I not bake @dereuromark
# Mar 27th 2019, 10:14 dereuromark => https://github.com/cakephp/bake/pull/514
# Mar 27th 2019, 10:12 dereuromark @ravage84 https://github.com/cakephp/bake/compare/1.9.2...master#diff-9e729c6fd0a87c9303d114549f819a45R34 breaks IdeHelper and seems to add noise lines. Can we fix that?