[META] Requirements for tagging Drupal 9.0.0-alpha1
Problem/MotivationOpening the Drupal 9 branch allows a few things to happen.We can upgrade Drupal's PHP requirements to require Symfony 4 or higher (and Twig etc.)Contrib modules can test against the...
View ArticleDon't show the revision log message on creation of content, media, etc.
When adding a new entity to the system, the ability to log a revision message makes very little sense, and in some cases, e.g. media, the visual prominence is overwhelming and takes attention away from...
View ArticleEnsure all minor versions in composer.json match composer.lock
Problem/MotivationA follow-up to #2874817: Update zendframework/zend-diactoros from 1.3.10 to 1.4.0 and #2864037: [META] Update core PHP dependencies.In composer.lock, zendframework/zend-diactoros is...
View Article[META] Requirements for tagging Drupal 9.0.0-beta1
Problem/MotivationFollowing alpha releases of Drupal 9 (see #2608062: [META] Requirements for tagging Drupal 9.0.0-alpha1), we have some criteria for when beta releases would be tagged. Postponed on...
View ArticleRemove duplicate scaffold files
Problem/MotivationIn #3067645: Add core scaffold assets to drupal/core's composer.json extra field, duplicate copies of the Drupal scaffold files were created to support #2982680: Add composer-ready...
View ArticleEmbed Iframe google map
I am trying to embed a google map (iframe code) in the Drupal page (Basic page). But the map doesn't show up (Just in google chrome browser). I have just copied, pasted from snazzy map to a Drupal...
View ArticleReplace usages of JsWebAssert::assertWaitOnAjaxRequest() in core
Problem/MotivationThis is a child issue of #3061852: [META] Deprecate assertWaitOnAjaxRequest() and make the JsWebAssert::waitFor*() methods behave like real assertions, which plans to deprecate...
View ArticleDrupal 8.x on Postgresql 12
Hi,Tried to run drupal 8.7 on Postgresql 12beta1. It does not run, is version 12 supported ?Regards,
View ArticleProposal: split ImageStyle into the config entity and a separate image...
Problem/MotivationThe ImageStyle class is a config entity that besides doing the config entity, also has methods that do process images into derivatives.This is probably the result of the migration of...
View ArticleUpdate coder to 8.3.7
Problem/MotivationUpdate drupal/coder to the latest version.Includes PHP 7.4 supportBugfixes#2958175: Add rule to prevent direct usage of $_GET, $_POST, $_REQUEST and $_FILES in Drupal 8Proposed...
View ArticleAvoid printing scaffold file information over and over
Problem/MotivationWhen running `composer scaffold` (or other Composer command such as `composer install` that end up calling scaffold), a list of every file processed is printed.In general, this...
View ArticleAvoid overwriting .htaccess changes during scaffolding
Problem/MotivationIf users modify scaffold files (e.g. ".htaccess"), then they might not get changes to this file made in newer versions of Drupal.Scaffold files should not be modified in...
View ArticleConvert block configuration page's "Block title" to...
When configuring a block in Drupal 8 the form field "Block title" and accompanying "Display title" checkbox are not as clear nor explicit as they should be. Consider the following:When configuring...
View ArticleMove waitForElementsCount from MediaLibraryTestBase to JSWebAssert
Problem/MotivationThe test method waitForElementsCount would helpful to have available for other tests. Therefore, I'm opening this issue to explore moving it from MediaLibraryTestBase to...
View ArticleMove waitForNoText from MediaLibraryTestBase to JSWebAssert
Problem/MotivationThe test method waitForNoText would helpful to have available for other tests. Therefore, I'm opening this issue to explore moving it from MediaLibraryTestBase to JSWebAssert. In...
View ArticleMake the JsWebAssert::waitFor*() methods behave like real assertions
Problem/MotivationThis is a child issue of #3061852: [META] Deprecate assertWaitOnAjaxRequest() and make the JsWebAssert::waitFor*() methods behave like real assertions This task will handle this part...
View ArticleProvide an example of how to manage robots.txt and .htaccess with Composer
Problem/MotivationUsers are encouraged to modify their .htaccess file directly in a comment in that same file; since this comment has been in place for a while, people are used to doing it....
View ArticleEnsure that 'composer update' evaluates dependencies using the...
Problem/MotivationToday, whenever a patch includes an updated composer.lock file, the dependencies in that lock file are calculated using whatever PHP version the patch submitter happens to be using....
View ArticleHow does aggregation work for JavaScript and CSS files?
Hi,I like to know, how Drupal 8 aggregations are working for CSS and JS files. When it will create a temp file if opted for aggregation?We have the realtime scenario, We have 2 drupal nodes, 2 LB...
View Article