Earth
Account created on 18 May 2006, over 18 years ago
#

Merge Requests

More

Recent comments

🇨🇦Canada RobLoach Earth

Here's the patch against 4.2.x.

🇨🇦Canada RobLoach Earth

@avpaderno Looks like it's now validating on https://www.rssboard.org/rss-validator/check.cgi?url=https%3A%2F%2Fwww.k...

The W3C one seems to have a cached version, or something.

🇨🇦Canada RobLoach Earth

We ran into something similar on the Vimeo URLs. The options that you pass in as URL parameters are stripped when creating the iFrame for the oembed.

🇨🇦Canada RobLoach Earth

Thanks for the review. I'll have a look to see if we can get the feed validating.

🇨🇦Canada RobLoach Earth

Tested this out, and worked flawlessly. Was confused when running the related SQL it didn't output any results. This patch fixes the false positive.

The diff applies to Drupal 10.3 as well, so just a rebase/cherry-pick should work fine, but here's the same patch if needed.

🇨🇦Canada RobLoach Earth

I believe this was fixed in the upstream github repo at https://github.com/pantheon-systems/search_api_pantheon/pull/197 .

If you're on composer, you can use that instead of the Drupal repo...

``` json
"pantheon-systems/search_api_pantheon": "^8",
```

🇨🇦Canada RobLoach Earth

Aside from Alex Pott tone updates, it looks like there are some changes that seem unrelated to adding recipe API docs? Namingly...

  1. In EntityCreate.php
  2. SimpleConfigUpdate.php

I made the comments inline on the MR at https://git.drupalcode.org/project/distributions_recipes/-/merge_request...

🇨🇦Canada RobLoach Earth

Sounds like there were some chnages to the pipeline? Mind having another look at the test results and pulling the latest into this new branch? Thanks!

🇨🇦Canada RobLoach Earth

robloach made their first commit to this issue’s fork.

🇨🇦Canada RobLoach Earth

Merged! Thanks so much for pushing this forwards.

🇨🇦Canada RobLoach Earth

robloach made their first commit to this issue’s fork.

🇨🇦Canada RobLoach Earth

+1 While I am unable to add Maintainers, I do have the ability to make commits. If you go through the issue queue, and mark some as RBTC, I'm happy to push changes forwards.

🇨🇦Canada RobLoach Earth

What @thony1199 brought up originally is about using a strict Content Security Policy, which can block external network requests. It's best to bring down external libraries, and serve them directly through Drupal.

Whether or not that's the primary concern, it does make sense to remove this library outright. Internet Explorer was retired two years ago on June 15, 2022, and is no longer supported by Drupal. The polyfill is no longer needed.

🇨🇦Canada RobLoach Earth

Thanks a lot for the update here. Really appreciate it.

🇨🇦Canada RobLoach Earth

RobLoach made their first commit to this issue’s fork.

🇨🇦Canada RobLoach Earth

Yes, you'll have to add both cases. The exact string that's passed through the t() function.

🇨🇦Canada RobLoach Earth

Looks like a PHPUnit test is failing.

🇨🇦Canada RobLoach Earth

RobLoach made their first commit to this issue’s fork.

🇨🇦Canada RobLoach Earth

RobLoach created an issue.

🇨🇦Canada RobLoach Earth

RobLoach made their first commit to this issue’s fork.

🇨🇦Canada RobLoach Earth

RobLoach created an issue.

🇨🇦Canada RobLoach Earth

RobLoach created an issue.

🇨🇦Canada RobLoach Earth

RobLoach made their first commit to this issue’s fork.

🇨🇦Canada RobLoach Earth

Technically that's a dupe of this one, check the creation dates :) .... Either way I'm happy to have more eyes on fixing caching.

🇨🇦Canada RobLoach Earth

Updated the patch to the latest in 3.0.x, and removed the list syntax change as it's unrelated.

🇨🇦Canada RobLoach Earth

Found another PHP strict issue. Here's a patch for plain too...

🇨🇦Canada RobLoach Earth

While I understand re-saving the configuration can fix this, one should likely not depend on $this->configuration['swiftmailer'] always being there. With the config not there, this code would be fine in PHP <= 5, but PHP is a bit more strict nowadays. I'd recommend bringing this change in because it will save many other cases where this issue occurs.

Production build 0.71.5 2024