Allow raw vid to be sorted in views
Problem/MotivationIn some cases I've wanted to sort on the vocabulary machine name. When the `vid` was added, the sort option was manually unset, perhaps because it's not possible to sort on the...
View ArticleQuote consistency in .info.yml files for Core modules
Problem/MotivationWhile evaluating and researching core modules, it was noticed that are a few inconsistencies in .info.yml files, specifically, the use of single and double quotes around titles and...
View ArticleAdd "edit blocks" and "create blocks" permissions
Problem/MotivationThis issue follows up on the discussion in #1975064: Add more granular block permissionsCustom blocks can be created as structural page elements and content editors might need to edit...
View ArticleConfiguration entity reference field relationship throws error.
In Drupal 8, now we can create entity reference fields for configurations such as blocks. I created an entity field and selected "block" for entity type. When i reference a block, it is visible in the...
View ArticleOverride alt text per reference for image media items
Problem/MotivationWhen reusing the same image in different places, the alt text of the image might be different for each use. Since images could contain a lot of elements, you might want to describe...
View ArticlePharExtensionInterceptor is incompatible with GeoIP
Child issue of https://www.drupal.org/project/drupal/issues/3026443\Drupal\Core\Security\PharExtensionInterceptor is incompatible with GeoIP and other libraries that use phar aliases or...
View ArticleInvalidArgumentException when adding reference field without Media type
Problem/MotivationRight after installing Media and Media library modules, adding a Media field to some entity type fails as there's no media type to select. See also: #3033652: Be more helpful if...
View ArticleItems selected from the media library cannot be reordered by weight
Problem/MotivationIf you set up a media reference field with the Media Library module installed, and select some items, you will not be able to reorder them with the controls hidden behind the "show...
View ArticleUnpublished media entity can not be accessed by owner and update any...
Problem/MotivationUnpublished media can not be viewed by owner.I have just noticed that a Media entity in unpublished state can not be viewed by the owner which is weird. The only exception is when the...
View ArticleAdd a composer scaffolding plugin to core
Problem/MotivationIn order to support the build process with composer, we'll need a plugin that is capable of deploying the various scaffold files and directories that exist in the drupal git...
View ArticleDrupal.ajax does not guarantee that "add new JS file to page"...
Problem/MotivationIt is impossible to load additional JS libraries in an Ajax response and then call that code through Ajax commands, because Drupal.ajax does not guarantee that the JS library will...
View ArticleRenderer: deprecate mergeBubbleableMetadata() and addCacheableDependency()
Problem/MotivationThis is a side issue spun off from https://www.drupal.org/node/2834982#comment-12074099EntityForm::buildForm() has a overcomplicated and undeclared dependency on the renderer...
View ArticleFix: Warning: html_entity_decode() expects parameter 1 to be string, array...
SymptomViews produces loads of following errors:html_entity_decode() expects parameter 1 to be string, array given in decode_entities().CauseIn some cases views arguments are arrays not...
View ArticleExposed forms in a block are not currently updated when Ajax filtering is...
Currently when using a view with an exposed form in a block with Ajax enabled the form itself is not updated. This mostly has no issues due to the fact that the form for the most part will remain...
View Article[PP-1] Whitelist phar files encountered to avoid too frequent debug_backtrace()
Currently it seems that debug_backtrace() is called again and again whenever a new file is included from a phar:// file.However it should be sufficient to whitelist the path to the phar file once and...
View ArticleExport configuration YAML strings as multiline
Problem/MotivationSome configuration values are multiline (mails, system.maintenance & etc) but their export contains "\r\n" to split lines. That makes configuration merging hard for such strings...
View Article