Should code that targets CSS-safe contextual link names be clarified?
Problem/Motivationoutside_in_contextual_links_view_alter() has this code:if (isset($element['#links']['outside-inblock-configure'])) { $element['#links']['outside-inblock-configure']['attributes'] =...
View ArticleRefactor run() method on Migrate UI batch and remove the $operation parameter
Problem/MotivationPart of #2679929: Reduce method and control structure length/complexity in Migrate UI and a followup for #2683421: Remove incremental and rollback options from the UI (and add them...
View Articlecore.services.yml: The definition of "cache_tags.invalidator" need...
in the drupal 8.2.x, \core\core.services.yml:line171 The definition of "cache_tags.invalidator" need to correct themcache_tags.invalidator: parent: container.trait class:...
View ArticleAjax http 500 error on Content Types Manage Display
Hello.On 7.50 and 7.51 version I got a error in /admin/structure/types/manage//display when I attempt to change any control.It was working, I don't know what went wrong.A image is provided.I really...
View ArticleJS Client-side file validation is broken (because ajaxPageState is broken?)
Problem/MotivationJavaScript validations applied to file uploads, such as allowed extension restrictions, do not work. The high-level issue is that the validation criteria are represented in a...
View ArticleDuplicate AJAX wrapper around a file field (D7 Backport)
Follow up to Backport [2346893] to Drupal 7.Problem/MotivationDuplicate AJAX wrappers are causing some errors to be rendered twice. Symptoms have been reported around file field and image field. In...
View ArticleMake MigratePluginManager::getDefinitions() work cleanly with migrate_drupal...
Problem/MotivationContrib migration tools would like to discover working migration plugins, something like: $manager = \Drupal::service('plugin.manager.migration'); $plugin_definitions =...
View ArticleValue of last_render_text leaks into the next Dropbutton
Problem/MotivationI have a Node Edit and Delete links on admin/content, the has permissions to edit/delete some nodes but not all of them.Expected behavior: Hidden Dropbutton for not accessible...
View ArticleAdd Option to Display Top Level page in BookNavigationBlock
If the BookNavigationBlock does not have the configuration option "all pages", it only displays the subpages in the navigation block.On line 143 there is this code: $data =...
View ArticleChanges to "teaser" remain outstanding after sync
After changing the configuration my local dev site, including changes to node display teasers, exporting the config, then importing to my online dev site and running "Import All" on the "Synchronize"...
View ArticleFix overlapping Edit buttons on menu sidebar in outside-in
I think Tim said this is actually a Bartik issue.However, this looks rather assy. :PEnvironment details to reproduce the issue :Chrome Version 52.0.2743.116 (64-bit) Mac OsX
View ArticleDuplicate AJAX wrapper around a file field
Problem/MotivationDuplicate AJAX wrappers are causing some errors to be rendered twice. Symptoms have been reported around file field and image field. In #115 @lauriii notes the element prefix and...
View ArticleSettings::__construct() should not write to self::$instance.
Drupal\Core\Settings is a singleton class. The self::$instance is initialized from within the constructor.As part of #2354475: [meta] Refactor the installer, (multi)site management, and pre-container...
View ArticleNon-collapsible fieldsets within collapsed fieldsets have...
Problem/MotivationNon-collapsible fieldsets that are the children of collapsible fieldsets get the little triangle icon that indicates a fieldset is "expanded," despite that they cannot be expanded or...
View ArticleFix documentation on hook_user_format_name_alter()
Problem/MotivationThe documentation has a number of problems:* It references functions that are deprecated * The $account argument should be type hinted as AccountInterface * It should document that...
View ArticleAdd option to entity reference so entity cannot reference itself
Field instance of entity_reference field should have an option not to be able to reference itself.
View ArticleContent moderation states/transitions/allowed states/transitions
Problem/MotivationFollow-up to #2725533: Add experimental content_moderation module.For content moderation, there are the following concepts: - state - configuration entity for a moderation state -...
View ArticleAdd a setting on "Table of files" and "Generic files"...
Problem/MotivationWhen you create a file field, you can enable the description field for each file. This field description is supposed to override the file name on display. It is working properly with...
View ArticleBug with Table in Body in Basic page
If I put a table in a basic page with otherwise static content within the bodythe table is not adjusted on mobile devicesI have core 8.21 and bartik installed i use full HTML in the CK Editorits not...
View ArticleAdd phpcs, coder 8.2.8 as --dev requirements for drupal/core
Problem/MotivationNow that we're well on our way to managing coding standards in a reproducible way: #2571965: [meta] Fix coding standards in core...let's just add the tools to core's composer.json dev...
View Article