NH, USA
Account created on 25 January 2007, over 18 years ago
#

Merge Requests

More

Recent comments

🇺🇸United States damienmckenna NH, USA

@mgifford: That's amazing work, thanks to everyone involved!

Should we list all of the accessibility tasks under one priority category, or list them individually based upon their individual importance?

🇺🇸United States damienmckenna NH, USA

I think this should go into a minor release, given that it will bump the requirements to 10.3.

🇺🇸United States damienmckenna NH, USA

Using this module with patch #7, I am noticing on our site, when a user adds a product to their cart, it generates separate status messages for all the products in the cart, including products that were already in the cart and not added in that request, so that the user sees multiple status messages on the screen, only one of which is true/relevant.

It might be worth adding a separate issue about this.

🇺🇸United States damienmckenna NH, USA

Is this what you were thinking of? I can turn it into a merge request if it's correct.

🇺🇸United States damienmckenna NH, USA

LGTM - making the form logic generic will only help in the long run.

🇺🇸United States damienmckenna NH, USA

Did you forget to post code along with this?

🇺🇸United States damienmckenna NH, USA

FYI because the module's composer constraints allow individual site maintainers to upgrade their site to a secure version of the dependency (enshrined/svg-sanitize) it fits within the jurisdiction of PSA-2011-002 so no advisory is needed for this. That said, I've tagged this as a "security improvement" as it is important to encourage site owners to upgrade, and many won't until their modules require it.

🇺🇸United States damienmckenna NH, USA

Bumping the priority of this as it could lead to problems for the site.

🇺🇸United States damienmckenna NH, USA

This problem was fixed in 1.0.1.

🇺🇸United States damienmckenna NH, USA

@fishfree: That would be a feature request as the original intent was to support the form.

🇺🇸United States damienmckenna NH, USA

Drupal 9 is no longer supported, so this is no longer an issue.

🇺🇸United States damienmckenna NH, USA

Please see if 🐛 UTF-8 character handling in meta tag tidy() Active helps with this issue.

🇺🇸United States damienmckenna NH, USA

Thank you for the additional fixes!

🇺🇸United States damienmckenna NH, USA

Do you have an example of a token that triggers the problem?

🇺🇸United States damienmckenna NH, USA

The current test failure is that old MetatagViewsTokenTest failure.

🇺🇸United States damienmckenna NH, USA

FYI there's a related issue where the number of files is different to the number of records: Provide indication if file count is different to expected Active

🇺🇸United States damienmckenna NH, USA

Adding the appropriate tag.

🇺🇸United States damienmckenna NH, USA

This needs to be turned into a merge request so we can see how the tests are affected.

🇺🇸United States damienmckenna NH, USA

I wonder if we should move this to the Token module?

🇺🇸United States damienmckenna NH, USA

The field test failure stems from https://www.drupal.org/node/3386762 .

🇺🇸United States damienmckenna NH, USA

How about one of these approaches? (created as patches as it's easier to review them individually before going through the effort to create a MR)

Note: I haven't tested them yet, I need to have a meeting for a bit but will follow up afterwards.

🇺🇸United States damienmckenna NH, USA

damienmckenna created an issue.

🇺🇸United States damienmckenna NH, USA

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

🇺🇸United States damienmckenna NH, USA

Out of interest have you done any debugging to see why $string isn't a string in the first place? We might need to extend the API to force it to be a string.

🇺🇸United States damienmckenna NH, USA

This will bump the module to require 10.3 or newer..

🇺🇸United States damienmckenna NH, USA

I updated the MR with a minor change from bmelvin1 that has been running on a production site since November '24; the main difference is that it extends FieldTargetBase instead of Number.

🇺🇸United States damienmckenna NH, USA

I think it might be worthwhile to rename the existing atk_sitemap.spec.js file to atk_xmlsitemap.spec.js, just to separate them.

🇺🇸United States damienmckenna NH, USA

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

🇺🇸United States damienmckenna NH, USA

Out of interest why was the attribute name "fallback" used rather than e.g. "default_value" or just "default", a naming convention used in other subsystems?

🇺🇸United States damienmckenna NH, USA

Ah yes, thank you - 📌 Avoid incorrect and unecessary menu_link_content entity saving Active .

So is the thumbnail fix all that this issue needs to be responsible for?

🇺🇸United States damienmckenna NH, USA

The error in the output for TokenMenuUiContentModerationTest is:

Drupal\Core\Entity\EntityStorageException: An existing default revision of the 'menu_link_content' entity type can not be changed to a non-default revision. in Drupal\Core\Entity\Sql\SqlContentEntityStorage->save() (line 815 of core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php).

🇺🇸United States damienmckenna NH, USA

The MR fixes the issue with the thumbnail generation, but there are still errors in TokenMenuUiContentModerationTest.

🇺🇸United States damienmckenna NH, USA

MR created.

🇺🇸United States damienmckenna NH, USA

damienmckenna created an issue.

🇺🇸United States damienmckenna NH, USA

A fixed patch, after some local testing.

🇺🇸United States damienmckenna NH, USA

How about "$fieldname-wordcount"?

🇺🇸United States damienmckenna NH, USA

The Smart Trim has some token logic that could be repurposed to handle what we need.

🇺🇸United States damienmckenna NH, USA

It has been a while, should Chris be given comaintainership if he's still interested?

🇺🇸United States damienmckenna NH, USA

The test are failing for other reasons, see 📌 Fix automated test failures Active .

🇺🇸United States damienmckenna NH, USA

The info.yml change doesn't make sense - "search_api" is a module from the "search_api" package, so the definition was already correct.

🇺🇸United States damienmckenna NH, USA

There's an existing issue for this problem with an RTBC patch: 🐛 The configuration property processor_id doesn't exist Active

🇺🇸United States damienmckenna NH, USA

There's an existing issue for this, please help with it: 🐛 Views filter schema Active

🇺🇸United States damienmckenna NH, USA

There's an existing issue for this: 🐛 Config schema fix Active

🇺🇸United States damienmckenna NH, USA

Following on from karens' comment #4 above, we should have some logic to handle scenarios where 'breadcrumb' is output without a "@type" value and add it. I'm just not sure if that should be in the main module or a submodule - could we add some extra validation in SchemaWebPageBreadcrumb to indicate that the "@type" value must be set?

🇺🇸United States damienmckenna NH, USA

I created the merge request with help from jedihe!

This will need some test coverage to make sure it works as expected and doesn't break in the future.

Production build 0.71.5 2024