[PP-1] #states attribute does not work on #type datetime
Problem/Motivation#states do not work with 'datetime' form elements:Toggling visibility of the form element fails since there's no wrapper container to target.Trying to toggle disabled fails since we...
View ArticleViews entity operations lack cacheability support, resulting in incorrect...
Problem/MotivationIn order to be able to cache the rendered output of views result rows, we need support for it when we render entity operation links, see the https://qa.drupal.org/pifr/test/1022293...
View Article[policy, no patch] Clarify the policy around backporting changes with...
Problem/MotivationThere are a couple unwritten rules around how to make a patch for the current minor version, for example use underscores for method names.Proposed resolutionUse underscores in front...
View ArticleMove forum related logic from taxonomy migrations to new forum migrations
Problem/MotivationFollow-up to two Forum related issuesTerm migrations: #2903007: [D7] Forum containers are migrated as forumsVocabulary migrations: #2914249: Translated forum vocabulary migration...
View Article[meeting] Migrate Meeting 2023-06-15 1400Z
Hello all, it’s time for the biweekly migration subsystem meeting. The meeting will take place in slack in various threads This meeting:➤ Is for core migrate maintainers and developers and anybody else...
View ArticleNotice: Undefined index: value in...
Problem/MotivationNumeric views filter (\Drupal\views\Plugin\views\filter\NumericFilter) and all child filters (Date, SearchApiDate, etc) throw a php notice when using grouped exposed filters with a...
View Article[Meta, Plan] Pitch-Burgh: JSON field storage & JSON field schema support
Problem/MotivationThis is the meta-issue for fulfillment of deliverables for the winning "Pitch-Burgh" proposal shown here. It will be updated as subtasks are identified/completed.Remaining...
View Article[Ignore] In space (and/or this issue), no one can hear patches scream VII
Problem/Motivation#3357583: [Ignore] In space (and/or this issue), no one can hear patches scream VSteps to reproduceProposed resolutionRemaining tasksUser interface changesAPI changesData model...
View ArticleMake field selection less overwhelming by introducing groups
Problem/MotivationOn the first iteration of the prototype from https://www.drupal.org/project/drupal/issues/3343940, we noticed that the way that we chose to represent the available field types was...
View ArticleMake Description Field Labels Consistent
Problem/MotivationThe label for Descriptions fields are not consistent throughout the UI. Page URL Description Field Label Add comment type /admin/structure/comment/types/add Description Add content...
View ArticleAdd separate 'Save' and 'Save and add fields' to Add...
Problem/MotivationWhen creating a new Content type, the button text is: 'Save and manage fields' When creating a new Comment, Media or Block types, the button text is: 'Save' Page URL Button Text...
View ArticleBlog with now wrong EOL D7
Problem/MotivationOn https://www.drupal.org/blog/drupal-10-0-0 it states that "Drupal 7 support was extended until November 1, 2023, [...]". This is now incorrect and should be 5 jan 2025 (as per...
View ArticleMerge Help Topics classes into Help with BC layer
Problem/MotivationAs part of the final merge of Help Topics into Help#3037230: Finalize the merge of Help Topics into Help once it is stable, we need to move all of the classes that are currently in...
View ArticleRefactor (if feasible) use of jquery is function to use vanillaJS
Problem/MotivationAs mentioned in the parent issue #3238306: [META] Where possible, refactor existing jQuery uses to vanillaJS to reduce jQuery footprint, we are working towards reducing our jQuery...
View ArticleRefactor (if feasible) uses of the jQuery css function to use Vanilla/native
Problem/MotivationAs mentioned in the parent issue #3238306: [META] Where possible, refactor existing jQuery uses to vanillaJS to reduce jQuery footprint, we are working towards reducing our jQuery...
View ArticleFieldableEntityInterface: When implementing this interface which extends...
Problem/MotivationDrupal\Core\Entity\ContentEntityInterface says in the docs: When implementing this interface which extends Traversable, make sure to list IteratorAggregate or Iterator before this...
View Article[Random test failure] Random failure in...
Problem/MotivationFrom the eternal random failure gold mine that is the qa runs (https://www.drupal.org/node/3060/qa):There was 1 error: 1)...
View ArticleRefactor transactions
Problem/MotivationThe code managing database transaction is very complex - part of it sits in the Connection class, part of it in the Transaction class, and there's back and forth of calls between the...
View ArticleAdd config validation for the allowed characters of machine names
Problem/MotivationConfig entities require validation for REST support. Add a generic "machine_name" type and validate the value.Proposed resolutionAdd type: machine_name with validation constraints —...
View Article