Make Taxonomy module active config save format match the default yml file.
This is a sub-issue of #1938580: [META] Make active config save format match the default yml file (order and quotes).Files need to be fixed taxonomy.settings.ymlFiles fixed already
View ArticleMake Toolbar module active config save format match the default yml file.
This is a sub-issue of #1938580: [META] Make active config save format match the default yml file (order and quotes).Files need to be fixed toolbar.settings.ymlFiles fixed already toolbar.breakpoints.yml
View ArticleMake User module active config save format match the default yml file.
This is a sub-issue of #1938580: [META] Make active config save format match the default yml file (order and quotes).Files need to be fixed toolbar.role.anonymous.yml user.role.authenticated.yml...
View ArticleSee if Block::set() can be simplified at all
This is dependent upon #1927608: Remove the tight coupling between Block Plugins and Block EntitiesBlock::set() keeps the Block entity values accurate and the plugin's configuration values accurate at...
View ArticleRemove (object) casting in block render arrays for configuration
This is dependent upon #1927608: Remove the tight coupling between Block Plugins and Block EntitiesBlocks in D7 and were passing a block object through the render array. When the transition to D8 and...
View ArticlePut contents of the INSTALL.txt file on drupal.org
The INSTALL.txt file that is included in Drupal core is outdated, very long and contains many details that, in my opinion, are not very relevant to the installation process. This information could...
View ArticleThe textareas in the "User interface translation" page...
I've tested this with both Bartik and Seven set as admin theme in latest firefox, but I believe this is independent from theme and browser used. Add to this:a) the fact that the pager is not duplicated...
View ArticleUse extension_loaded instead of function_exists to detect PHP extensions
Issue title pretty much sums it up. Let's use the PHP function designed for detecting extensions, rather than checking to see if a function exists.Alternatively, if there's a reason for not doing that,...
View ArticleThe checkboxes in the "Content language settings" page disable...
I don't know if this is something that slipped us from #1810386: Create workflow to setup multilingual for entity types, bundles and fields or its follow-up #1877048: Make Translation entity module JS...
View ArticleClicking on the bundle labels should not change the respective checkbox state...
While reporting #1942442: The checkboxes in the "Content language settings" page disable translatability when unchecked..., I was clicking around the elements in the "Content language settings" page...
View ArticleBundles listed in the "Content language settings" page should be visually...
Screenshots say it better...AttachmentSizeStatusTest resultOperationsbundles_not_expanded-zebra_stripes_ok.png17.22 KBIgnored: Check issue...
View ArticleMake Twig engine available during install
In order to convert some of the lower level themeables like form elements, we'll need Twig to be available during install. Attached patch does this. This will unblock issues like #1898480: Convert...
View ArticleAdd hal.module component to core issue queue
HAL module was introduced with #1924220: Support serialization in hal+json, so there should be a component for tracking issues against it.Thanks!
View ArticleDemonstrate a multipage tour
We need to evaluate mutlipage tours and whether they could be in core or contrib.
View ArticleXML-RPC &'system.multicall' : invoke the same method multiple times
As far as I can see, when invoking a 'system.multicall' against a Drupal site you provide an array where the keys are method names and values are parameters. Why is it that method names have been...
View ArticleAdd a method to allow modules to clear the...
Coming in from #1907960-114: Helper issue for "Comment field" where we have tests that add fields and need a method to force flush the views data cache.Patch to follow
View ArticleBlank detail view in dblog for deleted users
Dblog module uses LEFT JOIN on the users table to select log entries on the overview display, but INNER JOIN to select on the detail display. This results in log entries visible on the overview page...
View Articlehook_field_views_data() and friends are undocumented
field.views.inc invents several hooks: hook_field_views_data() and others.These aren't in api.php.
View ArticlePlaceholder not supported in telephone default widget
#1241938: Add support for #placeholder to relevant Field API widgets was committed to core before telephone module was, so we need to ensure that we support editing the placeholder value for telephone...
View Article