Label changed ignored
Problem/MotivationIn a fresh installation, you can change the labels of the languages. The change in english language doesnt work.Steps to reproduce Fresh installation. Install one not english language...
View ArticleImprove link styles for better accessibility
This is a follow up from #2938194: Focus styles should meet accessibility guidelines in Umami theme=== I think links which get underline on focus is a weak style. Let's have follow-up issues for...
View ArticlePassword reset form has no flood protection
Problem/MotivationCurrently, User X can request a new password an infinite amount of times. This can be confirmed by the logs at admin/reports/dblog.Update 8/15/13: The issue is still in the Drupal8...
View ArticleDrush site-install command doesn't work when settings.php is present
Since the addition of a the core drush command to run a site installation, drush no longer works correctly to install. Drush doesn't read existing database connection information. In fact it never...
View ArticleAllow updating modules with new service dependencies
Problem/MotivationWhen a module update introduces a dependency on a new module and adds a service with a dependency on a service of the new module. The system breaks and the update hook can not be...
View ArticleAbility to delete/retrieve all items in a PrivateTempStore for a given owner
Problem/MotivationThe PrivateTempStore works nice and well for creating a store, adding items to that store and then deleting individual items from the store. However, it does not provide an API to...
View ArticleEntity reference does not validate auto-created entities
ProblemAt #2429037: Allow adding entity level constraints we figured entity references do not validate auto-created entities for being valid. If there is custom validation logic e.g. on their label...
View ArticleAdd the option in system menu block to "Expand all items in this tree"
Problem/MotivationRight now using the core menu block subtrees aren't show unless they are in the active trail. This isn't ideal for things like primary navigation which require subtrees to be shown...
View ArticleCore entity_get_controller gets a NULL controller class
PHP Fatal error: Class name must be a valid object or a string in /var/www/html/includes/common.inc on line 7779, referer: [site]I have traced this down to the MCAPI module/library. I will enable:...
View ArticleImageItem should have an "derivatives" computed property, to expose...
Problem/MotivationThis is a sister issue of #2517030: Add a URL formatter for the image field and #2825487: Fix normalization of File entities: file entities should expose the file URL as a computed...
View ArticleLayout Builder does not seem to work with Formatter Class Module
Layout Builder Module seems to be incompatible with the field formatter class module (adding extra CSS class to fields): I am trying to style the layout of a profile type (Profile Module). After...
View ArticleSupport config entities in typed data EntityAdapter
Problem/MotivationNow as the new entity field API got committed, we need to convert existing entity types to make use of it. See #1346214: [meta] Unified Entity Field API and the "Entity Field API"...
View ArticleCustomise tour loading by URL
Updated based on comment #8Tour allows you to automatically start a tour on a given path, and link to a part of that tour, however this assumes that Tour's only live on specific paths, or that tours...
View ArticleBug on rdf comment storage load
When deleting all comments from nodes, site breaks throwing error. It seems like current if is not sufficiently filtering and not covering all use cases.I'll attach resolution proposition.Error: Call...
View ArticleEntity type CRUD operations must use the last installed entity type and field...
Problem/MotivationWhen updating an entity type via EntityDefinitionUpdateManager::updateEntityType(), EntityFieldManager uses the dynamically-generated runtime entity type to build the field...
View Articledefault_revision can be left around in data table due to broken entity type CRUD
Problem/Motivation#2976035: Entity type CRUD operations must use the last installed entity type and field storage definitions means that various updates can install incorrect field storage definitions...
View Article[META] Remove all usages of drupal_get_message and drupal_set_message
Problem/MotivationAfter #2760167: Add \Drupal\Core\Messenger\Messenger, we can remove usage of drupal_set_message and drupal_get_message from core.Proposed resolutionAs agreed in #57, this is a meta...
View ArticleCall to a member function getThirdPartySetting() on null in...
I'm using config_installer to install. Almost at the end of the installation, I get the following fatal error. I previously applied patch 1356276-302, but I don't think this is related. It started...
View ArticleProposal: Add a new "meetings" component for initiative (and...
Problem/MotivationA few initiatives (e.g. https://www.drupal.org/project/cmi2 and https://www.drupal.org/project/jsdrupal and layouts (not sure the URL) have started doing this AWESOME thing borrowed...
View ArticleBuild a stable API for updating media item thumbnails
This issue is spun off from #2831274-390: Bring Media entity module to core as Media module.There has been some disagreement and bikeshedding about how to handle updates to media entity thumbnails....
View Article