Logic for determining which security releases should be considered if site...
Problem/Motivationworking on #3100110: Convert update_calculate_project_update_status() into a classI realized this logic in update_calculate_project_update_status() is untested: // If we're running a...
View ArticleLayoutBuilderIsActiveCacheContext not providing correct context value.
Problem/Motivationlayout_builder_is_active cache context implemented in \Drupal\layout_builder\Cache\LayoutBuilderIsActiveCacheContext does not seem to be providing the correct cache context value - it...
View ArticleUpdate jquery ui to 1.13.0
New release of jquery ui: https://blog.jqueryui.com/2021/10/jquery-ui-1-13-0-released/
View ArticleAdd support for <current> to the LinkWidget UI
Problem/Motivation#2698057: Add support for <nolink> and <none> to the LinkWidget UI added support for using and as LinkWidget UI input, but postponed the support for due cache side...
View ArticleDefault value for link text is not saved
Problem/MotivationThe default value for "link text" is not being saved.Steps to reproduceAdd a link field to a content type. The link field is configured with "Allowed link text" set to be required....
View ArticleRoutes fail validation in link field widgets
You can add routes to a link field by using route:{$route_name}. However, if you save an entity with a link field that has a route and attempt to edit and re-save the node or menu item without changing...
View ArticleDo not strip www. from cookie domain by default because that leaks session...
Problem/MotivationIn #56357: Login issues with multiple sites in the same domain (session cookie collision) while fixing various session cookie problems, code was added that strips a leading www. from...
View ArticleEmpty strings ("") passed in as contextual filter argument...
If an empty string ("") is passed in as contextual filter argument, it isn't considered a missing argument but is filtered against.This was raised before in #2815863: Contextual filter values of ""...
View Articleclass align-center for Media Library does not works well
Inside the CSS file "core/modules/system/css/components/align.module.css" replace :.align-center { display: block; margin-right: auto; margin-left: auto; } with :.align-center { display: flex;...
View ArticleMigration did not meet the requirements when using cache.backend.null
Problem/MotivationIf you are getting Migration X did not meet the requirements. Missing migrations Y. requirements: Y. error message and NOT using cache.backend.null use #2797505: Migrations fail due...
View ArticleEntityContextDefinition defaults to non-existent data type...
Problem/MotivationSome tests for a contrib module I maintain began failing on 9.3.x after the commit for this issue: #3194768: The plugin system should only consider NULL context values to be empty to...
View ArticleBook navigation cannot be moved/removed on node display
Problem/MotivationThe book content type does not have any way to remove or reorder the placement of the book navigation.Proposed resolutionImplement hook_entity_extra_field_info() to declare the book...
View ArticleUpdate the usage part in core/scripts/update-countries.sh
In accordance with the announcement on May 1997 that the Republic of Zaire had changed its name, the new name, the Democratic Republic of the Congo. Changing the name congo-kinshasa to new name...
View ArticleHow to customise caption defaults?
Are there any hooks or other techniques I can use to change the way captions are handled when a user inserts a media item from the Media Library into ckeditor?I'd like to make two changes:1. Assign...
View ArticleModule names on the Available Updates page are double-escaped
Try, for example, with https://www.drupal.org/project/entityreference_dragdrop, whose info.yml file says:name: Entity Reference Drag & Drop As for tests, I can see a theme whose name contains...
View ArticleIndicate the non-stable statuses in admin/modules page
Problem/MotivationWhen #3124762: Add 'lifecycle' key to .info.yml files is committed, we will have three new non-stable module states. At present there is a visual affordance to experimental modules at...
View Article[D7 PHP 8.1] check_plain(): Passing null to parameter #1 check_plain()...
Problem/MotivationFollow-up from #3224299-40: [META] Make Drupal 7 core compatible with PHP 8.1I'm seeing this on ctools ATM, in the midst of tracking it down but thought I'd askexception: [Deprecated]...
View ArticleAdd checkRequirements to the source plugin test MigrateSqlSourceTestBase
This came up in #3081123: Add checkrequirements to VariableTranslation source plugin Comment #5. MigrateSqlSourceTestBase tests the rows returned by a source plugin it does not currently test the...
View ArticleAllow entity labels to be configurable for stubs
Is there a way currently to "tell" Migrate what to stub as an entity label instead of randomly generating a string?When running large migrations (from disparate sources, not just one-and-done Drupal...
View Article