Convert FieldTypeTest into a Kernel test. Move block content creation methods...
Problem/MotivationFieldTypeTest makes no HTTP requests but is a functional test. Additionally, there are a lot of createBlockContentType() and createBlockContent() defined all over the place and this...
View Article[META] Convert some tests into Kernel tests
Problem/MotivationThere are still functional tests that can be converted, entirely or partially into Kernel tests.Proposed resolutionIdentify them and convert them:Discovered so far:#3035518: Split...
View ArticleAdd constrains to system.site
Problem/MotivationSubissue of #2952037: Add constraints to all simple configurationOpen question:How do we do apply non validation logic in validate? Example: // Check for empty front page path. if...
View ArticleStreamline entityreference field migration processes
Problem/MotivationCreating a Drupal 6 / 7 -to- 8 migration is a little more laborious than it ought to be for entityreference fields as the system should be able to tell what field is being migrated...
View Article[tracking issue] Track hosting provider support for PHP 7
Problem/MotivationIn #2842431: [policy] Remove PHP 5.5, 5.6 support in Drupal 8.7 and #2927344: Specifically warn about end dates for PHP support for old versions, we decided to end PHP 5.5 and 5.6...
View ArticleFix grammar 'a' to 'an' when necessary
I see a lot of 'a' uses in comments instead of 'an'.Ex:a entitya alta authora image...Many modules and core files are concerned. I suggest to make all changes here instead of one issue per module since...
View ArticleMigrate away from Guzzle
Problem/MotivationDrupal 8 ships with Guzzle. As such it is somehow enforcing a particular library to be used for HTTP communication.Proposed resolutionThis is a proposal to adopt a more abstract...
View ArticleAdd a views sort handler for sorting content by moderation state
Problem/MotivationThere's no views sort handler for sorting on the moderation state field. In #2862041: Provide useful Views filters for Content Moderation State fields, a filter handler was added for...
View ArticleUmami Article Arabic Translation: Give your oatmeal the ultimate makeover
Problem/MotivationWe need to translate this article to Arabic so we can demonstrate Drupal's multilingual capabilities. This issue is to produce and agree on a translation, not to actually incorporate...
View Article[meta] 8.7.0 beta testing
This issue tracks the status of the 8.7.0 beta testing program, the recommended testing procedure is described in the handbook page. An overview of the beta testing program status is available at the...
View ArticleUmami Recipe Arabic Translation: Deep mediterranean quiche
Problem/MotivationWe need to translate this recipe to Arabic so we can demonstrate Drupal's multilingual capabilities. This issue is to produce and agree a translation, not to actually incorporate it...
View Article[META] Showcase Drupal's Multilingual Capabilities by implementing Umami...
Problem/MotivationWe are planning to showcase Drupal's multilingual capabilities and RTL support by adding Arabic translations to the Umami demo. This meta issue is to list all the tasks required to...
View ArticleUmami Article Arabic Translation: Give it a go and grow your own herbs
Problem/MotivationWe need to translate this article to Arabic so we can demonstrate Drupal's multilingual capabilities. This issue is to produce and agree a translation, not to actually incorporate it...
View ArticleUmami Article Arabic Translation: Dairy-free and delicious milk chocolate
Problem/MotivationWe need to translate this article to Arabic so we can demonstrate Drupal's multilingual capabilities. This issue is to produce and agree on a translation, not to actually incorporate...
View ArticleUmami Article Arabic Translation: The real deal for supermarket savvy shopping
Problem/MotivationWe need to translate this article to Arabic so we can demonstrate Drupal's multilingual capabilities. This issue is to produce and agree on a translation, not to actually incorporate...
View ArticleEnsure EntityKernelTestBase can use UserCreationTrait::setUpCurrentUser()
Problem/MotivationTR reported in #3035825-31: Make it easier to set up the current_user service in kernel tests: ... except the changes in #2942907: Entity system does not provide an API for retrieving...
View ArticleMove entity_get_(form_)display() to the entity display repository
This summary is adapted from #2818227: Undeprecate entity_get_(form_)display() or offer a real replacement for accuracy.Problem/Motivation#2474151: Mark procedural wrappers in entity.inc as deprecated...
View ArticleUserMailRequiredValidator fails on new user entities
Problem/MotivationUserMailRequiredValidator fails on new user entities, because it calls ::id() on it and expects a valid entity ID, which at that point does not exist yet. The reason this was never...
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 ArticleReplace all calls to the deprecated Drupal::url() function in Core
Problem/Motivationhook_help API example contains a deprecated call to Drupal::url() (ref: #2730625: hook_help API example contains a deprecated call to Drupal::url()Proposed resolutioncreate a single...
View Article