Remove leftover isset() in ViewExecutable
in #2409209: Replace all _url() calls beside the one in _l() the parameters of ViewExecutable::getUrl() changed to no longer include $path, there is however still a check on isset($path), which will...
View ArticleD6 to D7 Upgrade, update fatal error: PDOException
I've been working hard on upgrading our drupal 6 site to drupal 7. Have been following steps in upgrade.txt; and am working on my second practice site. With core at 6.38 and all my contrib modules...
View ArticleTerm references should be incorporated into D6 node migration
Right now, the relationships between taxonomy terms and nodes are migrated in their own migrations - the d6_term_node and d6_term_node_revision templates are instantiated once for each vocabulary (or...
View ArticleAllow annotations to inherit across namespaces
Problem/MotivationWhile working on #2560795: Source plugins have a hidden dependency on migrate_drupal, I discovered (with help from @chx and @tim.plunkett) that it's impossible (at least without doing...
View ArticleSource plugins have a hidden dependency on migrate_drupal
Problem/MotivationWe moved all the source plugins into their relevant modules within core but now they all have a hidden dependency on migrate_drupal because the source classes extend DrupalSqlBase....
View ArticleReplace deprecated usage of entity_create('config_test') with a...
Follow-up to #2490966: [Meta] Replace deprecated usage of entity_create with a direct call to the entity type classProblem/MotivationAccording to #2346261: Deprecate entity_create() in favor of a...
View ArticleAdd apostrophe as thousands marker
The apostrophe should be added as an thousands marker in the number module.Switzerland and Liechtenstein uses the apostrophe as thousand...
View ArticleInstall Fails on WAMP (Drupal\Core\Config\UnmetDependenciesException:...
When trying to install D8 on WAMP I get this error. "Drupal\Core\Config\UnmetDependenciesException: Configuration objects (block.block.bartik_search, core.entity_form_display.node.article.default,...
View ArticleMark modules with unmet composer dependencies uninstallable
Problem/MotivationIn Drupal 8, contributed modules may require Composer dependencies, but Drupal core itself will not require site builders and developers to use Composer to assemble a site's code...
View ArticleFile Entity Always Gets File Size on Save
Problem/MotivationFile entities always get file size on save, even when the filesize attribute is manually set.public function preSave(EntityStorageInterface $storage) { parent::preSave($storage);...
View ArticleAdd assertions for disabled fields
Over at #69556: move "cvs access" tab into project, make it generic I added these methods to a class for project module to check that certain fields appear disabled correctly. I thought this would be a...
View ArticleSelecting 'Disabled' does not move the block to the disabled region...
Problem/MotivationFollowup from #1039666: Placing a block in a region via select dropdown moves it to the top of the region, but it will show at the bottomWhen there are no blocks in the last region...
View ArticleRequests are pushed onto the request stack twice, popped once
Problem/MotivationSymfony\Component\HttpKernel\HttpKernel::handleRaw() pushes $request onto the stack and Symfony\Component\HttpKernel\HttpKernel::finishRequest() pops it.DrupalKernel::preHandle() also...
View ArticleToolbar implementation creates super annoying re-rendering.
Problem/MotivationFront-end performance of the toolbar is quite poor in Chrome/safari webkit browsers, reasonable in Firefox and untested in IE(so far). Not in terms of asset loading, but simply in...
View ArticleSingle item import fails with theme dependency error
Hello,I have a Drupal 8 development site with an error that gets me stuck with migrating content. So I am trying to export all my setting to a fresh site. I exported them via...
View ArticleDiscuss how markup changes should be handled in Seven and Bartik
Problem/MotivationIn #2575421: Add a Stable base theme to core and make it the default if a base theme is not specified (Change Record with mention) we decided to add Stable to be able to mark Seven...
View ArticleDrupal 8 has far too many ways to generate URLs (and links)
Detailed analysis of the existing usages\Drupal::url() — 461 occurrences t('foo bar baz', \Drupal::url()) (e.g. /ViewsBlockBase.php:1) test assertions (e.g....
View ArticleAdd possibility to add cacheable metadata inside template
Problem/MotivationTemplates can include logic that requires cacheable metadata. Currently this can be done in preprocess why this is only normal task.Proposed resolution-Remaining tasks-User interface...
View Article