Quantcast
Channel: Issues for Drupal core
Browsing all 295264 articles
Browse latest View live
↧

Table clicksort is lost when using views exposed filter

Problem/MotivationOriginal problem report, as amended by @mpp:Create a paged view with an exposed block and expose the "items per page" option to allow a user to change the amount of results.When...

View Article


Getting field storage config and field config via JSON:API

I'm looking for the equivalent in JSON:API 8.x-2.x to what in 8.x-1.x were /jsonapi/field_storage_config/field_storage_config and /jsonapi/field_config/field_config. I've enabled both the Field and...

View Article


Make more explicit the email address is necessary to recover the password

AccountForm::form() (an similarly RegisterForm::form()) uses the following sentence to describe the email field. The email address is not made public and will only be used if you wish to receive a new...

View Article

Isolate test dependency on easyrdf/easyrdf to a single trait

Problem/MotivationEasyrdf is only used in tests and doesn't support php 7.4 It looks like its no longer maintainedProposed resolutionMove all the code that is dependent on the EasyRDF to a single trait...

View Article

Image may be NSFW.
Clik here to view.

Progress throbber position is incorrect

Problem/Motivation Progress throbber position and styling are incorrect while viewing in table display as compared with other displays.Steps to replicate Example: 1. Go to admin/structure/block and...

View Article


Layout Builder: Updating workflow state for a draft node that has a published...

Given a site that had at least 2 workflow states (Draft and Published), if you create a Node and Publish it and then create a new Draft from it and attempt to then transition that Draft to Published...

View Article

Image may be NSFW.
Clik here to view.

Migrate D6 and D7 node revision translations to D8

Follow-up to #2225775: Migrate Drupal 6 core node translation to Drupal 8Problem/MotivationIn D8, a node revision has data for all languages. In D6 and D7, each node revision has data for just one...

View Article

Provide link to latest revision of moderated entity

Hi!I have a view that lists draft nodes ( I added Content moderation state as a relationship and a filter: (Content moderation state) Content moderation state: Moderation state (=draft) ), that...

View Article


Fix FileTransferAuthorizeFormTest and UpdateUploadTest on 9.0.x

Problem/MotivationFileTransferAuthorizeFormTest and UpdateUploadTest are failing on 9.0.x because the zip files they use contain info.yml files withcore: 8.x Proposed...

View Article


Prepare for Yarn 2

Problem/MotivationIt seems like Yarn 2 will be released soon. Luckily, Yarn 1 will receive maintenance even after the release of Yarn 2. Proposed resolutionResearch how easy would be for us to upgrade...

View Article

Support PHPUnit 8 in Drupal 9, drop support for PHPUnit 7

Problem/MotivationSimilarly to #2950132: Support PHPUnit 7 optionally in Drupal 8, while keeping support for ^6.5, this issue is about enabling testing with PHPUnit 8 in Drupal 8.PHPUnit 6 is out of...

View Article

Convert automated_cron, ban, dblog, syslog, system, update, and user module...

Additional People to CreditThere were several issues that had patches that were combined into this one. Additional people to credit, who worked on the other issues:#3043460: Convert automated_cron...

View Article

Pass the views result row to EntityLinkEdit::getEntityLinkTemplate()

Problem/MotivationA custom Views entity link field, extending the EntityLink plugin, wants to render links with different entity link templates, depending on some values from the result row. For...

View Article


No hook_update_last_removed() equivalent for post updates

Problem/MotivationWe added post updates in Drupal 8. They allow an arbitrary name and run in any order, compared to numeric database updates. So far this is fine.However, in order to keep track of...

View Article

Allow custom input types for textfields

When trying to theme a form and using the HTML5 input types, D7 ignores the "type" attribute because it is hardcoded to "text". Attached patch will only hardcode to text if no alternative type is...

View Article


\Drupal\hal\Normalizer\EntityReferenceItemNormalizer::normalize() tries to...

Problem/MotivationIn \Drupal\hal\Normalizer\EntityReferenceItemNormalizer::normalize() it's possible that we're dealing with an entity that does not exist. I.e $target_entity =...

View Article

\Drupal\locale\LocaleConfigManager::updateConfigTranslations() should not...

Problem/MotivationThat method attempts to keep all config translation as well as the active configuration in sync with interface translation.The problem is when you have EN enabled but not as the...

View Article


Not all node, taxonomy entity tokens are multilingual aware

Problem/MotivationEntity token implementations do not consider that base fields may be translatable. node.tokens.inc only considers body and summary to be multilingual, not title, author, changed or...

View Article

Update PHP version for drupal/core-project-message

Follow up from #3087482-59: Add 'next steps' info to Composer installation output

View Article

Setter injection arguments are not checked for unmet dependencies

Problem/MotivationThis is a follow-up to #2863986: Allow updating modules with new service dependencies.Original motivation: When a module update introduces a dependency on a new module and adds a...

View Article
Browsing all 295264 articles
Browse latest View live