Add option to create new revision in entity migration
Problem/MotivationWith migrate, it would be great to be able to create new revision when you run the migration with update.Proposed resolutionAdd a "new_revision" option to entity destination plugin....
View ArticleUse layout builder for content add/edit form
Allow the layout builder to take over the entity edit form. We could show the entity form above the layout builder or in the sidebar.
View ArticleAdd "edit blocks" and "create blocks" permissions
Problem/MotivationThis issue follows up on the discussion in #1975064: Add more granular block permissionsCustom blocks can be created as structural page elements and content editors might need to edit...
View ArticleNeither REPEATABLE READ nor READ COMMITTED transaction isolation levels are...
Problem/MotivationAt the sprint today we discussed an issue (which I do not have the nid for but will fill in later) with toolbar/Extend page - where after installing a module, the next request has a...
View ArticleFix 'Drupal.Commenting.DocComment.ParamNotFirst' coding standard
Part of #2571965: [meta] Fix coding standards in core.ApproachWe are testing coding standards with PHP CodeSniffer, using the Drupal coding standards from the Coder module. Both of these packages are...
View ArticleEdge Case Still Causing Views Error Reported in 2811887 in 8.4.x
Still seeing https://www.drupal.org/project/drupal/issues/2811887 in 8.4.2 in a specific case.I found a small hole in the merged solution for https://www.drupal.org/project/drupal/issues/2811887.The...
View ArticleFix 'Drupal.Commenting.DocComment.LongFullStop' coding standard
Part of #2571965: [meta] Fix coding standards in core.ApproachWe are testing coding standards with PHP CodeSniffer, using the Drupal coding standards from the Coder module. Both of these packages are...
View ArticleFix Drupal.Commenting.DocComment.SpacingBeforeTags coding standard
Problem/MotivationShould be a new line between description and @param.Hardly seems worth opening an issue for, but should be sorted one way or another.Proposed resolutionAdd the lineRemaining...
View ArticleSupport contrib database driver directories in a fixed location in a module
Problem/MotivationThe current situation is the all contrib database driver directories must be copied to the directory DRUPAL_ROOT/drivers. This must be done because it is the only location that Drupal...
View Articleviews-view-table.html.twig template directly uses details without render...
Problem/MotivationDiscovered as part of #2980304: Seven theme's details/summary focus style is broken/missing in some browsers.The views-view-table.html.twig template (both from Views module, stable...
View ArticleUpdate coder to 8.3.8
Problem/MotivationAs title, https://www.drupal.org/project/coder/releases/8.x-3.8 released on 24 Mar 2020Proposed resolutionRemaining tasksUser interface changesAPI changesData model changesRelease...
View ArticleBump minimist from ^1.2.0 to ^1.2.2
Problem/MotivationGitHub has notified me that minimist, one of our JS dependencies, has a vulnerability: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7598Proposed resolutionBump minimist...
View ArticleFix 'Drupal.Commenting.DocComment.ParamGroup' coding standard
Part of #2571965: [meta] Fix coding standards in core.ApproachWe are testing coding standards with PHP CodeSniffer, using the Drupal coding standards from the Coder module. Both of these packages are...
View ArticleFix 'Drupal.Commenting.DocComment.ShortSingleLine' coding standard
Part of meta-issue #2571965: [meta] Fix coding standards in coreStep 1: PreparationOpen the file core/phpcs.xml.dist and add a line for the sniff of this ticket. The sniff name is in the issue title....
View ArticleFix 'Drupal.Commenting.DocComment.MissingShort' coding standard
Part of #2571965: [meta] Fix coding standards in core.ApproachWe are testing coding standards with PHP CodeSniffer, using the Drupal coding standards from the Coder module. Both of these packages are...
View ArticleRemove translation of exception messages.
Follow up for #1987602: Convert ajax_form_callback() to a new style controllerProblem/MotivationAs specified in #1987602-79: Convert ajax_form_callback() to a new style controller Exception messages...
View Article[meta] Fix coding standards in core
You can check the current state of coding standards compliance using phpcs and coder from the command line:$ cd /path/to/drupal/root/ $ composer install $ ./vendor/bin/phpcs -p -s...
View ArticleFix 'Drupal.NamingConventions.ValidClassName' coding standard
Part of #2571965: [meta] Fix coding standards in core.ApproachWe are testing coding standards with PHP CodeSniffer, using the Drupal coding standards from the Coder module. Both of these packages are...
View ArticleFix 'Drupal.NamingConventions.ValidFunctionName' coding standard
Part of #2571965: [meta] Fix coding standards in core.ApproachWe are testing coding standards with PHP CodeSniffer, using the Drupal coding standards from the Coder module. Both of these packages are...
View Article