\Drupal\field\FieldStorageConfigStorage::mapFromStorageRecords() can fail...
Problem/MotivationWhen $class in \Drupal\field\FieldStorageConfigStorage::mapFromStorageRecords() does not exist the system breaks with a hard to decipher error.Proposed resolutionImprove what happens...
View ArticleWarn users of PHP 5.5 and recommend PHP 7
Problem/MotivationPHP 5.5 will be quite soon out of security support, see https://secure.php.net/supported-versions.phpProposed resolutionWarn users of php 5.5, so we can remove support for it in a...
View ArticleIncorrect order and duplicate theme hook suggestions
Just by turning on twig debug and looking at theme suggestions, you can see for the main menu (and any corresponding menu like footer) that there is a duplicate theme suggestion and at the most...
View ArticleRemove delete link from Manage moderation settings page
Problem/MotivationOn for the "Manage moderation" page (for example /admin/structure/types/manage/article/moderation) there is a delete link, this link deletes the bundle. It shouldn't be there.Proposed...
View ArticleImprove installation language requirement descriptions and offline detection
Problem/MotivationIn #1887046: Convert drupal_http_request usage in install.core.inc to Guzzle. (#31) the language requirement error description caused confusion. A website which could not connect to...
View Article$build['#attributes'] added in hook_entity_view_alter() are not...
Updated: Comment #0Problem/MotivationEdit module adds needed attributes in edit_entity_view_alter() but default view builder does not provide a wrapper element to attach this attributes so JS throws...
View ArticleCustom block views don't use the block template
Problem/MotivationWhen I display a custom block using the block layout configuration the block prints using the block.html.twig template however if I have a custom block view each row is just the...
View ArticleViews throws 'SQLSTATE[42S02]: Base table or view not found' due to...
Dears, I am trying to use contextual filters with relationships and have the error below (with the relationships):SQLSTATE[42S02]: Base table or view not found: 1146 Table...
View ArticleViews query parameters for sorting does not work
It seems that views query parameters through the URL does not result in them being passed on to the query.I have narrowed it down to the difference between $view->exposed_data and...
View ArticleRemove HTML from EntityResource validation 422 exception message
Problem/MotivationQuoting @dawehner from #2813755-13: JSON responses encoded inconsistently: make them all RFC4627-compliant: One question though I'd ask in general, shouldn't we strip of HTML out of...
View ArticleREST 403 responses don't tell the user *why* access is not granted:...
Problem/Motivation#2772413: REST GET fails on entity/taxonomy_vocabulary/{id} 403 Forbidden with error uncovered that it can be very difficult even for a Drupal expert to figure out why you're getting...
View Article\Drupal\hal\Normalizer\ContentEntityNormalizer::denormalize() fails with...
Discovered while working on #2737719-114: EntityResource: Provide comprehensive test coverage: for every entity type, every format, every method.The default entity (de)normalizer...
View ArticleUsers do not understand "Lorem Ipsum" under Color Scheme preview
Currently in the Appearance section of Bartik, a live preview of a chosen color scheme is displayed as an image. This section uses Latin placeholder text, "Lorem ipsum . . . ." The problem is getting...
View ArticleFix spelling errors in Drupal core comments
Typos: statc, Contructs, optioanl, correclty, Snice, sttings, moncerus, file_save_htacess(), thre, perfoming, glueing, meothd, vlaue.- // internal statc caching of FileCache is used and thus avoids...
View ArticleUpdate to Twig 2.0.0
Problem/MotivationUpdate to Twig 2.0 is released. Twig 2 requires PHP 7.Proposed resolutionUpdate it. Create a abstraction layer for twig 1 and 2. Revert changes to composer.lock and update twig to...
View ArticleUse more specific entity.manager services in .services.yml files
Problem/MotivationWe have now things like the entity type manager. Let's use that one in our .services.yml files and use the right services in the classes itself.Proposed resolutionRemaining tasksUser...
View Article[PP-2] Changed time not updated when only non-translatable fields are changed...
Problem/MotivationGiven an entity that has been translated (=== has more than 1 translation) that has an untranslatable field. When you change only that untranslatable field,...
View Articlecomment_update_8300 is not updating correctly the field storage definition of...
Problem/MotivationThis is a followup of #2810381: Add generic status field to ContentEntityBase where the status field is now introduced in CEB and there is an update function to update the field...
View Article[regression] Menu links are no longer replaced by the path alias and...
I am running into a new bug that has appeared over the past week since I have upgraded from 8.1.10 to 8.2.1. I have a multilingual site and have created translations for most of my nodes. Prior to this...
View Article