Not setting the strict option of the Choice constraint to true is deprecated...
Problem/MotivationSee #2927746-62: Update Symfony components to 3.4.*Proposed resolutionFix our usages in validation layer Remove deprecation from whitelist in the deprecation bridge listener.Remaining...
View Articleedit image - no url of the present picture available
in D7 it was possible to edit pictures. The dialog (mark the picture and click the media button in ckeditor) opened with the url link to the present picture. Just now it is empty and the user hast to...
View ArticleAdd project Bigmenu functionality to core (expandable subtrees via Ajax)
Large menu structures are bad to handle. I would love to see a functionality like https://www.drupal.org/project/bigmenu in core.
View ArticleResend welcome message from admin user/edit
Updated: Comment #74Problem/MotivationNew users registering accounts on a Drupal site can lose the welcome email to their spam filtering software.New users can be created/imported into a Drupal system...
View ArticleImplement a tamper-proof hash for the media library state
Problem/MotivationFrom #2983179-16: Implement stricter access checking for the media library widget view:Right now, the media library depends on a state value object derived from URL query parameters....
View ArticleUniqueFieldValueValidator lowercasing Label of field on violation message
Problem/MotivationAs discovered in #3027745: UniqueFieldConstraint doesn't work for entities with string IDs, the UniqueFieldValueValidator lowerify the label of field when generating the message of...
View ArticleRemove the phpunit initiative from MAINTAINERS.txt
The initiative is done, all Simpletests that needed to be converted, have been converted.Discussed with @Lendude and @dawehener that we feel this constitutes the completion of our goals.Again, a big...
View Article"reset password" page ignores the user's language selection
The "reset password" page that comes up after clicking on a one-time login link uses the default site language instead of the user's language.To reproduce this, you need the localization module...
View Article[PP-1] Properly deprecate drupal_unlink()
Replace deprecated drupal_unlink() function calls with unlink() method of the file_system service.
View ArticleDeprecate WebTestBase and its required classes and traits in favour of...
Problem/MotivationBrowserTestBase seems to be working well. Let's deprecate WebTestBase so people start making new tests using BrowserTestBase.Based on comment #10, we need to wait on formal...
View ArticleUmami Article Spanish Translation: The Umami guide to our favorite mushrooms
Problem/MotivationWe need to translate this article to Spanish so we can demonstrate Drupal's multilingual capabilities. This issue is to produce and agree a translation, not to actually incorporate it...
View ArticleAdd "Edit 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 ArticleAllow all eligible bundles if target bundles aren't configured
While reviewing #3033653: InvalidArgumentException when adding reference field without Media type, I discovered MediaLibraryWidget has: protected function getAllowedMediaTypeIdsSorted() { // Get the...
View ArticleImprove test coverage for Inline Form Errors
Problem/Motivation#2880011: Allow disabling the Inline Form Errors summary needs refactoring of test FormErrorHandlerTest.Add one form in the Setup with fields for various test cases (e.g. missing or...
View ArticleWhich is fast user_load(uid) and user_load_by_mail(email) in drupal 8
I want to user_load (uid). but my page more user_load (uid) function. so my page slow loadingWhich is fast user_load(uid) and user_load_by_mail(email) in drupal 8Any other way please tell me.
View ArticleClean up entity reference field settings anomalies
What appear to be a few redundancies and some a-typical behavior can be cleaned up wrt entity reference field creation:1: On the manage field tab of content types (e.g....
View ArticleDelegate media library access to the "thing" that opened the library
Problem/MotivationFrom #2983179-16: Implement stricter access checking for the media library widget view:Secondly, as @marcoscano points out, a permission might be too blunt of an instrument for...
View ArticleImprove awareness of security on the FAPI Reference Page
API page: https://api.drupal.org/api/drupal/developer!topics!forms_api_reference.h...I wrote an article today, suggesting that we should improve our awareness of security issues. One of my suggestions...
View ArticleUse form element of type date instead textfield when selecting a date in an...
Problem/MotivationWhen adding a datetime exposed filter I cannot simply select a date - I have to manually enter a date which is very bad UX.Proposed resolutionUse a form element with '#type' =>...
View ArticleTaxonomy "Reset to alphabetical" doesn't clear cache of entities
Problem/MotivationWhen you reorder the taxonomy terms with the "Reset to alphabetical" button, the weight of all the terms is reset to 0 (seeable in database), but their cache is not cleared. If you...
View Article