Error: Unsupported operand types in form_builder() (line 1816 of...
After updating core from 7.61 to 7.64 this began to occur on Drupal Commerce checkout: Error: Unsupported operand types in form_builder() (line 1816 of (...)/includes/form.inc).I checked the form.inc...
View ArticleImplement changes required to remove support for PHP 5.5 and 5.6
Problem/Motivation#2842431: [policy] Remove PHP 5.5, 5.6 support in Drupal 8.7 outlined the policy for dropping support for PHP 5.5 and 5.6, but there are some details that were never implemented as...
View ArticleImplement a tamper-proof hash for the media library state
Problem/MotivationFrom #2983179-16: [META] Implement stricter access checking for the media library:Right now, the media library depends on a state value object derived from URL query parameters. Users...
View ArticleCheckbox issues after error validation
It will be rather hard to reproduce this error (as for me it required custom constraint on Stores on Product add/edit page in Drupal commerce). Easiest way to see exactly same markup as I did, would be...
View Articledate time range views aggregation
When activating aggregation in views, datetime range fields are no longer rendered. I cannot find the datetime range module in the component list when creating issues, so I assumed this is part of the...
View ArticleSupport enclosure field in Views RssFields row plugin
Problem/MotivationThe RSS format has the <enclosure> tag for "attaching" media to an item. It is typically used for the main image of an article or the audio file of a podcast issue.Views has an...
View ArticleMake remote videos responsive
I was just trying out the remote video media type and i'm struggling to see how I can make this responsive for different device widths.So when you add a remote video and then display it as the rendered...
View ArticleExpose workflow states and status as selects in /content
It has been reported that it is quite difficult to determine, much less change, the current status and workflow state of a revision.If we were to expose these in /content as selects, managing revisions...
View ArticleInvestigate using hook_entity_form_display_alter instead of layout builders...
Problem/MotivationWhile reviewing #3032287: Add the content moderation state widget to the layout builder entity form., @amateescu pointed out that the custom hook being implemented,...
View ArticleRandom fail when the Mink triggers an error
Problem/MotivationFollow #3030902: Random fail in EntityReferenceAdminTest there are more random test failure.vendor/behat/mink/src/Selector/NamedSelector.php: triggers error 'Passing an escaped...
View ArticleUmami's logo doesn't have sufficient a11y contrast
Problem/MotivationUmami's logo contains a text string: "FOOD MAGAZINE". The font size is approx 15.5px, and has the color #ff6138The contrast ratio is currently 2.99:1For AA level (font-weight regular...
View Article[DISCUSSION] How to deprecate access checks?
Problem/MotivationPer #2914486-119: Add granular permissions to the Layout Builder:+++ b/core/modules/layout_builder/src/Access/LayoutSectionAccessCheck.php @@ -27,6 +27,7 @@ class...
View ArticleMake the show/hide row weights button more informative for assistive tech users.
Spin-off from #2988431: [Meta] Accessibility plan for Media Library Widget.Problem/MotivationAfter clicking the hide/show weights link I am not sure what happened.This was noted in testing of the...
View Articleh4 in template_preprocess_field_multiple_value is not valid as child of th
API page: https://api.drupal.org/api/drupal/core%21includes%21theme.inc/function/t...In forms using re-orderable multiple value field, an <h4> with .label is used as a child of a <th>,...
View ArticleRemove link to media item from media library view.
Problem/MotivationSpin-off from #2988431: [Meta] Accessibility plan for Media Library Widget:The grid view contains a link you can't click.Currently, when using the media library widget, the grid...
View ArticlePager rel attributes
Here's a very simple patch... I noticed that the default pager's links were missing rel attributes, which can be useful if you happened to have become addicted to some Site Navigator browser...
View ArticleAdding rel="next" and rel="prev" metatags to paginated...
Is there an existing solution to add the rel="next" and link rel="prev" to paginated views? It seems to be a best practice suggested by Google for indexing. I have looked around and cannot find a...
View ArticleStringFormatter generates links in wrong language when linking to entity
Problem/MotivationWhen using the Link to entity feature of the StringFormatter on a translated entity the generated link points to the entity in its original language, not in the entity language if the...
View Article