Introduce a token to get site's base URL
Problem/MotivationWe currently have a token [site:url]. The URL of the site's front page. The language prefix is added if the page is multilingual (e.g. http://www.example.com/pl).In many cases a...
View ArticleRevert "Taxonomies are only displayed in English"
Problem/MotivationApparently, the issue of #3048699: Taxonomies are only displayed in English was actually a bug in Layout Builder #3051188: Translated content displays its taxonomy terms in the wrong...
View ArticleDatabase update #8804 failed
When i run update.php after upgrade to 8.8.0 i get a white screen. The apache error shows:PHP Fatal error: Class Drupal\\Core\\Entity\\Sql\\SqlContentEntityStorage contains 1 abstract method and must...
View ArticlePermissions hardening prevents Composer scaffolding from copying, causes...
If you've installed and run Drupal, the sites/default directory receives permission hardening. This breaks the scaffolding plugin. [RuntimeException] Could not delete...
View ArticleSupport PHPUnit 8 optionally in Drupal 8, while keeping support for ^6.5 and ^7
Problem/MotivationSimilarly to #2950132: Support PHPUnit 7 optionally in Drupal 8, while keeping support for ^6.5, this issue is about enabling testing with PHPUnit 8 in Drupal 8.PHPUnit 6 is out of...
View ArticleAdd a libraries folder with a README.txt in it to DRUPAL_ROOT
The addition of a /libraries folder (like /modules and /themes) for the purpose of contrib. and project specific custom modules to place shareable javascript or css libraries that should not be...
View ArticleNo node content displayed
When creating new content, only the title is displayed. Already uninstalled modules, which could cause this problem. Body is turned on in content type display. When displaying Teasers with views, you...
View ArticleViews attachments missing for some display machine names
Problem/MotivationWhen you adjust a views display's machine name to match its plugin id (e.g. have a page display named page), attachments will no longer be displayed with this view. This is clearly...
View ArticleError backtrace malformatted
Problem/MotivationSometime i get error / exception backtraces that lack newlines in the dblog html view. Without patch:Error: Cannot use object of type Drupal\Core\Render\Markup as array in...
View ArticleLabel (title) field shouldn't be a base field but a required option to...
As a follow-up to some discussion(s) we had in the last years about how to deal with the "title" (label) base field on entities and the already running META issues working around some of the issues...
View ArticleAssert that a sequence of strings appears on the page in a given order
Problem/Motivation#2757007: Convert all book web tests to BrowserTestBase uses a method for this, but I believe it should be added to WebAssert. I've already seen similar implementations in...
View Article[Drupal 9] Update autloader-suffix in composer.json
Currently it is still set to "Drupal8".
View ArticleRemove usage of the "if" condition in the "for" tag in...
Problem/MotivationSupport of if condition in for tag was deprecated in Twig 2 and removed in Twig 3.Proposed resolutionUpdate core templates.Remaining tasksDiscuss. Patch. Commit.User interface...
View ArticleSeven theme: blocks configuration missing if exported to profiles
When installing a profile that doesn't sheep with the right configuration of seven theme for blocks, we end up with administration pages missing tabs.One way to replicate the problem is to remove these...
View ArticleDrupal 8.x on Postgresql 12
Hi,Tried to run drupal 8.7 on Postgresql 12beta1. It does not run, is version 12 supported ?Regards,
View ArticleBase table or view not found: 1146 Table 'drupal.path_alias'...
After upgrading to 8.8 i keep getting errors related to path_aliasDrupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupal.path_alias' doesn't...
View ArticlePage and block caches are cleared the same way on cron as on content change
For more background, see http://www.metaltoad.com/blog/how-drupals-cron-killing-you-your-sleep-si..., which was written for D6, but the same problem exists in D7. Here's a summary:system_cron() calls...
View ArticleCodespell report for Drupal 8.8.0
The FOSS server fossies.org offers a new feature "Source code misspelling reports":https://fossies.org/features.html#codespellAlthough such reports are normally only generated on request, as Fossies...
View Article