Migrate Drupal 6 user profile field value option translations
Problem/MotivationIn #2225717: Add config translation support to migrations and implement for Drupal 6 user profile fields we set up a system to migrate config translations. We also migrated...
View ArticleStore uploads in correct translation
Problem/MotivationFollow-up to #2225775: Migrate Drupal 6 core node translation to Drupal 8.Uploads need to be provide the langcode so that they can be assigned to the right language.Means that the...
View ArticleView output is not used for entityreference options
Please also consider those that participated in #2714089: Views Filter by an entity reference view not working as expected when assigning issue credit.Problem/MotivationWhen an entity relation field...
View ArticleWrong langcode assigned to fields after D6 to D8 migration
For D6 nodes which are not in the default language (or language neutral) and are not translations of another node i.e. tnid = 0, after a migration to D8, field values on the node are assigned the...
View ArticleDisplay meaningful HTML5 validation error message
Problem/MotivationThis is a follow up of #2828556: Display meaninguful error messages according to the link type. The default HTML5 validation error for url input type is set by the browser, and most...
View ArticleComments not starting with a capital letter in d6_file.yml & d7_file.yml
Problem/MotivationWhile capitalising a comment in d6_file.yml I found that the same comment was not capitalised in d7_file.yml. It's because the sentence starts with the variable name. There is another...
View ArticleToolbar implementation creates super annoying re-rendering.
Problem/MotivationFront-end performance of the toolbar is quite poor in Chrome/safari webkit browsers, reasonable in Firefox and untested in IE(so far). Not in terms of asset loading, but simply in...
View ArticleUsing IIS for Drupal and My SQL
I experienced a very strange issue with Drupal 8 (no issues with other CMS programs, just 8). I am using IIS and My SQL for this setup. This error occurs with a new database, and a default settings,...
View ArticleIIS 8 unsupported with Drupal 8 core
I am proposing an issue on IIS 8 not being compatible with Drupal 8. According to the Drupal.org System Requirements, "Drupal core will work with IIS 5, IIS 6, or IIS 7 if PHP is configured correctly"...
View ArticleCreate a library in Seven theme to contain offcanvas styles
Problem/Motivation[#2847522} allows the user to choose the renderer for the settings tray but in order to sow up in the select the theme must have a library for the offcanvas tray.Proposed...
View ArticleField items lost on translations with empty values.
Problem/MotivationWhile working on #2315773: Create a menu link field type/widget/formatter the following problem was observed:Added a content type with a translatable fieldMark the "parent" column as...
View ArticleEntityResource: Provide comprehensive test coverage for ShortcutSet entity
Problem/MotivationPlease refer the problem/motivation section of #2737719: EntityResource: Provide comprehensive test coverage: for every entity type, every format, every methodProposed resolutionWrite...
View ArticleViews tokens: id and class
What is the correct syntax for using a token for an id or class in views custom field? Since the new twig syntax {{ token }} vs [token], tokens are not parsing correctly when used as class or id. Is...
View ArticlePluginNotFoundException doesn't give a backtrace, or details about the...
When a plugin can't be found, DiscoveryTrait::doGetDefinition() throws this exception: throw new PluginNotFoundException($plugin_id, sprintf('The "%s" plugin does not exist.', $plugin_id));This could...
View ArticleConvert LinkFieldTest to BrowserTestBase
Problem/MotivationSimpletest is now outdated.Proposed resolutionConvert old simpletest LinkFieldTest to the modern Unit tests.Remaining tasksUser interface changesAPI changesData model changes
View ArticleRemove unneeded role="navigation" attribute from <nav> elements
I created this issue as follow-up of #2467827: [META] W3C validation for Drupal Core. Drupal core added a lot of WAI-ARIA roles to Drupal core (which is a good thing), but in the process lots of...
View ArticleInconsistent user interface with focusing fields
The URL http://www.example.com/user/login will display a page, where the email address is focused. However http://www.example.com/user/register does not focus the email...
View ArticleToolkitGdTest uses checkRequirements() incorrectly
Problem/MotivationDoing some follow-through on #2728579: Support @require module in phpunit kernel and browser tests I discovered that ToolkitGdTest has a checkRequirements() method, which overrides...
View ArticleImprove the SBX of Configuration in Block Module
Follow-up to #2683085: Improve the message details in Broken Class in Block ModuleProblem/MotivationI feel like we need a better solution than just wording updates. Is there any way to force the...
View ArticleMake it possible to configure exposed filter operators
Hello,Thanks for this wonderful module !I was wondering if its possible to configure exposed operators. Problem: When we expose operator, all available operators are visible to users. I want only...
View Article