Custom blocks cannot be properly exported and imported
Configuration management shouldn't export custom blocks as currently it will result in broken block.A custom block is made of two entities, one for the placement and one for the actual content. Only...
View ArticleBrowser console warning: "Synchronous XMLHttpRequest on the main thread...
Hello,When Quickedit is activate I have got this message in the browser console : Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's...
View ArticleRename 'Editorial workflow' to 'Editorial'
Problem/MotivationCurrently the editorial workflow includes the word "workflow" in its label. This causes problems when building informational messages for the UI, where you would want to print...
View ArticleRouting paths should start with a slash.
A very small improvement. The block-module routing is missing a starting slash on 2 places.
View ArticleOptions field widget validation fails when integer is provided
Steps to reproduceThere are a couple, so bare with me.Download modules, provided in drupal.make.yml in attachments.Enable commerce_shipping, commerce_customer_ui, features.Go to...
View ArticleAdd assertNoCacheTag to assertLegacyTrait
Problem/MotivationCurrently assertNoCacheTag exist on WebTestBase but there is no equivalent available for BrowserTestBase, in order to facilitate ease of conversion we should add assertNoCacheTag to...
View ArticleFragment links to children elements in closed grouping elements don't work
Problem/MotivationFragment links and fragment/hash changes pointing to elements inside closed or invisible grouping elements like vertical tabs and details don't work.This is particularly problematic...
View Article[PP-10] Write EntityResourceTestBase subclasses for every other entity type.
This is a follow-up for #2737719: EntityResource: Provide comprehensive test coverage: for every entity type, every format, every method.It was deemed wiser to only apply this new test coverage to all...
View ArticleRemove datetime_range from experimental package
Problem/Motivationdatetime_range is (tentatively) stable and should be removed from the experimental package.Proposed resolutionRemaining tasksUser interface changesAPI changesData model changes
View ArticleRuntime debug statement in Views now prints out object
Problem/Motivation\Drupal\views\ViewExecutable::setDisplay() includes a helpful debug() statement if you try to set an invalid display. However, this can be shown to end-users if a site is...
View ArticleSearch matching is too greedy
Problem/MotivationThe 8.x change "Search removes diacritics in indexing rather than relying on database collation" described in https://www.drupal.org/node/2447357 introduces a new removeDiacritics...
View ArticleRemoving diacritics from search text is inappropriate for many languages
Problem/MotivationThe 8.x change "Search removes diacritics in indexing rather than relying on database collation" described in https://www.drupal.org/node/2447357 (based on the issue at...
View ArticleProvide useful Views filters for Content Moderation State fields.
Problem/MotivationThis is a follow on from #2652786: Provide a Views filter for moderation state which was opened to make the Moderation State filter better when it used to be an entity reference, now...
View ArticleDiscourage/make impossible to select a "to" date that is before the...
(couldn't find a daterange component so filing under datetime.module)Currently in the daterange field you can select a "to" date that is before the "from" date.This is checked and indicated with an...
View ArticleAllow exposed form to preserve URL query parameters
Problem/MotivationIf an exposed form is used on the same page with facets, it resets facet's URL parameters on each submit.Proposed resolutionAdd "Preserve query parameters from URL" option for the...
View ArticleFix documentation of taxonomy term title callback code to match nodes and to...
This is a followup to #1041906: Taxonomy term menu link title overrides term page title that fixes a couple things in the documentation to match the corresponding documentation for nodes, as well as to...
View ArticleDisplay "You are now in edit mode" prompt when user enters edit mode
In the new Outside In experimental module the user should get a prompt that tells them they are now in edit mode.The original design issue for this module such as #2762505: Introduce "outside in" quick...
View ArticleDetermine exact wording of "You are in edit mode." message when...
Problem/Motivationin #2762505: Introduce "outside in" quick edit pattern to core the designs showed this message when enabling edit mode: Title: You are now in edit mode. Message: Click anything to...
View ArticleHide the media name basefield from the entity form by default
This is a port of #2813685: Make the label form element non-required in the entity form, which didn't make it in time for media in core.The reasoning behind this is: - The MediaSourceBase class...
View ArticleRemove user.icons.admin library from core CSS
Problem/MotivationTHEN: See #2489460: [Meta] Move module.theme.css files to Classy or SevenNOW: Changes to Classy are protected by strict backwards-compatibility requirements, so we'd rather move...
View Article