Rest: Error when format is not JSON
I have Drupal 8.6.13 with modules "RESTful Web Services" and "Serialization" enabled.When i open a link with a wrong format (not JSON), website logs a crash:example "abc":...
View ArticleHTTP Basic Authentication Module Description: add dot to the end of the sentence
I know this part is rarely visible, but some customers pay attention to it. I think we can add the point to the end of the sentence and make the description more accurate.
View ArticleMigrate Module Description: add dot to the end of the sentence
I know this part is rarely visible, but some customers pay attention to it. I think we can add the point to the end of the sentence of the Migrate module and make the description more accurate.
View ArticleRESTful Module Description: add dot to the end of the sentence
I know this part is rarely visible, but some customers pay attention to it. I think we can add the point to the end of the sentence and make the description more accurate.
View ArticleSerialization Module Description: add dot to the end of the sentence
I know this part is rarely visible, but some customers pay attention to it. I think we can add the point to the end of the sentence and make the description more accurate.
View ArticleUmami's language-switcher as a drop-down menu
Problem/MotivationUmami comes with a new language switcher. When adding more languages (beyond the existing English and Spanish) it will break the nice flow of the header.Proposed resolutionAdd the...
View ArticleFix incorrect assumption that all entity are revisionable
The Quickedit module calls $entity->isLatestRevision() several places on an object that type is \Drupal\Core\Entity\EntityInterface without checking whether the object also implements the...
View ArticleLoop on installation
On creation a drupal project with composer >composer create-project drupal-composer/drupal-project:8.x-dev web_application --no-interactionthe installation looks fine.But on the next steps the...
View ArticleCreate change record for all deprecated db_* functions
Problem/MotivationMostly everything in core/database.inc is deprecated starting from 8.0 but removal of usage require to @trigger_error() with a link to change recordThis is a soft blocker for...
View ArticleFileSystem::mkdir should handle open_basedir correctly
In settings.php, the private file path is documented with "This directory must be absolute, ...". However, an absolute path does not work when drupal runs on a shared host and access to the parent...
View ArticleThe editor module assumes that a fieldable entity is also revisionable
The editor_entity_update() function gets an EntityInterface, and checks if it is a FieldableEntityInterface. After that it tries to call getRevisionId(), which will succeed in case of the content...
View ArticleOnly add .layout-builder-block to blocks when in the Layout Builder UI
Problem/Motivation\Drupal\layout_builder\EventSubscriber\BlockComponentRenderArray adds'#attributes' => ['class' => ['layout-builder-block']], to all blocks rendered by Layout Builder, regardless...
View ArticleImprove test coverage for Inline Form Errors
Problem/Motivation#2880011: Allow disabling the Inline Form Errors summary needs refactoring of test FormErrorHandlerTest.Add one form in the Setup with fields for various test cases (e.g. missing or...
View ArticleMigrate D7 i18n menu links
Problem/MotivationMenu links in Drupal 7 are translated using i18n_menu submodule of the suite i18n, we need to migrate those respecting the language settings. This should be similar to the D6 version,...
View ArticlePrevent link field migration from creating invalid link attributes
Problem/MotivationWe are still migrating a Website from Drupal 6 to Drupal 8. After migrating a content-type with a link field I encountered this error when viewing the migrated node:Error: Unsupported...
View ArticleReplace "Recipe Instruction" label with a better alternative
Problem/MotivationUmami demo recipes have a section (field label) Recipe Instruction which sounds confusing.Proposed resolutionChange to a label used by other leading recipe websites: Directions or one...
View ArticleHow Drupal 8 caching mechanism works?
Is there any flow for Drupal 8 caching mechanism? Can I decide that a particular page cannot be cached for certain conditions by some hook in Drupal 8?I have tried out Cache Context, Cache Max-age,...
View ArticleVocabulary consisting of set amount of parents and a lot of children breaks...
Hello, first and foremost, I did search around the issue queue for my specific problem, but could not find something related to my problem, (except one, which I'll link to in a minute).Problem : I have...
View ArticleAbstract RenderCache into a separate service that is capable of cache...
Problem/MotivationThe render system has \Drupal\Core\Render\RenderCache(Interface). This is capable of doing cache redirects, based on bubbled cache contexts. I.e. compare the originally known cache...
View ArticleMedia library widget + Paragraphs broken: validation error on required field...
Problem/MotivationFirst, it isn't clear to me if this is something that should be logged against Core or the Paragraphs module. It's hard to know if it's core behavior that creates unexpected results...
View Article