drupalimage filters attributes of img tags even when Limit allowed HTML tags...
This issue appears to have been introduced recently (either 8.2.0 or 8.2.1) but the drupalimage plugin is implementing a piece of the allowedContent setting previously turned on and off by the "Limit...
View Article{key_value_expire} should have expire in the primary key
Problem/MotivationWe currently have some issues with the {key_value_expire} table. Basically, the main problem is that deleting rows is very slow because the records are so large. That's probably...
View ArticleFix label visibility and add wrapper container for exposed numeric/date...
Problem/MotivationWhen exposing a views filter on a numeric or date field the labels shown are missing or not placed in a logical order. Also there is no containing span to group operator and input...
View ArticleUsing @requires extension_name in PHPUnit unit tests fails if extension is...
Problem/MotivationIf you change * @requires extension yaml to * @requires extension nope in \Drupal\Tests\Component\Serialization\YamlPeclTest and run the test you'll see:OK, but incomplete, skipped,...
View ArticleLimit width of form elements (max-width)
Problem/MotivationThe form element description tend to be very long and therefore is hard to read Also the elements don't look nice from a design point of view when they're all using a different...
View ArticleViews exposed filters take too much space
Hi, the exposed filters on views take a lot (too much) space. Let's see an example of a Commerce orders page with some extra exposed filters: the page is filled with toolbar, title, tabs, buttons,...
View ArticleMove HTML classes from claro_preprocess_textarea to a template
Problem/MotivationHTML classes should be usually added in templates instead of preprocess functions.Proposed resolutionMove the HTML classes from the preprocess function to the template. The classes...
View ArticleAutocomplete not working
Hi,First post/time here. Just setup a fresh Drupal 9 website and created some content types. I added a reference field to taxonomy to one content type. I setup that if term does not exist it get...
View ArticleReplace usages of \Drupal::lock() with IoC injection
Problem/MotivationFollow up #2729597: [meta] Replace \Drupal with injected services where appropriate in coreProposed resolutionReplace all of them with IoC injection where possibleRemaining tasksUser...
View ArticleReplace usages of \Drupal::routeMatch() with IoC injection
Problem/MotivationFollow up #2729597: [meta] Replace \Drupal with injected services where appropriate in coreProposed resolutionReplace all of them with IoC injection where possibleRemaining tasksUser...
View ArticleReplace usages of \Drupal::typedDataManager() with IoC injection
Problem/MotivationFollow up #2729597: [meta] Replace \Drupal with injected services where appropriate in coreProposed resolutionReplace all of them with IoC injection where possibleRemaining tasksUser...
View ArticleReplace usages of \Drupal::request() with IoC injection
Problem/MotivationFollow up #2729597: [meta] Replace \Drupal with injected services where appropriate in coreProposed resolutionReplace all of them with IoC injection where possibleRemaining tasksUser...
View ArticleCode spell checking for drupal 9.1.x-dev
Problem/MotivationThere are many misspelled words in the drupal core [9.1.x-dev]. Currently the Drupal dictionary contains words that are misspelt in core at the time we added spellchecking to core. It...
View ArticleBase field purging is not handling translatable fields correctly
Problem/MotivationWhen uninstalling a module that adds a custom base field definition to a entity that has been translated into more than one language, the process crashes and the module is unable to...
View ArticleProperties of Form FormElement are missing
API page: https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Render%21...I think Properties of Form FormElement are missing. For example: #validate, #submit, #tree, #method etc.
View ArticleReplace usages of \Drupal::entityDefinitionUpdateManager() with IoC injection
Problem/MotivationFollow up #2729597: [meta] Replace \Drupal with injected services where appropriate in coreProposed resolutionReplace all of them with IoC injection where possibleRemaining tasksUser...
View ArticleShortcut cleanup: Remove duplicated code and deprecate legacy functions
Updated: Comment #108Problem/MotivationThere are several problems in shortcut.module:shortcut_current_displayed_set, shortcut_default_set(), and ShortcutSetStorage::getDefaultSet() can return NULL in...
View Articlelocale_get_plural call in PluralTranslatableString is wrong
Follow-up to #2573975: function_exists check in PluralTranslatableString is wrong and #2571375: Remove TranslationManager dependency from LanguageManagerProblem/MotivationA core class shouldn't refer...
View ArticleUpdate CKEditor to version 4.14.1
Update from 4.14.0 to 4.14.1.CKEditor 4.14.1 has been released: https://ckeditor.com/blog/CKEditor-4.14.1-with-resizing-and-toolbar-impr...I encountered this Bug in Drupal 8.9, and the new release...
View ArticleReplace usages of \Drupal::moduleHandler() with IoC injection
Problem/MotivationFollow up #2729597: [meta] Replace \Drupal with injected services where appropriate in coreProposed resolutionReplace all of them with IoC injection where possibleRemaining tasksUser...
View Article