🇨🇦Canada @johnjw59@gmail.com

Account created on 25 July 2016, about 8 years ago
#

Recent comments

🇨🇦Canada johnjw59@gmail.com

Whoops, missed instantiating the module handler service in that last patch. Here's the correct one!

🇨🇦Canada johnjw59@gmail.com

After using the patch I provided in #2 for a bit, I don't think it's the right approach. Making the data in the cached variable an array leads to it bloating as each field just adds to the array, never cleaning it out. This can lead to some content having the wrong entity passed to the token method.

I think a better approach is to just add an alter there allowing other modules to tweak the data array before it gets passed to the token method. Attached is a patch doing just that (no interdiff as it's a completely different approach). This is also just a must simpler solution I feel.

@darvanen - I will add further documentation and roll a proper MR with this tweak once I have some spare time!

🇨🇦Canada johnjw59@gmail.com

Here's the promised patch. I left the drupal_static key as-is as others may already be targeting it and I didn't want to introduce any breakages.

🇨🇦Canada johnjw59@gmail.com

Here's a patch that just removes metatag_page_manager_page_attachments()

🇨🇦Canada johnjw59@gmail.com

Simply changing the comparison to be strict fixes the error and is probably always the correct approach when comparing objects like this.

🇨🇦Canada johnjw59@gmail.com

Sorry to resurrect this after 6 years (maybe I should have created a new issue?), but the same fix needs to be applied to Vimeo embeds. Patch attached.

🇨🇦Canada johnjw59@gmail.com

Yup, this is an issue!

I think we should keep the call to $mailer->setFrom() as-is though; if a Reply-To header is not present, the default should be whatever the "From" address is. Therefore, my proposed solution is to just clear out any set Reply-To headers before we explicitly add them. Patch doing just that is attached.

🇨🇦Canada johnjw59@gmail.com

We should probably be making use of Drupal's jquery.once library for this as that's the more standard solution. Here's accomplishing the same goal, but using jquery.once instead of a custom class solution.

No interdiff is provided as this is a new patch with no relation to the first.

🇨🇦Canada johnjw59@gmail.com

The point is for it to override the behaviour of all other modules. Some SMTP providers require emails to be sent from a single "From" address. That is also what the field description says it does. If that behaviour isn't wanted, then the field needs to simply be left blank.

Production build 0.71.5 2024