Improve rendering account link in the toolbar
The way the admin toolbar renders that link is a bit annoying (see attached screen record).This is likely was introduced in #2899392: user_hook_toolbar() makes all pages uncacheable and only happens...
View ArticleUpdate failed
Update from 8.6.1 to 8.6.2 gives a "unexpected error..." There was one update in update.php: contextual module.Disable contextuale module en quick edit module don't solve the problem.
View ArticleInconsistent ordering of views of content in Umami
Problem/MotivationI have set up the Umami demo on my local machine and on simplytest.me.The order of articles/recipes on the home page is inconsistent.Local:Simplytest.meThis is because all the...
View ArticleArray to string conversion after trying to run unit tests
Problem/MotivationWhen Drupal requires you to enable some PHP extensions we get the next error: Array to string conversion /var/www/html/d8.loc/core/includes/install.core.inc:2181...
View Article[META] Stabilise Migrate Drupal Multilingual module
Problem/MotivationMigrate multilingual data from D6 and D7. Proposed resolutionD6 migration and much of D7 is working so use those migrations, and their plugins as models for these migrations. It is...
View ArticleOptimize Drupal\Core\Template\Attribute
ProblemDrupal\Core\Template\Attribute has become a bit of a God class with too many responsibilities. Move CSS Class parsing code off to its own class and apply some speed improvements to the logic of...
View ArticleConvert AJAX part of \Drupal\field_ui\Tests\ManageDisplayTest to...
Problem/MotivationdrupalPostAjaxForm() is simulating the behaviour of ajax.js, so using it, doesn't really provide fundamental guarantees.#2809161: Convert Javascript/AJAX testing to use...
View ArticleThere is no indication on configuration forms if there are overridden values
Problem/MotivationAs per reviews by @webchick and discussion between @alexpott, @xjm and @effulgentsia, it may be a problem that configuration forms work totally opposite in terms of overridden values...
View ArticleIllegal string offset 'value' in Drupal\views\Plugin\views\area\Text
We are trying to determinate the causes of this issue.In case you need an urgent fix. See #29Hi, I upgraded four different sites to Drupal 8.6. They all are Thunder installs. Then I updated them to...
View ArticleUnknown column 'block_content_field_data.reusable' after upgrading...
WSOD after upgrading from 8.5.7 to 8.6.0.Here's php and nginx log:php | [07-Sep-2018 12:08:59] WARNING: [pool www] child 68 said into stderr: "NOTICE: PHP message: Uncaught PHP Exception...
View ArticleSwitching between editors on the format configuration causes errors upon save
Problem/MotivationOn a fresh installation when someone accidentally switches the text editor from CKEditor to None and then back to CKEditor an unexpected error...
View ArticleUpdate PHPUnit to 6.5
Problem/MotivationSince Drupal 8.7 will require PHP 7, we can finally upgrade to PHPUnit 6.5 by default.Proposed resolutionDo it :)Remaining tasksReview, etc.User interface changesNope.API...
View ArticleCacheableHttpException must pass a $headers argument to HttpException
Not sure if rest.module is the right component for this issue.Regardless, \Drupal\Core\Http\Exception\CacheableHttpException extends Symfony\Component\HttpKernel\Exception\HttpException. The fourth...
View Articleviews link to content in wrong language
I have standard taxonomy views and some custom blocks. after click "link to content" field or imagefield linked to content page redirect always to node in source language, not to translation in current...
View ArticleDifferent backends for saving configuration
Problem/MotivationThere is currently a strong and clear division of what is content and what is configuration. But some configuration blends the line. Block placements or some webforms are often...
View ArticleCustom blocks are no longer displayed and no longer appear in the custom...
Hello, After updating the core from 8.5.6 to 8.6.0, the custom block library appears empty. Custom block types still exist, but the custom block list is empty. Yet, they still exist in the database.On...
View ArticleComments are not filtered on language
Problem/MotivationThe situation, I have a Drupal 8 multilingual node where Dutch is the main language and French is the other. If I add a comment to the Dutch node translation and approve it, it will...
View ArticleMenu link targeting the current page is not accessible
Problem/MotivationGiven this menu link:menu_test.current: title: 'Link to current page' route_name: '<current>' menu_name: account An anonymous will not see it in the "account" menu. This is...
View ArticleEnclosure support for Aggregator
The aggregator should be able to parse the enclosure information out of RSS 2.0 feeds. It should be implemented to recognize and display the links to enclosures. If you want to 1 up the competition add...
View Article