Comment form should redirect to the current page when the form is in a block
Problem/MotivationIf a comment-form is attached to a block, the redirect after submission is wrong - it points to the page "block/[block-id]/2#comment-x - instead of the current page.
View ArticleGet rid of the path /node in Frontpage
Hello and thanks if anyone will help. I really do not understand how to have a frontpage with the name"frontpage.com" and not "frontpage.com/node" - I know the default frontpage is a View and that I...
View ArticleFind replacement for Modernizr touchevent test and deprecate
Problem/MotivationIn #3100937: Update modernizr to 3.8.0, it was discovered that Modernizr's touchevent test is deprecated. https://github.com/Modernizr/Modernizr/pull/2432 There are also problems with...
View ArticleMove tests of the update system to use the new 8.8.x filled tarball
Problem/MotivationUpdatePathWithBrokenRoutingFilledTestEntityUpdateToPublishableTestEntityUpdateInitialTestneed to use the 8.8.x filled update so they continue to work after #3087644: Remove Drupal 8...
View ArticleError: Unsupported operand types in FieldInfo->prepareInstance() line 537...
I got this on my site using Drupal 7.69 with PHP 7.3 on Window.Error: Unsupported operand types in FieldInfo->prepareInstance() line 537 ...\modules\field\field.info.class.incI don't know maybe this...
View ArticleNotice: Undefined index: value in...
To reproduce:Make a site that has Content Type A with an entity reference field to Content Type B Make some content that has this reference as a sample Make a view that shows content of Type A Add an...
View ArticleSupport 'required' in details.html.twig by adding a marker to the...
Problem/MotivationThe details.html.twig element has a variable 'required' that specifies whether it contains required fields. However, setting this variable has no effect on the visual...
View ArticleExclude test files from release packages
Problem/MotivationReduce disk space on local server. Automated tests greatly increase the size of a bare Drupal installation on disk. (As of 609912bced (8.8.x, July 15, 2019), they accounted for 43M of...
View ArticleCopy media library styles from Seven to Claro
Problem/MotivationMedia Library has been marked as stable in 8.8.x and as a result, most of the related styles were moved to Seven. Right now, if someone tries to use Media Library with Claro, it's...
View ArticleInstall module from URL fails: Cannot open <em...
My site was updated to version 8.8 and now I can not install new modules from an URL.Cannot open <em class="placeholder">temporary://update-cache-f1a62f70/google_analytics-8.x-2.4.zip</em>...
View ArticleUpdate core JavaScript dependencies listed in package.json
Problem/MotivationWe should update all of core's remaining JavaScript dependencies prior to 9.0.0-beta1, including any major version updates that may be available. This includes dependencies listed in...
View ArticleConvert appearance-related modules: breakpoint, color, layout_builder,...
Problem/Motivation#3041924: [META] Convert hook_help() module overview text to topics for the breakpoint, color, layout_builder, layout_discovery, and field_layout modules.Also the parts of the system...
View ArticleConvert internationalization modules: config_translation,...
Problem/Motivation#3041924: [META] Convert hook_help() module overview text to topics for the internationalization modules: config_translation, content_translation, locale, language module(s).Proposed...
View ArticleRemove the code used to workaround the lack of support for stream wrappers in...
GDToolkit::save() contains the following code. // Work around lack of stream wrapper support in imagejpeg() and imagepng(). if ($scheme &&...
View ArticleCannot save translated nodes after upgrading to 8.8 due to invalid path
Hm. Perhaps I'm doing sth. wrong, but after upgrading a few sites to Drupal 8.8 I found that I cannot save newly translated nodes anymore. The error message is "Either the path '/node/[nid]' is invalid...
View ArticleConfig exclude Drupal core feature doesn't work (Drupal 8.8.1)
In a Drupal 8.8.1 project I'm trying to exclude Devel and Webprofiler contrib modules configs from being exported while running drush cex command, for that I used the new Drupal 8.8.0 feature configs...
View ArticleMake css/js optimized assets path configurable
Problem/MotivationCSS/JS optimized assets directory is hardcoded to public://{css,js}.A user may want to store optimized assets in a different path for better performance or reliability, for example...
View ArticleDrupal 8.7.10 to 8.8.0 updb fails
Updating from Drupal 8.7.10 to Drupal 8.8.0 and I've run into a few issues, not 100% sure they're all related but can't seem to find solutions.1. After pulling in new code I run a drush updb and see a...
View ArticleRemove weight field from Media Library widget when only single media can be...
Problem/MotivationMedia Library widget has a weight field that allows specifying order of the attached media entities. The weight field doesn't have any effect when only single media can be attached to...
View ArticleEntityConverter can fail with an exception when passing an invalid entity type
Problem/MotivationBoth EntityConverter and AdminPathConfigEntityConverter call getDefinition()/getStorage on a dynamic $entity_type_id without verifying that it does exist.Somehow a bot visited URL's...
View Article