Migrate support for deleting items no longer in the incoming data
We would like to add support for deleting items that are no longer present in the incoming data when a migration is run. This was a feature of Feeds in D7 and seems like a common need.I feel like this...
View Article"Edit Summary" link not showing if "Help Text" is set
If you create a Long text with summary field and add a description to it, the "Edit Summary" link isn't appended to the correct place. It is added next to the Summary label, but should appear next to...
View ArticleUse DEL / INS tags for Diff comparions changes rather than SPAN.diffchange
Problem/MotivationTo use INS and DEL tags to highlight insertions and deletions from Diff comparions, rather than SPAN tags.As a conclusion from the discussion - #685210: Use DEL / INS instead of SPAN,...
View ArticleAdd documentation to StaticMap process plugin
Add API documentation to the StaticMap process plugin.
View ArticleSubmitting a form during an ajax request: field data not in $_POST.
I have a form with a textfield element with an ajax callback. I use the ajax callback to display possible duplicate nodes.Whenever the value of the textfield changes, an ajax request is triggered and...
View ArticleUpdate non-Symfony dependencies before 8.3.0
Follow-up to #2859772: Update Symfony components to ~2.8.18Follow-up to #2840596: Update Symfony components to ~2.8.16Problem/Motivationwhile we now have Symfony updated to 2.8.18, other dependencies...
View ArticleConvert web tests to browser tests for tracker module
See #2735005: Convert all Simpletest web tests to BrowserTestBase (or UnitTestBase/KernelTestBase)
View ArticleEntityResource: Provide comprehensive test coverage for Feed entity
Problem/MotivationPlease refer the problem/motivation section of #2737719: EntityResource: Provide comprehensive test coverage: for every entity type, every format, every methodProposed resolutionWrite...
View ArticleRemove "Display author and date information" in Display Settings in...
Problem/MotivationCleanup the content management user experience. The management of the visibility of the author and date information is living in the content type configuration page instead of the...
View ArticleFile entity should expose the file URL as a computed base field
Problem/MotivationThis is a sister issue of #2517030: Add a URL formatter for the image field. That issue solved it for image entities exposed via Views REST export displays. This issue must solve it...
View ArticleEditor module fails to track usage of files embedded in non-core fields
Problem/MotivationA module providing a field type can use the TextFormat element type to invoke editor handling. However, doing so will lead to the bug that files embedded vie an editor in the text...
View ArticleConvert web tests to browser tests for filter module
See #2735005: Convert all Simpletest web tests to BrowserTestBase (or UnitTestBase/KernelTestBase)
View ArticleReview layout CSS and markup
Problem/MotivationFive layouts were being added with rudimentary CSS and markup:layout_onecollayout_twocollayout_twocol_brickslayout_threecol_25_50_25layout_threecol_33_34_33Additionally the generic...
View ArticleUpdate description for menu link field to include route:<nolink>
Problem/MotivationDrupal 8 added support for special menu items with no link: route:<nolink> but it is not documented anywhere in the UI.Proposed resolutionUpdate the description for the Link...
View ArticleEntityResource: Provide comprehensive test coverage for...
Problem/MotivationPlease refer the problem/motivation section of #2737719: EntityResource: Provide comprehensive test coverage: for every entity type, every format, every methodProposed resolutionWrite...
View ArticleUpdate the module descriptions on the Extend page
Problem/MotivationThe description of a module on the Extend page, describes what the module does. Not all module descriptions on the Extend page follow the common format, as described in the Help text...
View ArticleRe-organise user/account items under admin/
Problem/MotivationI'm opening this because it confuses me, I don't yet have evidence that it confuses anyone else.admin/content has a list of node content, then tabs with lists of comments and files...
View ArticleAdd exact option to AssertLegacyTrait::assertLink(), WebAssert::linkExists()...
Problem/MotivationIn some cases, tests are wrong because similar links exists.Example with Tour module, in TourHelpPageTest::verifyHelp(), assertNoLink() on 'Translation' will return 'Interface...
View ArticleDocument that hook_form_alter not called after a form fails validation
Problem/MotivationWhen a node form fails validation (i.e. a required field is not filled) and displays the node form again.. the hook_form_alter is not being executed, so any alterations done by any...
View ArticleExpand the node grants system to a generic entity grants system
Before:db_select('node')->addTag('node_access')->execute(); $access = node_access('view', $node, $account); After:db_select('node')->addTag('entity_access')->addMetaData('entity',...
View Article