Replace i.e. and e.g. with English words in core/module A-L
Need to replace the word e.g. with "for example" or "for instance" and i.e. with "that is" English literals in the in core/module A-LNote: Frequently, the replacement of text with 'for instance' or...
View ArticleUpdate stylelint rules color-hex-case and color-hex-length to be consistent...
Problem/MotivationFollow-up to #2865971: Use stylelint as opposed to csslint in core. Configure the color-hex-case to be consistent with...
View Articleresponsive_image_preprocess_responsive_image() and responsive-image.html.twig...
Problem/MotivationFrom responsive_image_preprocess_responsive_image(): // Make sure that width and height are proper values // If they exists we'll output them // @see...
View ArticleAccessing the original entity in field templates is hard
Problem/MotivationLet's make a field template and access some date from the entity:datetime = element['#object'].getCreatedTime|format_date('html_datetime') That's less than ideal.Proposed...
View ArticleDo #attributes/$variables['attributes'] to go the <picture>...
Follow-up to #2260061-297: Responsive image module does not support sizes/picture polyfill 2.2- 'attributes' stays in the $variables array that gets passed to responsive-image.html.twig, and is thus...
View ArticleResponsive image style is deleted when a mapped image style is deleted
Problem/MotivationResponsive image style is deleted when a mapped (or fallback) image style gets deleted. This is because of unresolved dependency.Proposed resolutionImplement onDependencyRemoval()...
View ArticleLimiting options for exposed Language filters causes errors and doesn't...
Problem/MotivationWith a View, if you limit the options of an exposed Language filter, two things happen:Several errors will be generated:Notice: Undefined property:...
View Article[PP-1] Update jQuery to version 3
Problem/MotivationNow that jQuery 3.0 has been released jQuery 2.x will only be receiving security updates. I know what we've had discussions about updating specific libraries in the past. But there...
View ArticleFile usage is incorrect
The view /admin/content/files shows me an incorrect file usage. These files are not in the file_usage table in the database and so the files could be deleted, but the file status is also set to 1.-...
View ArticleUpdate stylelint rule declaration-block-no-duplicate-properties to be...
Problem/MotivationFollow-up to #2865971: Use stylelint as opposed to csslint in core. Configure the declaration-block-no-duplicate-properties to be consistent with...
View ArticleMoving taxonomy term in filed display screen causes formatter change
I have my taxonomy terms on content types (full) set to display as LABEL ("link to the referenced entity"). Any time I move the field in the content display screen, the label changes to RSS category,...
View Article[meta] Make multilingual views work
If you create a multi-lingual site, and try to use Views on it, you'll run into various problems.This meta-issue exists to collect all of the various problems in one place.Overall PlanIn the presence...
View ArticleResponsive image styles can be configured so that the picture tag output does...
Problem/MotivationResponsive image styles can be configured so that the picture tag output does not follow the specs.From the specs: If an image candidate string for an source or img element has the...
View ArticleThrow an exception when testing status code or response headers in functional...
Problem/MotivationIn preparation for #2775653: [PP-2] JavascriptTests with webDriver we need to ensure that we have no more calls to statusCodeEquals() and responseHeaderEquals().Given that I think we...
View ArticleContextuals links does not display in custom theme
Hi all,I'm trying to display a node template from a custom module (I am using Drupal 8.3.1).Here my .module : <?php define('DEVLABS_ALERT', 'devlabs_alert'); /** * Implements hook_theme(). */...
View ArticleSet realistic image upload limits for user picture field
First of all, I am *so* happy to see the profile image as an actual field, so YAY to everyone who helped get that done :) This issue is so we can actually use it :)Problem/MotivationToday, I decided to...
View Articledrupal_mkdir does not set permissions to directories it created recursively
Patch confusionThis issue has patches for both 8 and 7. The 7 issue is created, and the goal remaining on this issue is to test the rerolled patch in #123 for 8.4.x.Problem/MotivationPHP mkdir() does...
View ArticleMake the HTML wrapper tag for media items more semantically correct
This issue is spun off from #2831274-390: Bring Media entity module to core as Media module, specifically this point of review:Twig templates use ?...
View ArticlePath alias widget on entity forms should fall back to language neutral aliases
Problem/MotivationInstall standard.Add a page node, with an alias via the node form.Add a second page node, with no alias.Then add an alias for admin/config/searchExpected result:Both aliases have...
View ArticleFatal error: Unsupported operand types within core field module
Please see the patch attached.We are dealing with fields that have been migrated from d5 to d7 and we were getting 'Fatal error: Unsupported operand types' for the statement: $display['settings'] +=...
View Article