Replace documentation and string references to drupal_render()
Problem/MotivationFollowup from #2704871: Replace usages of deprecated method drupal render(). That issue replaces the core usages of the deprecated drupal_render() function, but does not yet update...
View ArticleLabel of contact form message field is not hidden
Setting the label display to "hidden" or "visually hidden" in the Contact Forms configuration does not seem to have any effect on the field label.To reproduce:On a standard installChange the Message...
View ArticleContentModeration workflow type plugin incorrectly preserves bundle keys on...
Problem/MotivationDiscovered by @xjm in #2830581-26: Fix ContentModeration workflow type to calculate correct dependenciesSteps to reproduce:Install Standard.Enable content moderation.Add the default...
View ArticleFix ContentModeration workflow type to calculate correct dependencies
Problem/MotivationFollow-up to #2779647: Add a workflow component, ui module, and implement it in content...
View ArticlePath validation sets error on wrong element
When the path node field is validated, the error is set on the element edit-path-0. However, that is only a parent for the actual erroring field element edit-path-0-alias. When using Inline Form...
View ArticleUpdate jQuery UI to 1.12
Update jQuery ui, need latest version with this patch: https://github.com/jquery/jquery-ui/pull/1751 because of https://bugs.jqueryui.com/ticket/15052#ticketSince the compile+split is not officially...
View ArticleUpdate normalize.css to 5.0.0
Problem/MotivationFirefox 49 is out and has support for <details> which means our polyfill doesn't kick in. Normalize.css sets <details> and <summary> element as display:block which...
View ArticleLong passwords allowed when creating account, but logging in fails
> What are the steps required to reproduce the bug?When registering for your localhost Drupal admin account, do the following:1) Create a 64 character password (e.g. using a password manager)....
View ArticleUsers could not find the Change password fields
Updated: Comment #122 See details about the Usability Study at http://groups.drupal.org/node/163894This issue contains suggestions and attempts to modify the display of these to fields to make it clear...
View ArticleUpdate doc blocks for configureEntityFormDisplay() and...
Problem/MotivationThe doc blocks for configureEntityFormDisplay() and configureEntityViewDisplay() are inaccurate.Originally, there was just one method, configureEntityDisplays(). In #2446511: Add a...
View Article[Needs change record updates] Align TestDiscovery and bootstrap.php's...
Problem/Motivationtl;drCurrently, if you run core's phpunit-based tests using phpunit, it will find and load traits for tests in contrib modules. If you do the same thing using TestDiscovery, it won't....
View ArticleMissing a space between two sentences
After enabling the content translation module, if you go to (/admin/config/regional/content-language), this text is displayed:"Before you can translate content, there must be at least two languages...
View ArticleFully support PHP 7 in Drupal 7
Helper issue for #2454439: [META] Support PHP 7 - I want to see if it's possible to get the testbot to test a no-op Drupal 7 patch on PHP 7 to see where we're at with test failures, etc.
View ArticleAdd changelog for Drupal 8.3.0
Problem/MotivationNo changelog entry for 8.3 yet.Proposed resolutionAdd a changelog entry with sufficient items covering the changes. Look for and tag new issues with the 8.3.0 release notes...
View ArticleReplace "Lorem Ipsum" Color preview HTML templates with example...
Currently in the Appearance section of Bartik, a live preview of a chosen color scheme is displayed as an image. This section uses Latin placeholder text, "Lorem ipsum . . . ." The problem is getting...
View ArticleWhen overriding a library via libraries-override that is already overridden,...
Follow-up to #2451411: Add libraries-override to themes' *.info.ymlProblem/MotivationFor about 2 hours I'm trying to get rid of stable/css/system/components/autocomplete-loading.module.css, but it does...
View ArticleMisleading message when migration test fails
Problem/MotivationIf a row fails to migrate then the debug message is:"Successful migration of $source_id to $destination as part of the {$migration->id()} migration. The source row status is " ....
View ArticleMigrateExternalTranslatedTest is no longer dependent on migrate_drupal
Problem/MotivationThere is an @todo ("Remove migrate_drupal when https://www.drupal.org/node/2560795 is fixed") in MigrateExternalTranslatedTest - #2560795: Source plugins have a hidden dependency on...
View ArticleAdd config translation support to migrations and implement for Drupal 6 user...
Problem/MotivationUser profile fields in Drupal 6 are translated using the i18nprofile submodule of the i18n suite. We need to migrate these translations.Proposed resolution1. Establish a system to...
View ArticlePathValidator behaves differently on CLI, uses wrong RequestContext
Problem/MotivationPathValidator::getPathAttributes() invokes the router with the global request context, does not use given request object for given path.Menu links created from CLI are stored...
View Article