Add missing processOembedEagerLoadFieldHandler ViewsConfigUpdater
Problem/MotivationIn #3192234-239: Apply width and height attributes to allow responsive image tag use loading="lazy", it was identified that we are missing an update for views configuration.Steps to...
View ArticlePostCSS results in CSS that does not comply with our coding standards
Problem/MotivationOur PostCSS results in strangely indented CSS.See core/themes/olivero/css/layout/views.css for example: .view > * { margin-block-end: var(--sp2); } <code> Should be...
View ArticleInvalidPluginDefinitionException: The "ckeditor5_imageUpload"...
Installed and enabled CKEditor 5 (35.1.0) Experimental in Drupal 9.4.8.After changing CKEditor to CKEditor 5 in my existing text formats (e.g. Full html) and trying to save I get "The website...
View ArticleRefactor Olivero's autocomplete-loading-module.pcss.css file
Olivero's autocomplete-loading-module.pcss.css file (https://git.drupalcode.org/project/drupal/-/blob/10.0.x/core/themes/oliv...) should be refactored. When doing thisRemove unneeded IE11 compatibility...
View ArticleProvide a way for users to moderate custom blocks
Currently the content moderation and workflow modules allow site builder to apply a workflow to block types. But there is no moderated view to view those blocks in the workflowTesting StepsEnable...
View ArticleSchema::changeField() has bug when changing regular serial field to big...
Problem/MotivationFrom #3081144: [PP-1] Database primary keys can exceed maximum integer storeable (has actually occurred, in watchdog) becomes it clear that there is a bug with a PostgreSQL backend...
View ArticleDefine missing object properties on non-testing classes for PHP 8.2
Problem/MotivationSome classes has usage of undefined properties which are not fixed in #3274474: Fix 'Access to an undefined property' PHPStan L0 errors because could be caught by tests only (not...
View ArticleUI for publishing/unpublishing block_content blocks
Problem/MotivationIn #2820848: Make BlockContent entities publishable blocks got a publishing status field, but no UI. We should provide a way for users to (un)publish blocks when editing/creating...
View ArticleSet Block Category to Bundle in block_content module
Problem/MotivationCurrently the block_content module sets it's block category to Custom for all block types that are created. It would be helpful if it could use the bundle name as the block category....
View ArticleTemplate suggestions for custom block view modes
Unlike nodes, block entities do not have theme suggestions for view modes on custom block types. This means that if you need to create a template for a block in a specific display mode, then you need...
View ArticleDrupal 10 readiness meeting / 17 October 2022
Meeting will happen in #d10readiness on drupal.slack.com.Hello and welcome to this Drupal 10 readiness meeting! This meeting: ➤ Is for core and contributed project developers as well as people who have...
View ArticleMake BaseFieldOverride inherit internal property from the base field
Problem/MotivationWhen a base field (e.g. entity path) properties are changed (e.g. it is made non-translatable), it's isInternal() method is inherited from FieldConfigBase, so that any computed field...
View ArticleRemove fill from drupal media button
Problem/MotivationWhen fill="black" is set on the SVG it will break darkmode in Gin. Let's remove it as it will fallback anyway to black if it is not set on the path.Steps to reproduceCheck out a...
View ArticleUpdate Nightwatch to latest version (2.3.9)
Problem/MotivationIn 10.x we are currently on Nightwatch 1.7.13 but the latest version is 2.3.4, which was released September 2, 2022.Note:9.5.x is on Nightwatch 1.7.13, which is the latest release on...
View Article[META] Symfony 6.2 compatibility
Problem/MotivationExplore and fix any Symfony 6.2 incompatibilities as it develops. https://symfony.com/releases/6.2 is expected in November 2022, which is the month before Drupal 10 is planned to be...
View ArticleEntityFieldManager::getFieldMap() doesn't show bundle fields
Problem/MotivationI add some bundle specific fields via hook_entity_bundle_field_info as should be controlled in code rather than config, but the entity type belongs to another module. However,...
View ArticleAllow multiple field widgets to not use tabledrag
When fields allow multiple values (other than e.g. checkboxes), the widget is output in a table with tabledrag. This is functional but difficult to style to look consistent with other form elements....
View Article[regression] With Drupal 9.4, can no longer call Database::getConnection()...
Problem/MotivationIn Drupal 9.3, it was possible to do the following within settings.php:$databases['default']['default'] = [ ... ]; Database::setMultipleConnectionInfo($databases); try {...
View Articleupdb error processMultivalueBaseFieldHandler()
Problem/MotivationWhen upgrading from 8.8.0 to 8.9.0 and running drush updb I receive the following error. TypeError: Argument 1 passed to...
View ArticleStarterkit theme roadmap
New starterkit theme generator has been added as an experimental new tool in core. The starterkit theme generator allows developers to create a starting point for their theme. The generated theme has...
View Article