๐Ÿ‡บ๐Ÿ‡ธUnited States @davisben

NH
Account created on 5 March 2011, about 14 years ago
#

Merge Requests

More

Recent comments

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

Thanks for all your work on this!

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

I think a counter makes sense.

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

I rebased against 3.x and did a quick review. The changes look good, but I don't have any expiring credentials set up to test with. If someone can confirm this works as intended, I'll get it committed.

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

davisben โ†’ made their first commit to this issueโ€™s fork.

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

I converted the most recent patch to a MR and fixed a bug with default config overwriting values that are already set.

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

This seems like a good idea. I just took a quick look and need to go through it in more detail, but I think we can probably implement \Drupal\Core\Queue\DelayableQueueInterface and use that to handle the delaying of queue items.

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

Sure does. I just cherry picked it to 3.x. Thanks!

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

Thanks! This has been committed.

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

I just tagged 3.1.0.

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

Patch doesn't apply to the latest dev. Here's a reroll.

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

I ran ran into this issue also. I got it working by checking if a pass-reset-token query parameter exists, and if so, ignore any configured destinations. This is almost certainly not a fix that covers all use cases, but I'm posting the patch in case it's helpful to anyone else.

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

This should be fixed now. If a profile was created before Encrypt was enabled, the encryption_profile would be set to null instead of _none. I added an update hook to update any existing profiles.

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

Could you check your config to see what value you have for encryption_profile? If that is set to the default value of "_none", encryption should already be skipped.

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

Looks good to me. Thanks for this!

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

davisben โ†’ made their first commit to this issueโ€™s fork.

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

Sorry for the delay on this!

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

davisben โ†’ made their first commit to this issueโ€™s fork.

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

Good catch. Thanks for the MR!

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

Merged.

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

davisben โ†’ created an issue.

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

I took a different approach by implementing hook_queue_info_alter() to remove the mail queue from cron when it's not enabled. Could you give this a test and see if it works as you expect it to?

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

davisben โ†’ changed the visibility of the branch 3417090 to hidden.

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

davisben โ†’ made their first commit to this issueโ€™s fork.

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH
๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

davisben โ†’ created an issue.

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

Looks like we'll need to add an implement format() for the mailer. Currently, we just use the default implementation, which doesn't appear to support HTML. As a workaround in the meantime, you can use a different formatter the does support HTML, like the Webform PHP mailer.

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

I made some changes so it plays nice with Webform, or any other module that sets a from address. Could you give it another test?

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

davisben โ†’ made their first commit to this issueโ€™s fork.

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

Thanks for confirming! I'll fix the tests and get it committed.

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

I think this should do it. Give it a try and see if it meets your needs.

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

This has been merged. Thanks!

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

I'm having trouble trying to reproduce this. Here are a few things to check:

  • Confirm you have an AWS profile configured, and that it has the proper permissions.
  • Do you also get on error on the Statistics page?
  • Are there any messages in the logs with additional info?
๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

That isn't currently an option, but it should be fairly easy to add.

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

Looks good, thanks!

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

The patch in #4 is working well for me, but the paths should be relative to the theme so it can be applied with composer. Here is a patch with updated paths.

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

I addressed the concerns in #4, and rebased against 2.0.x.

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

davisben โ†’ created an issue.

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

Thanks, it looks good to me. Merged!

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

Thanks for the links! I'd like ot keep this module fairly simple, but I'll take a look and see what might be a good fit to move over.

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

Thanks for the MR! I've been wanting to do this. I'll give it a review in the next day or so.

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

I added a readme file with this info, and also added it to the project page.

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

Thanks for the report! This code was built around the old TXT record verification, so it is in need of updating to support DKIM.

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

I'm also seeing this with Gin. It looks like it was introduced in โœจ Tabbing order does not satisfy 508 accessibility requirements Needs review . I'm not sure if the fix should happen here or in Gin.

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

I'm running into the same error. It is happening with the Group module enabled, because Group uses hyphens in bundles.

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

Thanks for the suggestion!

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

I agree, this is a good idea. I'll compile a list and add it to the docs.

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

davisben โ†’ made their first commit to this issueโ€™s fork.

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

Good catch! That has also been updated now.

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

I'll be working on this.

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

davisben โ†’ made their first commit to this issueโ€™s fork.

๐Ÿ‡บ๐Ÿ‡ธUnited States davisben NH

Makes sense. Since it's breaking, I'm going to start a 3.0.x branch.

Production build 0.71.5 2024