Deleting latest revision deletes entry in workspace_association table
Problem/MotivationDeleting a revision in a workspace removes the workspace association for that entity, even if there are previous revisions. This means the revision is no longer shown in an active...
View ArticleOriginal language is unknown when install a core recipe in a site that does...
Problem/MotivationIf you apply a recipe defined in English, for example any of the CORE recipes, in a Drupal site that does not have the English language, when translating the configuration that has...
View ArticleLook for recipes in common locations where site builders might keep them
Problem/MotivationIn that issue, we're making the RecipeDiscovery better by ensuring it always searches core's recipes, rather than just the directory that contains the recipe currently being...
View ArticleModel core's minimal install profile as recipes
Once we model the Standard profile. We should be able to assemble a recipe that could replace the minimal profile.
View ArticleAdd a core/core.recipes.api.php file
Problem/MotivationWe should add some documentation to the codebase about how to use recipesProposed resolutionRemaining tasksUser interface changesAPI changesData model changes
View ArticleWrong return type in Xss::attributes() docblock
Problem/MotivationThe docblock for Xss::attributes() says it returns a string but it returns an array.Steps to reproduceProposed resolutionThe correct type should be documented in the...
View ArticleAdd a config action to add to an array of configuration
Problem/MotivationWe currently have the simpleConfigUpdate config action which works well for setting a configuration value. However, in some cases, we don't want to overwrite an entire config value,...
View Article[upstream] Use CKEditor 5's native <ol type> and <ul type> UX
Problem/MotivationWe "solved" the problem of supporting <ol type> and <ul type> by using the SourceEditing functionality for that.But in CKEditor 5 32.0.0, they've added a native UX for...
View ArticleAllow "subrecipes" in the same git repo
Problem/MotivationThe intent for Starshot is to allow Drupal to compete in a very competitive CMS space. Some competing solutions, such as WordPress, offer plugins that provide very robust solutions....
View Article[Meta] Recipes Phase 2 Roadmap
Problem/MotivationNow that the work of our phase 1 efforts has been added to Drupal core as experimental, it is time to define our goals for phase 2.Care should be given to the efforts of Project...
View ArticlePlace block should also allow to filter by category
Problem/Motivation- Go to admin/structure/block and use the "Place block" button - The "Place block" dialog provides a filter "Filter by block name"When using facets, I know I want to use a "Facets"...
View ArticleThe AdminToolbar(Navigation) items are not clickable when we're on the...
Problem/MotivationThe AdminToolbar (Navigation)items are not clickable when we're on the navigation layout page.Steps to reproduce1). Install latest version of drupal11. 2). Install Navigation module...
View ArticleReorganize Navigation menu items and make them consistent with other similar...
Problem/MotivationNavigation module menu items for its settings and block layout are defined with different weights, hence they do not appear together in a clean core installation. That could be...
View ArticleMigrateControllerTest requires root user, remove @todo
Problem/Motivation\Drupal\Tests\migrate_drupal_ui\Functional\MigrateControllerTest has an @todo to remove the use of the root user but migrations through the UI must be run as the root user. See...
View ArticleIncorrect translatable string in FileTransferAuthorizeForm
Problem/MotivationInvalid HTML is included in the translatable string referenced below:This causes "String import failed" error when importing translations. <?php...
View ArticleComponentPluginManager should detect if an extension provides two different...
Problem/MotivationI write a module.I add components/image.component.ymlMonths later, I add many components, and I add component/simple/image.component.ymlOn some environments, this crashes, on others...
View Articlemove static collect*() methods from display entity classes to...
Problem/MotivationEntityFormDisplay::collectRenderDisplay() is a static method on an entity class for loading an entity given certain conditions. There are other similar functions...
View ArticleFix defgroup open and close that were separated during Hook conversion
Problem/MotivationRector inadvertently moved some def groups for the following...
View ArticleText component is breaking while adding long text without spaces.
Problem/MotivationWhen adding a new page in Drupal using CKEditor, long text without spaces (such as a long URL or continuous string) causes the CKEditor Text component to break, resulting in layout...
View ArticleLink fields are not sortable in Views.
Problem/MotivationNot sure how i could be the first to report this; but unable to to find a post regarding this bug.The Link field type is not sortable in Views:This is with 9.2.6. I am sure the same...
View Article