EntityListBuilder::load() doesn't say what the return array is keyed by
API pages: - https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Entity%21... - https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Config%21...Both of these need to say what the...
View ArticleAssociating a taxonomy term to an image for views
Hi everybody,I'm trying to associate a taxonomy term to a specific image. So instead of listing the actual taxonomy term name, its an image. I tried adding an image field to taxonomy but I've having...
View ArticleAjax Error on Update to 8.2.3
Hello,Everytime I run update.pho to update Drupal 8.2.3 I get the following error:An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path:...
View Articlecan't JOIN to a foreign database whose name contains a hyphen
If a database name contains a hyphen, which is allowable with MySQL, then joining to it as a foreign database table will crash. This comes up when using Migrate, if the Drupal 8 site's database name...
View ArticleContent Translation does not use EntityOwnerInterface properly
Problem/MotivationIf you have an entity type that implements EntityOwnerInterface but does not use uid for the owner field, then content translation will add a content_translation_uid field instead of...
View ArticleUse Drupal JS theme functions for outputting password validation markup.
Right now the HTML markup needed for the password JavaScript matching, strength meter, and strength suggestions is hardcoded in user.js Drupal.behaviors.password behavior function. In keeping with...
View Articleall methods in SelectionInterface() are missing @param docs
API page: https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Entity!EntityRefe...None of the methods in this interface document their parameters!
View ArticleCan't save image style to field display settings
When editing the Display settings for one of my content types, I am unable to set any of my image fields to an image style. See attached images. I have ruled out PHP errors; I have run through the...
View ArticleCant delete default.settings.php
when updating from D6 to D7 instructions state to delete the file in site/settings/default.settings.php. However, I am not able to delete the file default.settings.php. Assistance is appreciated.
View ArticleHow to translate plurals in language with multiple cases (most of European)
Function format_plural is useable only if language has only one plural case (English), but I need to use it for Czech language what has (like most languages from slovenian and roman family) more cases...
View ArticleExplode processor is too strict regarding to the input value
Problem/MotivationThe explode process plugin looks too strict, it only accepts strings. For example if receiving a NULL it fails with "NULL is not a string". But sending NULLs to pipeline looks like a...
View ArticleToolbar styles are broken on a very small screen
Problem/MotivationToolbar styles are broken on screens smaller than 264px. This bug makes some of the links in the toolbar unusable because the elements are on top of each other.Proposed...
View ArticleImprove reverse proxy documentation in default.settings.php
Problem/MotivationThe reverse proxy configuration and documentation in default.settings.php has some minor issues:- copy/paste errors: most of the comments refer to "client protocol" instead of the...
View ArticleImprove 'administer content' permission description
Problem/MotivationIt took me a long time to figure out what the Node - Administer Content (internally known as administer-nodes) permission was for. Documentation for it elsewhere is scarce and IMHO...
View ArticleUser roles field access is inconsistent, users with 'administer...
Problem/MotivationThis is approved as a public security hardening in #25.Access to modify a users role is handled inconsistently. The user access control handler incorrectly allows users with...
View ArticleAdd permission description to 'administer permissions'
administer permissions is arguably the most important permission on the site. Roles who have this permission have keys to the whole kingdom; they can assign themselves any permission. This permission...
View ArticleCan't login in chrome
I installed Drupal on AWS ec2 server (using httpd) I can't seem to login when using chrome, but when using firefox the site works normallySteps to reproduce: Did a fresh install of Drupal 7.54 on my...
View ArticleAmerica/Montreal and other linked timezones missing from Default time zone...
Problem/MotivationWhen going to admin/config/regional/settings (or picking a timezone in a user profile), America/Montreal is missing from the list. Proposed resolutionSwitch to...
View ArticleInconsistent translation naming for dev in _install_get_version_info and...
On today's 8.3.x HEAD, there appears to be an inconsistency in the expectations regarding the name of local translation files for a 8.3.x-dev version. For example with langcode == "fr"During the...
View ArticleMigrated forum comments not taken into account on forum thread list view
Problem/MotivationI migrated my D7 site to 8.4.x-dev. When migrating forum content, I noticed that the Replies and Last reply columns of the forum thread list view are not taking the migrated comments...
View Article