taxonomy_post_update_make_taxonomy_term_revisionable() fails when terms have...
Problem/Motivationtaxonomy_post_update_make_taxonomy_term_revisionable() fails if a term name is null. This isn't enforced by the 8.6.x schema and it looks like potentially devel generate can create...
View Article\Drupal\migrate\Plugin\MigrateDestinationInterface::fields() $migration...
Problem/MotivationThe $migration argument of \Drupal\migrate\Plugin\MigrateDestinationInterface::fields is * @param \Drupal\migrate\Plugin\MigrationInterface $migration * Unused, will be removed before...
View ArticleDouble underscore in machine name breaks AJAX views
OK so I bumped into a real strange bug with Drupal views today. I was debugging a view which had the machine name deals__page (note the double underscore), which wasn't working with AJAX exposed...
View ArticleUpdating an entity type from non-revisionable to revisionable fails if it has...
Problem/MotivationCurrently when you have a revisionable entity type with a non revisionable storage definition requiring dedicated table, the table mapping returns no dedicated revision table for it,...
View ArticleRe-saving a new bundle entity throws an exception
When a configuration entity that acts as a bundle for another entity is first saved, it does not have an "original ID" yet. If that configuration entity is then re-saved during Entity::postSave() or...
View Article[PP-3] Remove Stable as a base theme of core themes
Postponed on:#3050374: Create Drupal 9 stable theme#3110855: Plan for removing dependency to Stable in Bartik/Seven/Claro/Umami#3115088: Remove Classy as a base theme of core...
View ArticleRemove the BC layer for revision metadata keys
The BC layer for revision metadata keys has been a source of dozens of lost hours and frustration for Entity API maintainers...
View ArticleManipulating the revision metadata keys before running the BC layer breaks...
Problem/MotivationDiscovered in #3003586-21: [PP-4] Use setStorageRequired() instead of overriding the storage schema to mark fields as NOT NULL in the database where the update test fails. The problem...
View ArticleRemove BC layers from the entity system
Problem/Motivationin #1730874: Add support for loading multiple revisions at once we deprecated doLoadRevisionFieldItems(), but left its use in doLoadMultipleRevisionsFieldItems(). In #3069043: Trigger...
View ArticleMissing space between message and link in empty listing view
A very minor thing, I know. There is a space missing on the /admin/structure/block/block-content/ page in the sentence "There are no custom blocks available.Add a custom block."if there aren't any...
View ArticleDecouple Stable libraries from Bartik/Seven/Claro/Umami
Problem/MotivationAs stated in #3110855: Plan for removing dependency to Stable in Bartik/Seven/Claro/Umami, Bartik/Seven/Claro/Umami will be decoupled from Stable. This includes the two libraries...
View ArticleNew event dispatch: a migrated entity is about to be saved
Problem/MotivationTrue, there is a MigrateEvents::PRE_ROW_SAVE event that allows subscribers to react before the row is passed to the destination plugin, but this is not enough. For the case when the...
View ArticleRemove workspace_update_8803() and associated post-update, or re-add test...
Problem/MotivationFollow-up to #3087644: Remove Drupal 8 updates up to and including 88**.Blocks Drupal 9 beta.If we decide to keep the update and re-add tests for it, that will be easiest once...
View ArticleIncorrect help text
On NodeTypeForm, the following description is incorrect:Users with the Administer content permission will be able to override these options.see the screenshot..At least the "Create new revision" is not...
View ArticleEntity reference field blocks not bubbling cache metadata when view access to...
Problem/MotivationIf you add a field block for an entity reference field to a layout, when view access to a referenced entity is not allowed, the cache tags for the referenced entity is not bubbled up...
View ArticleFix remaining @Deprecated layout manually and enable the coding standard
Problem/MotivationThis is a follow-on from #3048498: [≈Nov. 11] Fix Drupal.Commenting.Deprecated coding standard where the automated patch fixed 653 of the 675 @deprecated messages reported under the...
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 ArticleAdd Views EntityReference filter to be available for all entity reference fields
Problem/MotivationOne major piece of functionality from the D7 Entity Reference module was left out entirely in #1801304: Add Entity reference field: the ability to render exposed views filters as a...
View ArticleUpdate normalize.css to the most recent version
Problem/MotivationAs part of #3094468: [plan] Update core JavaScript (and CSS) dependencies prior to 9.0.0-beta1 we need to update Normalize.css to the most recent version - 8.0.1Proposed...
View Article