Requirement error because drupal_utf8mb4_test table was not dropped
For some reason the drupal_utf8mb4_test table was not dropped on one of my sites after a requirement check. This left me with a requirement error stating that my system did not support utf8mb4. I think...
View ArticleReduce method and control structure length/complexity in Migrate UI
Problem/MotivationFrom @tim.plunkett's review in #2281691: User interface for migration-based upgrades:+++ b/core/modules/drupal_upgrade/src/Form/MigrateUpgradeForm.php @@ -0,0 +1,1196 @@ + else { +...
View ArticleProfile migrate UI batch request
Problem/Motivation#2694391: Separate cache bin for migrations removed some of the discovery caching for migrations to speed up development.While this should be negligible for migrations run via drush,...
View Article[Policy, no patch] Make the migrate_drupal_ui module part of the...
Problem/MotivationIn #2281691: User interface for migration-based upgrades we added a new migrate_drupal_ui module. This issue will discuss whether the separation of migrate_drupal and...
View ArticleAllow views to provide the canonical entity URL of all entities, not just nodes.
Inspired by : #2804323: Need a views group URL fieldCurrently Node has a dedicated field handler to provide the canonical URL to a node: \Drupal\node\Plugin\views\field\PathThe generic entity link...
View ArticleMigrate D6 i18n taxonomy vocabularies
Problem/Motivationi18ntaxonomy sub module adds two fields to the {term_data} that take care about the translations, we need to create the term entities using the new entity API.Proposed resolutionWe...
View ArticleUpgrade Coder to 8.2.12
We need a new sniff for #2822837: Replace @expectedException @expectedExceptionMessage with $this->setExpectedException which I have just released.
View Articlefilter "Is none of" in taxonomy view gateway timeout and floods the...
Problem/MotivationCreate a vocabulary with some terms. (In my situation it's in french with accentuated letters)Create a view of taxonomy termsCreate a block displayNew filter of TermSelect "drop-down...
View ArticleCan't migrate forum from drupal 6 to drupal 8
I migrated all except comments without big problems. But when I try "drush migrate-import d6_comment" I get error Argument 1 passed to Drupal\forum\ForumIndexStorage::updateIndex() must implement...
View ArticleExtra arguments sent to a function.
In file /core/modules/forum/src/Form/ContainerForm.php , a function parent::form is called with extra argument $taxonomy_term. In the definition of that form function it accepts only 2 arguments ,...
View ArticleExposed date filter leads to a notice
Problem/MotivationAdding a exposed filter to a view, and going to that view page leads to a notice, Notice: Undefined index: type in Drupal\views\Plugin\views\filter\Date->acceptExposedInput() (line...
View ArticleEntityResource: Provide comprehensive test coverage for ShortcutSet 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 ArticleEntityResource: Provide comprehensive test coverage for Shortcut 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 ArticleTaxonomy hierarchy should be revision-aware
Problem/Motivation#2705389: Selected content entities should extend EditorialContentEntityBase or RevisionableContentEntityBase and follow-up issues will make taxonomy terms eventually...
View ArticleSet fixed "from:" and add "Reply-to:" to comply with DMARC
In the fight against spam more and more ISP's require mail send though the php function to originate from the main domain. The contact form however uses the senders email as "from:" address.I'd like to...
View ArticleFatal error when trying to save a View with grouped filters using other than...
Problem/MotivationWhen using a grouped filter in a View that is not 'string' based, saving the view gives an "Error" page with message "InvalidArgumentException: The configuration property...
View ArticleChanging theme logo does nothing
When I change the logo in the theme, it does nothing (/admin/appearance/settings/theme_name/)Changing the logo in global settings does (/admin/appearance/settings)Why bother giving the option to set...
View ArticleDisallow removing a language when there is content in that language
ProblemAfter removing a language that has at least one content translation created, any subsequent attempt to load /admin/content results in the following error:The website encountered an unexpected...
View ArticleREST views specify HTML as a possible request format, so if there is a...
I think we need a new test for getting taxonomy terms via the REST API.When you try to get a taxonomy term with an "Accept" header of application/json. you get the following error: {"message":"Not...
View ArticleContentEntityStorageBase::deleteRevision() function does not remove...
It is my expectation that when I remove a revision that all information of that revision is removed... In this case, I've done the following $updated_revisions = $connection->select('node_revision',...
View Article