Add a Title Formatter
Problem/MotivationSplit out from #3033301: Add formatters and other mechanisms as alternative to base fields directly in entity templates.Steps to Add/select title formatter : - Go to any entity like...
View ArticleUmami install errors,...
Problem/MotivationUmami demo on fresh install 8.9.7 and 9.0.7 got logs system events warning - The "extra_field_block:node:recipe:content_moderation_control" was not found.Here's the output from my...
View ArticleX-CSRF-Token request header is missing - 403 forbidden error - REST API
Problem/MotivationWe have an App using simple_oath with Bearer tokens to authentication method. While using the custom login API using POST method, we started getting "X-CSRF-Token request header is...
View ArticleExceptions in batch no longer are shown on the page when Javascript is disabled
Problem/MotivationDiscovered while working on #3253158: Add Alpha level Experimental Automatic Updates module. We have functional tests for our updates via the form that use the batch system. We test...
View ArticleDon't hide permissions local tasks on bundles when no permissions are...
Problem/MotivationEntityPermissionsRouteProviderWithCheck has significant performance overhead when checking menu link access.Follow-up from #3344789: Return early in EntityPermissionsForm::access if...
View ArticleExternal application is redirected to frontpage in maintenance mode
Problem/MotivationWhen authorized headless consumer requests the site in maintenance mode, he gets 302 code instead of 503. Generally if it follows redirect it gets 503, but if homepage is forbidden...
View ArticleSecurity review of secure signing components for package manager
Problem/MotivationA security audit of the key components of the package signing infrastructure is a requirement before package manager can be committed as alpha. The most essential non-Drupal...
View ArticleAdd php-tuf/composer-stager to core dependencies and governance — for...
Problem/MotivationThe package_manager module that will be added to Drupal core for both https://www.drupal.org/project/automatic_updates and https://www.drupal.org/project/project_browser has a...
View Article[policy] Add php-tuf/php-tuf to core governance — for experimental Automatic...
Problem/MotivationThis is a similar issue as #3331078: Add php-tuf/composer-stager to core dependencies and governance — for experimental Automatic Updates & Project Browser modules but for the...
View ArticleAdd php-tuf/composer-integration to core dependencies and governance — for...
Problem/MotivationThis is a similar issue as #3331078: Add php-tuf/composer-stager to core dependencies and governance — for experimental Automatic Updates & Project Browser modules but for the...
View ArticleDrupal Core Roadmap for Automatic Updates
Core Alpha Experimental blockers for Package ManagerThese issues block #3346707: Add Alpha level Experimental Package Manager module.Dependencies⚠️ core issue⚠️#3331078: Add php-tuf/composer-stager to...
View ArticleReplace "Expose all fields as blocks to Layout Builder"...
Problem/MotivationTo get around all the UX issues identified in #3431164: [meta] Improve the "Expose all fields as blocks to Layout Builder" feature with this configuration page, we can instead use a...
View ArticleEmpty highlighted region returns whitespace which will always evaluate to...
Reproduce: Fresh install of rc4 and inspect the highlighted region with Bartik as the default theme. Expected:No output from Classy's region.html.twigActual:An empty region wrapper.Classy's...
View ArticleWarnings on Umami install
Problem/MotivationLots of warnings like the following when installing Umami. [warning] The "field_block:node:recipe:field_tags" block plugin was not found [warning] The...
View ArticleFieldPluginBase::renderAsLink() loses language prefix for tokenized paths
Problem/MotivationAdd a field to a View where you can type in a path and render it as a link, and then type in a path that includes token (e.g., {{nid}}). Or, import the views.view.test_dropbutton.yml...
View ArticleD7 backport: Prevent the use of placeholders that cannot be converted into...
Problem/MotivationD7 would benefit from a backport of https://www.drupal.org/project/drupal/issues/2481349Steps to reproduceProposed resolutionRemaining tasksUser interface changesIntroduced...
View ArticlePHP fatal error on content_translation UnTranslated.php
Database Update from 10.1 to 10.3 fails with: [notice] Update started: views_post_update_pager_heading > PHP Fatal error: Access level to...
View ArticleHave Views' taxonomy term filters use UUIDs instead of entity IDs
Problem/MotivationIt is not reliable to deploy configuration of Views that reference taxonomy terms when the local site and production site are not exactly matching because they reference the Term ID...
View ArticleNew non translatable field on translatable content throws error
Problem/MotivationEven when access is denied to a widget, the value submitted propagates to the entity built from the sum of widgets.Steps to reproduceEnable at least content translation and content...
View ArticleAllow #type 'button' that aren't form submits
Problem/MotivationAs per this very old forum discussion, creating form element buttons with a type of anything other than type="submit" is not possible - type="submit" is hard-coded.Steps to...
View Article