πŸ‡ΊπŸ‡ΈUnited States @Arlina

Account created on 4 December 2010, almost 14 years ago
#

Merge Requests

Recent comments

πŸ‡ΊπŸ‡ΈUnited States Arlina

Arlina β†’ made their first commit to this issue’s fork.

πŸ‡ΊπŸ‡ΈUnited States Arlina

In #13: created a PR from patch #11, and it also adds caching to the getRouteResourceTypes() method, as that was causing memory issues on sites with a large number of menus.

πŸ‡ΊπŸ‡ΈUnited States Arlina

Arlina β†’ made their first commit to this issue’s fork.

πŸ‡ΊπŸ‡ΈUnited States Arlina

Posted PR, needs review. :)

πŸ‡ΊπŸ‡ΈUnited States Arlina

Arlina β†’ created an issue.

πŸ‡ΊπŸ‡ΈUnited States Arlina

Thanks for taking a look @vensires! I just uploaded the code yesterday so I'm happy it's getting some views. To answer, yes, this is a port of a custom D7 module (not using retrofit) so I'm still refining it. So far I've been developing against D9, but I'll be running it through a deprecation checker to make sure it's fully D10 compatible.
I'm working on this for a couple of clients so I expect to have an alpha release in next couple of weeks. I'll make sure to incorporate your observations and hope to get more feedback in the future. Cheers!

πŸ‡ΊπŸ‡ΈUnited States Arlina

Submitted a merge request that updates the variable name from AH_PENDO_KEY to PENDO_KEY.

πŸ‡ΊπŸ‡ΈUnited States Arlina

Arlina β†’ created an issue.

πŸ‡ΊπŸ‡ΈUnited States Arlina

Here's a patch for 9.0.x that provides an extensible way to support other field types. It adds two new hooks:

  • hook_search_api_attachments_get_file_fields(): determine if a given field is of interest to search_api_attachments (make it selectable in the search index "add fields" configuration).
  • hook_search_api_attachments_add_field_values(): allows modules to add file entity IDs to the search index, given a field type, field name, and entity.

In my scenario, I had a custom field that extended a field reference field, and the code needed to make it work with search_api_attachments is essentially what was added in the hooks description under search_api_attachments.api.php.

πŸ‡ΊπŸ‡ΈUnited States Arlina

Created a PR that provides views integration for the Akismet table, as well as relationships to the node and comment entities.
PR was made against current 2.x but since the table structure is the same for 8.x-1.x, it would work for that version as well.

πŸ‡ΊπŸ‡ΈUnited States Arlina

Updating version to create branch under 2.x.

πŸ‡ΊπŸ‡ΈUnited States Arlina

Arlina β†’ made their first commit to this issue’s fork.

πŸ‡ΊπŸ‡ΈUnited States Arlina

Patch #2 works for 2.0.0. Thanks!

πŸ‡ΊπŸ‡ΈUnited States Arlina

Here's a back-port patch that applies to Drupal 9.5.2, if it's useful to anyone: 956186-175-for-D9.patch β†’

πŸ‡ΊπŸ‡ΈUnited States Arlina

The core referenced issue does not have a working patch (that I could find at least). Until it gets fixed, maybe this module can remove the display extender on the uninstall hook - that's how metatag_views is doing it as well.
Here's a patch that works against 2.0.0.

Production build 0.71.5 2024