TestSiteApplicationTest::testInstallInDifferentLanguage requires...
Problem/MotivationRunning TestSiteApplicationTest::testInstallInDifferentLanguage() fails on Drupal 9.0.x because1) Drupal\Tests\Scripts\TestSiteApplicationTest::testInstallInDifferentLanguage In...
View ArticleFix FileTransferAuthorizeFormTest and UpdateUploadTest on 9.0.x
Problem/MotivationFileTransferAuthorizeFormTest and UpdateUploadTest are failing on 9.0.x because the zip files they use contain info.yml files withcore: 8.x Proposed...
View ArticleSupport third party settings for components within a section
There's an issue to support adding third party settings to sections: #2942661: Sections should have third-party settings, but it would be great to also support third party settings for individual...
View ArticleDisallow saving config entities with applied configuration overrides
If you use the Drupal's admin in another language than the default language when enabling module or adding field or making any new translatable config, you risk having different langcode in your...
View ArticleAdd support for inline JS/CSS with #attached
Problem/MotivationIt looks like someone removed the ability to attach inline JS. No idea why, but I need this and I cannot move this to a library file.Issues:JS cannot attached with 'html_head' as the...
View ArticleCreate a public API for indicating resource types should not be exposed
Problem/MotivationMany sites are using the JSON:API Extras module to refine the API that JSON:API exposes by default. One such refinement is the ability to "disable" resource types. To do that,...
View ArticleDrupal 8 updating issue -...
After updading a Drupal site from 8.6.16 to 8.7.1 (PostgreSQL 9.6.13 , Nginx) I get this error in almost every operation (creating a view , installing a module, importing feeds, ....) with diferent...
View ArticleMake exposure of translation meta fields conditional
Problem/MotivationThis module should only show the its own Published, Authored by, and Authored on fields if those are not provided natively by the entity type.
View ArticleAdd ability to select a timezone for datetime field
Problem/MotivationImagine an organisation WidgetCo with editors and users in a variety of different time zones. They commonly face 2 problems trying to use the Date module. Support for some of this was...
View ArticleExposed filter with content type doesn't work
Hello,Exposed filter doesn't work with content type, Show all content types even not selected once.ReproduceCreate New ViewAdd FILTER CRITERIA of Type content typeSelect only few Content type in my...
View ArticleDeprecate html5shiv and remove usages in core
Problem/MotivationThe polyfill added in #1077878: Add HTML5shiv to core is no longer needed by any of the browsers supported by Drupal core. Proposed resolutionRemove the usage of html5shiv in core and...
View ArticleDeadlock on semaphore table when writing a cache collector.
Here is the error messageDrupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction: INSERT INTO...
View ArticleEntity save post transactional hook
Problem/MotivationCurrently if a DB supporting transactions is used then on entity save the transaction will be committed after the SqlContentEntityStorage::save() method is finished and the...
View ArticleRace conditions with lock/cache using non-database storage - add a...
Contact person responsible and ready to help@FabianxProblem/MotivationDrupal promises you can use different cache and lock backends like Memcache, Redis, etc. instead of the Database backend but that...
View ArticleDocument settings for queue backend in default.settings.php
Problem/MotivationWhile exploring the Queue API, I noticed that the backend is selected by defined settings, or fallbacks to the database backend if they haven't been set. These settings are however...
View Articleuser module's flood controls should do better logging
Problem/MotivationAt present if an attempt to authenticate via the user login form is blocked by flood control, nothing useful is logged.The form gets an error set on it, but the response is still a...
View ArticleAdd reliable queue default setting
Problem/MotivationThe following code: if ($reliable) { $service_name = $this->settings->get('queue_reliable_service_' . $name); } // If no reliable queue was defined, check the service and global...
View ArticleDoctrine no longer supports SimpleAnnotationReader, incorporate a solution...
Contributor tasks neededTaskNovice task?Contributor instructionsComplete?Follow-up to #2421451: Drupal needs comments in opcacheProblem/MotivationSimpleAnnotationReader has been deprecated by Doctrine....
View Article