Log message #4212317

# At Username Text
# Nov 5th 2019, 16:26 karmicdice @admad Currently it is showing me a massive Mailer change which has your sig on it... Obviously, higher chances of conflicts. Any idea about how I could rebase to only 1 branch? It is taking up history from 4.x
# Nov 5th 2019, 16:25 hello518 Ahhh gross -- Thanks for the information, helpful!
# Nov 5th 2019, 16:24 admad The JsHelper would still be available in cake 1.x core
# Nov 5th 2019, 16:23 admad It was a just had php wrapper functions which spitted out js code
# Nov 5th 2019, 16:23 hello518 Do you by a chance know what it did?
# Nov 5th 2019, 16:22 admad If your app is using it better just start fresh :slightly_smiling_face:
# Nov 5th 2019, 16:22 hello518 Looks like I'll be doing some refactoring and clean up :slightly_smiling_face:
# Nov 5th 2019, 16:21 hello518 Darn, that's what I was hoping wasn't in the conclusion, haha, thanks!
# Nov 5th 2019, 16:21 admad @hello518 that's a defunct plugin which existed for a short while. There was a GitHub repo for it maybe it's gone now
# Nov 5th 2019, 16:18 hello518 Hi -- I'm new to CakePHP and can't seem to find the plugin CakeJS anywhere, does anyone know if this is like default plugin or where to find it, I've searched the almighty Google for it but can't seem to find a repo or package for it. Anyone know where I could get my hands on it? It seems to be a dependency in a project we've inherited at work.
# Nov 5th 2019, 16:15 karmicdice I reckon deleting the current and rebranching, after that sending another PR from that branch is easier?
# Nov 5th 2019, 16:11 karmicdice Is there is a better way to do things which is limited to 1 branch only?
# Nov 5th 2019, 16:11 karmicdice I am currently facing a bunch of CONFLICTS from various files I am alien to.
# Nov 5th 2019, 16:10 karmicdice how do I go about f... I was referring to an issue I was facing.. Sorry I didnt write in details... but ndm resolved it for me. First commit must be a pick. I had all as f
# Nov 5th 2019, 15:55 dereuromark This whole prefix casing for URL string, path, array is killing me ...
# Nov 5th 2019, 15:51 dereuromark I might just not make sense most of that time^^
# Nov 5th 2019, 15:50 dereuromark "for follow up commits after the first." people are not really listenting to me today :P
# Nov 5th 2019, 15:37 ndm The first commit must be `pick`
# Nov 5th 2019, 15:33 karmicdice throws an error unable to squash without previous commit
# Nov 5th 2019, 15:33 karmicdice Is idea to squash the commits? I am trying rebase -i HEAD~38 and upon editor, replacing pick with f
# Nov 5th 2019, 15:32 ndm I don't know
# Nov 5th 2019, 15:29 val @ndm what does "pinned" tag means there?
# Nov 5th 2019, 15:19 ndm @val That's basically this issue: https://github.com/cakephp/cakephp/issues/10746
# Nov 5th 2019, 15:18 jotpe @karmicdice Thanks, but I don't use any pngs? I didn#t had libpng installed, nothing changes if I install a recent version
# Nov 5th 2019, 15:16 dereuromark rebasing against itself doesnt do much :slightly_smiling_face:
# Nov 5th 2019, 15:14 dereuromark important is to git fetch beforehand.
# Nov 5th 2019, 15:14 dereuromark I usually "git rebase -i origin/4.x here" for my feature branches.
# Nov 5th 2019, 15:06 karmicdice @jotpe That is an error of libpng. I guess you have version 1.6. I faced the same in a Python app. afaik https://pngcrush.com can help remove the iCCP
# Nov 5th 2019, 15:02 val Is there a way to force `->join(...)` in 3.x to generate joins in SQL after joins generated automatically from by 'contain'? Joins from `->join()` are placed before joins from 'contain' when both 'contain' and 'joins' are used in the same query.
# Nov 5th 2019, 15:02 karmicdice Yes fullBase I meant when I said absolute path
# Nov 5th 2019, 15:01 jotpe https://github.com/FriendsOfCake/CakePdf#ensure-css-images-etc-are-loaded-in-pdf
# Nov 5th 2019, 15:00 slackebot1 <jotpe>
# Nov 5th 2019, 15:00 karmicdice Are you sure it supports css? Try putting an absolute path. Just saying.
# Nov 5th 2019, 15:00 jotpe Error Log shows this:
# Nov 5th 2019, 15:00 jotpe Anyone has a clue what could cause FoC\CakePdf to crash, when I add a css file (doesn't matter if with HtmlHelper or the link by hand)?`
# Nov 5th 2019, 14:59 karmicdice rebase -i showed me a zillion list of commits because 4.x-feature is actually a brachout from 4.x
# Nov 5th 2019, 14:56 hollistergraham123 Can I set a default prefix for the bake command like I can for theme
# Nov 5th 2019, 14:28 slackebot1 UsersFooRelations
# Nov 5th 2019, 14:28 slackebot1 "id": 51, "_joinData": { "country": "se" } }, { "id": 51, "_joinData": { "country": "no" } } ] } ``` (the data is json, since it’s a json consuming api) Only the first foo->user relation is saved, the rest are ignored. Is there a good way to make this work, or should we just save the relations directly. Foo -> hasMany ->
# Nov 5th 2019, 14:28 thomas465 Hi, here is what may be an edge case, we have an enity Foo, that is linked to users with `belongsToMany` the join table has some extra info. The problem comes when you try to add the same user to a Foo more than once, but with different join data, for instance like this ```json { "foo_name":"foo", "users": [ { "id": 51, "_joinData": { "country": "dk" } }, {
# Nov 5th 2019, 14:28 karmicdice --root