Update report incorrectly recommends security releases for old minors when a...
Problem/Motivationin #2990511-39: Add comprehensive test coverage for update status for security releases cases were found where in Update reports, if security release is needed for current minor and...
View ArticleAdd a read-more link if output is trimmed but more link path empty
Hi, I want to "Add a read-more link if output is trimmed" to a long text field in a view, but I dont want it to be a link, I just want the text "read more". I hoped that if I didn't fill in the "more...
View ArticleChanges to a block's text field not saved when ckeditor source mode is...
Problem/MotivationOn a layout builder page I am seeing data loss when saving an existing block with source mode enabled in ckeditor. At least the data loss is quite obvious ;)Steps to reproduce:Add...
View ArticleEvaluate/upgrade to js.cookie 3
Problem/Motivation#2550717: [JS] Replace jQuery.cookie with JS-cookie and provide a BC layer switches us from jquery.cookie to js.cookie 2.js.cookie 3.0.0-rc.0 was just released, so we should look into...
View ArticleNot all form elements can't use in vertical_tabs
Not all form elements cant use in vertical_tabs.Missing #process and #pre_render groups callbacks like processGroup and preRenderGroup
View ArticleSupport context aware layout plugins
Problem/MotivationLayout plugins are great, but they don't have the ability to interact with the context APIE.g. a layout plugin might define one set of regions for a given node, but different regions...
View ArticleNotice: Undefined index: #item in user_user_view_alter()
Problem/MotivationNotice: Undefined index: #item in user_user_view_alter() (line 409 of /Users/jungle/repo/drupal/web/core/modules/user/user.module) #0 The line 409 of the file...
View ArticleRemove duplicate scaffold files
Problem/MotivationIn #3067645: Add core scaffold assets to drupal/core's composer.json extra field, duplicate copies of the Drupal scaffold files were created to support #2982680: Add composer-ready...
View ArticleReplace usages of \Drupal::service('renderer') with IoC injection
Follow-up to #2704871: Replace usages of deprecated method drupal_render()Problem/MotivationIn #2729597: [meta] Replace \Drupal with injected services where appropriate in core we generally decided to...
View ArticleRemove migrate initiative from drupal.org as an active initiative
Problem/MotivationThe migrate initiative succeeded in stabilizing Drupal 6 and Drupal 7 to Drupal 8. The last remaining parts were finalized in #2966856: Hide and disable Drupal Migrate Multilingual....
View ArticleDrupal should notice X-Forwarded-Prefix
I'm trying to run Drupal 8 behind a Reverse Proxy. The public URL does include a path. Something like: https://example.org/my/pathI configured Drupal like this (see...
View ArticleBetween April 13 and April 17, 2020: Add return typehints to setUp/tearDown...
Problem/MotivationSpin-off from #3063887: Support PHPUnit 8 in Drupal 9, drop support for PHPUnit 7.PHPUnit 8 is changing the signature of the main test methods that test classes extend - above all...
View ArticleUser display alt text hard coded to "image" formatter
When users upload a user picture the user profile page under /user/uid is causing a WSOD. By enabling Devel and error handling output it shows the follwong error message:The website encountered an...
View ArticleUse the exact current time in KV and tempstore.
Problem/MotivationThe Brightcove module needs API access tokens, which expire every 5 minutes. Thereby it is using the KV expireable to invalidate these access tokens. In a normal HTTP request, this is...
View ArticleAllow disabling the Inline Form Errors summary
Problem/MotivationIn certain cases we want to disable duplicate messages (on top - summary - and inline). We currently have the #error_no_message property which allowed us to disable errors messages...
View ArticleSplit ImageStyle into the config entity and a separate event-based image...
Problem/MotivationThe ImageStyle class is a config entity that besides doing the config entity, also has methods that do process images into derivatives.This is probably the result of the migration of...
View ArticleImage styles not generated over Windows Server 2012 IIS8.5
I have read several tips from the forum but I could not get my issue work yet. When I upload an image from an article, the upload works on "sites/default/files" but the thumbnails are not generated on...
View ArticleReplace \Drupal\Component\Utility\Environment::checkMemoryLimit with a PHP...
Problem/MotivationIn #2583041: [PP-2] GD toolkit & operations should check for available memory we identified how \Drupal\Component\Utility\Environment::checkMemoryLimit, being a static method,...
View ArticleMissing padding in Views Add button popup's notice message
Problem/MotivationWhen adding new field in view, the notification message misses left-paddingSteps to reproduce:Set Claro as default admin themeAdd a new view. Choose display FieldsAdd a new field - a...
View ArticleForm tokens are now rendered lazily, so forms now *can* be cacheable: stop...
Problem/Motivation#2559011: Ensure form tokens are marked max-age=0 made sure the form token (a CSRF token) was only set for authenticated users, and ensured it specified max-age=0.#2571995: GET forms...
View Article