Packaging info from .info.yml often creates conflicts when patching
Problem/MotivationDisclaimer: Not sure that is the right project to post this.Add a module as dist (using a stable, beta, alpha version) in your composer.json.Create a patch that fixes the .info.yml...
View ArticleError when installing config_translation: setEntity() must implement...
I got he following error when trying to install config_translation in 8.4The website encountered an unexpected error. Please try again later. Recoverable fatal error: Argument 1 passed to...
View ArticleDrupal core should inform the user of the security coverage for the...
Problem/MotivationCurrently, Drupal.org and various communication channels inform site owners of when the next important (and possibly more difficult) minor version update is scheduled, but this...
View ArticleWhen embedding media, don't let authors choose view modes that are not...
Currently you are able to allow a user to select from multiple view modes when embedding media; however, this list when embedding is not respecting if a view mode is enabled for that particular...
View ArticleRmove BC layer for TestSetupTrait
Problem/MotivationTestSiteInstallCommand does not yet provide the property but it's not tested with deprecation messages so we never got to see that warning.Proposed resolutionDefault to stark. I think...
View ArticleRemove BC layers in various Drupal\Core components
Removes various simple BC layers in various places in Drupal\Core. More or less covering everything that doesn't have a dedicated issue yet although a few still need an issue as they seemed a bit too...
View ArticleAllow entity reference views arguments to display the entity label in titles...
Related issue for D6 and D7 here: #1211264: Set the view title to term name when filter argument is term idIn D8, the issue seems to continue. I am actually trying to override term pages for Products...
View ArticleRemove \Drupal\Core\Messenger\LegacyMessenger
The ultimate goal of this issue is to remove \Drupal\Core\Messenger\LegacyMessenger entirely (which is deprecated and scheduled for removal prior to 9.0.0) and solely rely on the Messenger service.If...
View ArticleRemove BC layer from \Drupal\Core\DrupalKernel::getInstallProfile()
Problem/Motivation#2156401: Write install_profile value to configuration and only to settings.php if it is writeable added a BC layer to read the install profile from settings.php instead of...
View ArticleDrupal 8 updating issue -...
After updading a Drupal site from 8.6.16 to 8.7.1 (PostgreSQL 9.6.13 , Nginx) I get this error in almost every operation (creating a view , installing a module, importing feeds, ....) with diferent...
View ArticleRemove all @deprecated code in the filter module
grep -nri "deprecated" core/modules/filter/ core/modules/filter//tests/src/Kernel/Migrate/d6/FilterFormatPermissionTest.php:37: * @expectedDeprecation Passing a migration process plugin as the fourth...
View ArticleNot all node, taxonomy entity tokens are multilingual aware
Problem/MotivationEntity token implementations do not consider that base fields may be translatable. node.tokens.inc only considers body and summary to be multilingual, not title, author, changed or...
View ArticleMigrate D6 and D7 node revision translations to D8
Follow-up to #2225775: Migrate Drupal 6 core node translation to Drupal 8Problem/MotivationIn D8, a node revision has data for all languages. In D6 and D7, each node revision has data for just one...
View ArticleModerated content - view showing error message
Content Moderation module adds a Moderated content view, which is showing error messageNo valid values found on filter: Content revision: Moderation state.This is because of the misconfiguration of the...
View Article[meta] replace uses of REQUEST_TIME and time() with time service
A time service was added to 8.3.x in #2717207: Add a time service to provide consistent interaction with time()/microtime() and superglobals. Core code should be updated to remove deprecated uses of...
View ArticleFix timezone settings (for users)
Right now the users are allowed to set their own time zone - this lead to several issues with international editorial teams - untick permission on /admin/config/regional/settings
View ArticleDetermine strategy for handling packaging of dev tarballs.
As of January 30th, Drupal Infrastructure deployed the official method for building all of the tarballs for drupal 8.8 and higher using composer create-project to leverage the templates that instead of...
View ArticleFix update XML fixtures bad data
Problem/MotivationThere are various problems with the update xml in core/modules/update/tests/modules/update_testThese problem don't make the test fail but should be fixedFor...
View ArticleReview / improve usability of #3096078 core compatibility ranges on available...
Problem/Motivation#3096078: Display core compatibility ranges for available module updates was committed before a usability review.It adds a lot of (mostly duplicate) text to the available updates...
View ArticleAdd more strict checking of hook_update_last_removed() and better explanation
Problem/MotivationIn #3087644: Remove Drupal 8 updates up to and including 88**, we noticed that using that hook_update_last_removed() is not actually that strictly enforced (it requires to have an...
View Article