WI: Workspace module roadmap
Note: This is issue is part of #2721129: Workflow Initiative and is only meant for planning and governance sign-offs. Work will happen in child issues of this plan.Target version for beta stability:...
View Article[PP-1] Entity view/form mode formatter/widget settings have no translation UI
Problem/MotivationWe need to have all configuration that a user can define, which has translatable information on it, to be translatable in the Configuration Translation module's user interface.There...
View ArticleConvert system functional tests to phpunit /Routing/DestinationTest.php
Follow up from #2982149: Page/Routing/Render/Session: Convert system functional tests to phpunitFirst apply patch from #4 then work on this.At least this needs to be...
View ArticleAdd unit tests for SA002 and SA004
Problem/MotivationWe've added protection to core for https://www.drupal.org/sa-core-2018-002 and https://www.drupal.org/sa-core-2018-004 but we omitted test coverage to not give hackers any hints of...
View ArticleCannot create references to/from string offsets nor overloaded objects
I'm getting the following runtime error in my PHP's error_log:[Thu Jul 31 20:54:59 2014] [error] [client 98.176.242.59] PHP Fatal error: Cannot create references to/from string offsets nor overloaded...
View ArticleSystem updates are executed without priority
Problem/MotivationUnder circumstances system updates will not be executed as the first ones even if there are no dependencies preventing this. However there are cases where the system and the DB should...
View ArticleDifferent sites served from the same domain share the session cookie name
Problem/MotivationTwo different Drupal installations on the same domain share the same session cookie name. This can be tested by serving the different installations over different ports. This leads to...
View ArticleExperimental migrate_drupal_multilingual module
Problem/MotivationEven after we get the last couple multilingual issues resolved, there are still many unknowns and multilingual areas could get improved. Rather than rushing and stating all...
View ArticleDisallow removing a language when there is content in that language
ProblemAfter removing a language that has at least one content translation created, any subsequent attempt to load /admin/content results in the following error:The website encountered an unexpected...
View ArticleBad docs in BookManager::saveBookLink
API page: https://api.drupal.org/api/drupal/core%21modules%21book%21src%21BookMana...In the Parameters section:bool $new: Is this a new book.Should be:bool $new: Is this a new link.That is, "book"...
View ArticleImplement a generic revision UI
Problem/MotivationAt the moment there is no generic revision UI, this means that every module with revisionable entities will need to create their own UI similar to the Node revision overview page...
View ArticleReplace Functional\SearchTestBase on BrowserTestBase?
Follow-up to #2887411-14: Add $form_html_id to drupalPostForm in BrowserTestBase and convert SearchTestBase::submitGetForm() to BrowserTestBase::drupalPostForm():@alexpott:Can we get a followup to...
View ArticleAllow the inline creation of non-reusable Custom Blocks in the layout builder
Problem/MotivationWhen you create a Custom Block entity, a Block Plugin definition is derived and is available anywhere Block Plugin definitions are listed. This makes a lot of sense when Custom Blocks...
View ArticleAllow media items to be edited in a modal when using the field widget
Problem/MotivationIn #2962525: Create a field widget for the Media library module, the media edit/view link was disabled in the field widget and widget view in order to prevent unintended data loss....
View ArticleCreate a field widget for the Media library module
Problem/MotivationIt would be nice if users could visually select media when editing and creating content, instead of using the Entity Reference field widget.Proposed resolutionWe should create a new...
View ArticleReplace content revision table with a view
This depends on #1863898: Add test coverage for Views revision link handlers and #1826604: Add a dropbutton field handler to ViewsThis is one of the only content listings without it's own custom...
View ArticleAdd an article to Umami - Oatmeal
Here's a new article about oatmeal for the Umami Demo and this issue is to get the article reviewed and added into the articles section of Umami.
View ArticleReword the Comment filter button
Problem/MotivationThe two comment admin pages (Published comments and Unapproved comments) have filters to but the button is labeled "Apply" which is the default option of Views. Since the only exposed...
View ArticleRegional > Region - in description at admin page
Problem/MotivationReader may be confused by the forms of the words used. It's OK if you have Regional settings but not OK to have Regional and languageSuggest change to noun forms for both, as it is in...
View ArticleField rendering should respect configurable field display
ProblemAs discussed in #2353867: [META] Expose Title and other base fields in Manage Display, sitebuilders cannot configure the display of node's title even though they often want to.Worse, even if...
View Article