Encrypted storage of fields in core - GDPR support
General Data Protection Regulation is activate: 25 May 2018All personal data needs to be protected.It would be good if personal data were stored in the database secretly.The drupal core protects only...
View ArticleEntityReferenceAutocompleteWidget should define its size setting as an integer
While writing a PHPUnit functional test that installs a full install profile (Lightning, in this case), I encountered this error:Drupal\Core\Config\Schema\SchemaIncompleteException: Schema errors for...
View ArticleAdd Claro administration theme to core
Problem/MotivationDrupal's admin UI (the Seven theme) feels outdated and needs a visual update. The current designs were created for Drupal 7 in 2008-2009 and were slightly updated for Drupal 8. At the...
View ArticleRoadmap to stabilize Claro
Problem/MotivationClaro is aimed to be an experimental admin theme in Drupal 8.8.0 which according to Drupal development roadmap is aimed to be released on December 4, 2019. Drupal 8.8.0 feature freeze...
View ArticleAllow to set target in file link attributes
Now in the file link you can just configure to use the description as link text, would be nice to be abe to add other stuff like target attribute.
View ArticleAdd support for Dropbutton variants
Problem/MotivationView UI edit form provides smaller Dropbutton by providing extra CSS in its admin styling.The problem is that it is impossible to re-use the smaller variant of Views UI Dropbutton...
View ArticleAdd GROUP_CONCAT aggregate function to views
It would be very useful for to have a GROUP_CONCAT available as an aggregate function. like what we have now e.g. SUM, MIN, ...
View ArticleAdd link url field formatter
Problem/MotivationFront-end developers and themers who want full control over the markup use custom link markup in a parent (e.g. node) template:<a href="{{ content.field_link.url }}"...
View ArticleAdd a new test type to do real update testing
Problem/MotivationWe have hit problems with the security release of 8.6.7 and the bug fix release of 8.6.8. See:#3026386: Drush fatal error after upgrading to 8.6.6, 8.5.9, or 7.62: PHP Fatal error:...
View ArticleRe-add drupal/core-file-security in Vendor Hardening plugin composer.json
Problem/Motivation#3079481: Fix problems Vendor Hardening Plugin has with using the File Security component needed to add a duplicate, re-namespaced copy of the file security class in order to work...
View ArticleInline svg not working in drupal 7
Hi,I have been trying to figure out how to fix the inline svg issue I am having. When I add my input in the body field in ckeditor it looks like below.Learn More When the page is rendered the svg tags...
View ArticleContext values passed in configuration to ContextAwarePluginBase are disregarded
Problem/MotivationIt is supposed to be possible to pass context values into plugins that extend ContextAwarePluginBase, as part of their configuration. However, it isn't, because of this line:...
View ArticleTable elements w/o table tag used in "allowed HTML tags" are...
Problem/MotivationWhen using the filter_html filter and any of <caption>, <tbody>, <thead>, <tfoot>, <th>, <td>, <tr> tags are used in the "Allowed HTML tags"...
View ArticleView output is not used for entityreference options
Please also consider those that participated in #2714089: Views Filter by an entity reference view not working as expected when assigning issue credit. Done, see #84.Problem/MotivationWhen an entity...
View ArticleEnsure that embedded media displays sanely by default
Problem/MotivationIn #2940029: Add an input filter to display embedded Media entities, we added the ability to embed media entities into WYSIWYG text editors and HTML content, using an input filter. By...
View ArticleEntity view/form mode formatter/widget settings have no translation UI
Problem/MotivationWe need to have all configuration that a user can define, which has translatable information on it, to be translatable in the Configuration Translation module's user interface.There...
View ArticleViews filter "Published status or admin user" not working with...
Problem/MotivationAnother issue Views filter "Published status or admin user" not checking "View any unpublished content" permission assumes you are using the content_moderation module. We need to have...
View ArticleDecouple TestFileCreationTrait::getTestFiles() from simpletest module
This is a child issue of #3057420: [meta] How to deprecate Simpletest with minimal disruptionProblem/MotivationWe want to decouple the test running infrastructure from the simpletest module itself.Many...
View ArticleRace condition in file_save_upload causes data loss
First discovered in the ClamAV module: #2864506: Long ajax process causing files to disappear.A slow implementation of hook_file_validate() can cause inappropriate entries in the file_managed table,...
View ArticleUniqueFieldValueValidator does not work when used as a constraint for the...
Problem/MotivationThe UniqueFieldValueValidator does not work if the field which it is validating is also the field used for the Entity ID.This is an edge-case and only appears when the Entity Type...
View Article