[policy, no patch] Drop IE9 and IE10 support from Drupal 8.3
Split-off from #2390621: [policy, no patch] Align Drupal 8.3's browser support with jQuery 3's. Decide on exceptions.Problem/MotivationSupporting old versions of IE is hard and costly. See, for...
View ArticleFatal error: Call to undefined function field_attach_load() in entity.inc on...
The error happened when I set up drupal7 at the install page on the last step. I've tried most ways mentioned in the issue and all failed: https://www.drupal.org/node/481758. But this didn't happend...
View Article[Meta] Modernize dblog module
Problem/MotivationThe dblog was ported from Drupal 7 to Drupal 8 following some general guidelines, but in general is far to be as extensible and object oriented like other Drupal 8 modules from core....
View ArticleOpening of page with tour listed in help section should automatically start tour
Problem/MotivationCurrently listed tours in help page have links generated to pages where tour is available. When you click on tour, you get redirected to page, but tour does not start. In this case...
View ArticleEvaluate auto-magic showing of Tour and Edit buttons only on pages where they...
Follow up from #1809352-139: Write tour.module and add it to core. @Dries said:I was confused about not seeing the tour icon after applying the patch. I actually had to look at the code to figure out...
View ArticleBring Media entity module to core as Media module
Problem/MotivationIn past few months (since Dublin) we reached the agreement to bring the contributed Media Entity module to core (under the name Media), which will allow us to implement better and...
View ArticleCurrently appears to be no way to activate Tours for users in the front end
If I create a tour for the homepage for instance and then load the page with http://domain.com/?tour=1 the tour will not be visible (even as a logged in user).This appears to indicate that tour cannout...
View ArticleAssociating a taxonomy term to an image for views
Hi everybody,I'm trying to associate a taxonomy term to a specific image. So instead of listing the actual taxonomy term name, its an image. I tried adding an image field to taxonomy but I've having...
View ArticleUpgrade path for Book 7.x
Problem/MotivationWe need an upgrade path from D7 for the core Book module.Proposed ResolutionThis is blocked by #2382985: Migration Files for Drupal 7 Menu & Menu Entries and #2423103: Migration...
View ArticleUpgrade path for Color 7.x
Problem/MotivationWe need an upgrade path for the D7 core Color module.Remaining TasksTheme-specific variables maintained by the Color module need to be moved into configuration objects. This is a bit...
View ArticleAdd documentation to Substr process plugin
Add API documentation to the Substr process plugin.
View ArticleAdd documentation to MachineName process plugin
Add API documentation to the MachineName process plugin.
View ArticleFile Field design update
Problem/MotivationIn terms of interaction, file fields could be a lot more accessible. The style guide proposes both a new appearance and a new interaction design.Proposed resolutionFiles can be added...
View ArticleDateTimeItemTest is not valid
Problem/MotivationDateTimeItemTest is not a valid test. The formats used for the field configuration do not match each other. In addition, the actual values stored aren't valid per the defined...
View ArticlePager plugins do not validate input
Problem/MotivationThe pager plugins, like Drupal\views\Plugin\views\pager\Some, do not validate input. #2847921: Use "number" form element in Views pager settings form will help ensure there are...
View ArticleMove DbLogTest::generateLogEntries() into a Trait
Problem/MotivationAs part of #2847428: [Meta] Modernize dblog module the plan is to use Kernel Tests to test the dblog module without require an UI.The candidates for a Kernel Test are:#2848529: Move...
View ArticleViews content rewrite text says "You may include HTML" but actually...
Problem/MotivationSteps to reproduce:edit a viewedit an existing fieldexpand Rewrite Rules fieldsettick 'Override the output of this field with custom text'this issue refers to the description...
View ArticleDateFormatter should not attempt to load a format from storage if the format...
As discovered in #2846485: Terrible performance when rendering multi-value fields in views, DateForamtter::format attempts to load a date format from storage even when a custom date format is passed...
View Article