Revisit box shadow on buttons/dropbuttons
Problem/MotivationI'm open to the possibility others may disagree with this, but I'd like to have it discussed in an issue. I've found that the box-shadow on buttons/dropbuttons look good in the Figma...
View ArticleMethod getMockForAbstractClass() is deprecated - replace in class...
Problem/MotivationMethod getMockForAbstractClass() of class PHPUnit\Framework\TestCase is deprecated in PHPUnit 10.Some uses were removed as part of #3217904: [meta] Support PHPUnit 10 in Drupal 11,...
View ArticleSetting to open external links in new window or tab
Problem/MotivationWould like to open external link on a Link field in a new tab or window.Proposed resolutionAdd an option to open external links in a new window or tab (_blank)Remaining tasksCreate...
View ArticleURL is not trimmed when there is a space at the end of it
Problem/MotivationI have an entity with a "Link" field. This field is shown in a form with "Link (with attributes)" widget. If I try to create a new entity, or update an existing one, and in this field...
View ArticleSupport multiple implementations for hook_field_widget_third_party_settings_form
Problem/MotivationSince the flood gates are open for multiple implementations of the same hook in the same modules, the hook field_widget_third_party_settings_form doesn't support that since it expects...
View ArticleCKE5 validator false negative on wildcard elements ("the following...
Problem/MotivationWhen adding the "elements" to a CKE5 plugin definition, you might want to use a wildcard to, for example, whitelist a set of classes on all HTML elements:my_plugin: ckeditor5:...
View ArticleAbility to edit content in Live while it’s also being edited in other workspaces
Problem/MotivationCurrently if a node has been edited in a non-live workspace, it cannot be edited in live.If you go to the edit form, you see the following message:The content is being edited in the...
View Articleeditor_post_update_sanitize_image_upload_settings fails on missing text format
When updating from Drupal 10.2.7 to Drupal 10.3.1, I get following after drush updb:>[notice] Update started: editor_post_update_sanitize_image_upload_settings > [error] Error: Call to a member...
View ArticleProcess translation config files for custom modules
Problem/MotivationIt's possible to define a custom content type by placing necessary files into a custom module's directory structure under config/[install | optional]. One might also want that content...
View ArticleFile formatter render absolute url to file
Problem/MotivationCurrently, file and image field's field formatter doesn't have support to render/display absolute URL.ImageUrlFormatter and UrlPlainFormatter classes doesn't have flexibility to...
View ArticleMake the menu shown in the administration menu tray configurable
Beta phase evaluationReference: https://www.drupal.org/core/beta-changesIssue categoryFeature because it enables a new possibility: it's necessary for contrib/custom modules to use a different menu as...
View ArticleAdd a core FileCache implementation that is database-backed
Problem/MotivationSee notes in #3478621: Add filecache to OOP hook attribute parsing.apcu isn't shared between cli and web processes, nor is it shared between cli processes - therefore whenever YAML...
View ArticleReplace abandoned, not working with latest stylelint,...
Problem/MotivationBah, we can't update stylelint because of stylelint-formatter-gitlab: https://gitlab.com/leon0399/stylelint-formatter-gitlab/-/issues/3@longwave in #3439522-16: Update JavaScript...
View ArticleAdjust how Help link and Content links are removed from the Administration...
Problem/MotivationThe majority of the Administration menu (/admin/structure/menu/manage/admin) is displayed via the admin NavigationBlock plugin. There are two parts of the Administration menu that we...
View ArticleMake it possible to install dependent modules when installing theme
Problem/MotivationIt became possible to have themes depend on modules in #474684: Allow themes to declare dependencies on modules. In this implementation, the dependee-modules must be enabled in...
View ArticleUpdate stylelint* to latest releases
Problem/MotivationUpdate all stylelint-related JavaScript dependencies to their latest releases.Priority Critical, since it parent was deemed CriticalSteps to reproduce$ yarn...
View Article\Drupal::VERSION on 11.x not correct
Problem/MotivationThe \Drupal::VERSION on 11.x is 11.0-dev whereas on 11.1.x the version is 11.1.0-dev. This means a module that declares itself incompatible with 11.1 can be installed on 11.x which I...
View ArticleUpdate cspell to latest
Problem/MotivationThe version bump for cspell from 8.13.0 => 8.16.0 isn't that big, but since it will end up with a changed dictionary.txt, I'm creating a child issue for it, which is this very...
View ArticleAdd playsinline option to Video media file formatter
Problem/MotivationCurrently there is no way to add the playsinline attribute on <video> elements being output by the new Drupal code Media module. The playsinline attribute is required for...
View Articlepackage_manager kernel tests are slow
Problem/MotivationSee https://git.drupalcode.org/project/drupal/-/jobs/3373087Drupal\Tests\package_manager\Kernel\SupportedReleaseValidato 10 passes 190s...
View Article