Fix \Drupal\Component\Utility\Unicode() because of the Symfony mbstring polyfill
Problem/MotivationDrupal 8 includes Symfony's mbstring polyfill which means that core's Unicode library never using this the non mbstring code path. This makes the static set in Unicode::check()...
View ArticleMove all entity type REST tests to the providing modules
Problem/MotivationDrupal 8's REST support was developed in parallel with many other major changes in Drupal 8. Consequently, we ended up with a REST module that had little test coverage.We fixed that...
View ArticleInstalling the Statistics module doesn't do anything, one must also know...
Problem/MotivationCurrently when the statistics module is enabled it doesn't do anything, the site builder is required to check the "Count content views" on the "/admin/config/system/statistics" admin...
View Article"Local actions" block doesn't take cache data of route access...
In #2319103-5: SearchAPI tasks system does not scale, I wanted to add a local action for a route that is only accessible under special conditions. I added an access check class implementing...
View ArticleLanguage reference fields do not implement OptionsProviderInterface
While language reference provide a set of options to choose from, the field item does not implement the options provider interface. This makes it impossible for modules like Facets or Rules to use the...
View ArticleChange title for create action and edit action routes.
At the moment it just says "Add" and "Edit" which rather useless.Proposed resolutionChange it to what other entity types implement (say Views)."Add" -> "Add an action""Edit" -> "Edit an action"...
View ArticleFix styles for border radius on hover state for Recipies banner in Umami
Problem/MotivationIf you install Drupal with the Umami profile and go to the Recipes page, the hover state for the call-to-action button on the hero image doesn't have the border radius existing on the...
View ArticleLog message if static_map plugin skips the row
https://www.drupal.org/project/drupal/issues/2959125Problem/MotivationIt is hard to notice that static_map was the reason a migration row was skipped.Proposed resolutionLog a message to...
View ArticleWrong language handling in ImageFormatter when linking to entity
Hello,I am not sure whether this is a true bug as I am nowhere close to be a D8 savvy, but here's what I've got: when you're rendering an entity with image field attached to it and when the image...
View ArticleCall to a member function getThirdPartySetting() on null in...
I'm using config_installer to install. Almost at the end of the installation, I get the following fatal error. I previously applied patch 1356276-302, but I don't think this is related. It started...
View ArticleValues in shared table for SQL content entity storage do not get unserialized.
Problem/MotivationIn Drupal Commerce, we created a field that storage a plugin's ID and configuration. The latter is saved as a serialized blob...
View ArticleView with user/% path breaks login/logout on 8.5.1
I'm not sure if this is a Views bug or a "security patch for 8.5.1" bug.How to reproduce1. Create a Drupal 8.5.0 site. 2. Create a view and set the path to user/% to override the user profiles. 3....
View ArticleAdd a /install.txt pointing to /core/install.txt
Problem/MotivationYou download Drupal and there is no install.txt in the root folder, but rather inside /core. Let's at least have a install.txt which points to the one in core/install.txtProposed...
View ArticleAdd chili sauce to Umami
Moving the addition of Chili Sauce from #2940146: Standardize writing style for Umami to a separate issue so that issue can focus purely on standardisation of what we already have.
View ArticleUmami Theme - follow-up - search page theming required
Problem/MotivationItem 1 and 2-4 from #2904243-58: Implement the Out of the Box designs as a theme for demo_umami needs attention Proposed resolutionRemaining tasksUser interface changesAPI changesData...
View ArticletestBlockRehash fails locally
The Block rehash test fails locally. The test currently assumes that all blocks are saved at least once, but I'm not sure if this is always a valid assumption. Adding a _block_rehash() call at the...
View ArticleSeven pager items do not meet WCAG AA 1.4.3 for contrast
Problem/MotivationThe non-hyperlink pager items in the Seven theme do not meet WCAG AA section 1.4.3 requirements for text contrast. These are the ellipses seen when there are more than 9 pages worth....
View ArticleBring migrate_source_csv to core
In #2809635: Create experimental installation profile, we are using CSV files to provide default content for a demo installation profile of Drupal.In a review, @larowlan suggested bringing the CSV...
View ArticleCreating a menu does not properly handle the name in menu_edit_menu_submit()...
You may not want to fix this one in D6, but depending on whether the menu is being created or updated, the $form_state['values']['menu_name'] differs.When inserting a menu, say "my-menu", then that...
View ArticleStable theme does not respect "visually hidden" field label display...
Site builders can set field labels to be hidden (not output at all) or visually hidden (text is available to screen readers) via admin/structure/types/manage/<content_type>/display. The Stable...
View Article