When deleting a content type field, users do not realize the related View...
Problem/MotivationWhen deleting a content type field, the UI shows the view as a dependency under configuration deletions and deletes the view when you confirm the delete. In D7, the view gets...
View ArticlePostgres fail in Drupal\Tests\path\Kernel\Migrate\d6\MigrateUrlAliasTest
Problem/MotivationThere's a 100% fail rate in Drupal\Tests\path\Kernel\Migrate\d6\MigrateUrlAliasTest for Postgres on 8.2.x and 8.3.x. See https://www.drupal.org/pift-ci-job/571613 for example.Proposed...
View ArticleWhen Batch ID doesn't exist, Drupal should emit a 404
Problem/MotivationCurrently if you try to go to /batch?id=123 you get redirected to the homepage with a message stating "No active batch".Beta phase evaluationReference:...
View ArticleIntroduce sorted set key value store
Problem/MotivationRedis Sorted Sets are, similarly to Redis Sets, non repeating collections of Strings. The difference is that every member of a Sorted Set is associated with score, that is used in...
View ArticleLimit the number of fields to display
Use case: image field set to unlimited, but you only want to show the first on a teaser view. Inspired by http://realize.be/limit-number-fields-display-field-ui-display-suite and #1234618: Limit the...
View ArticleExpose contextual filters of views blocks as context
Problem/MotivationThe block system in Drupal 8 supports contexts, so that configurable arguments can be passed to blocks. This system is not connected to contextual filters in views. Views with block...
View ArticleImprove user experience of the taxonomy/term/X/edit page
Problem/MotivationSince terms are now fieldable just like nodes, it would be useful to have vertical tabs here to hide the non-essential elements on the form. For example, the pathauto module provides...
View ArticleSimpletest module crashes on cleanup, uninstall
Problem/MotivationWe see: Fatal error: Trait 'Drupal\Tests\SessionTestTrait' not found See comment #10 for a stack trace.Steps to reproduce (only with Drupal Core)run on the Testing UI a test that ends...
View ArticleWhen enabling moderation apply a relative state
Problem/MotivationWhen enabling moderation on a bundle the moderation state is not set on existing entities, therefore it gets the default state, which is often 'draft'.Proposed resolutionWhen enabling...
View ArticleDrupal 8.1.0 after fresh installation: HHVM error
OS:Debian 8 64bit WebServer: Openresty(based on nginx dev) PHP interpreter: HHVM 3.13.1get errors:/var/log/hhvm/error.log:Exception handler threw an object exception: Error: Cannot declare class...
View Article[meta] HHVM compatibility
Meta issue to track compatibility with HHVM: http://www.hhvm.com/blog/Drupal issues- #2161955: Remove get_extension_funcs() call to improve HHVM compatibility (7.x backport) - #2191533: Fixing...
View ArticleServiceNotFoundException while installing D8 in HHVM 3.13
I am getting below exception. I am not sure, are we supporting D8 on HHVM?Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: You have requested a non-existent service...
View ArticleHighwater condition isn't added (on remote databases)
Sorry folks I have no enough time to document everything right.Here:https://github.com/drupal/drupal/blob/8.2.x/core/modules/migrate/src/Plu... — the condition is not really added since...
View ArticleDeleted menus are still referenced as available menus on content types and...
Problem/MotivationWhen a menu is deleted, which was previously referenced in a node types' available menu settings, an error is thrown and "parent item" select field contains invalid options.Issue is...
View ArticleForm API vertical_tabs does not work for several form and render elements
$form['tab_public'] = array('#type' => 'vertical_tabs','#title' => 'tab_public','#default_tab' => 'tab_public', ); $form['user']['user_email'] = array('#type' => 'email','#title' =>...
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 ArticleDenormalization on field items is never called: add FieldNormalizer +...
Problem/MotivationA you can specifiy a FieldItem normalization class such as \Drupal\serialization\Normalizer\EntityReferenceFieldItemNormalizer. Normalization will work in these classes because...
View Article"cannot call methods on dialog prior to initialization" logged when...
When using Drupal modal dialog system there is an error that are log to the console of the browser :Uncaught Error: cannot call methods on dialog prior to initialization; attempted to call method...
View ArticleExpand the node grants system to a generic entity grants system
Before:db_select('node')->addTag('node_access')->execute(); $access = node_access('view', $node, $account); After:db_select('node')->addTag('entity_access')->addMetaData('entity',...
View ArticleWhen deleting entity references to deleted entity remain for entity reference...
What are the steps required to reproduce the bug?Given a content type with an entity reference field... 1. create node A and node B 2. create node C, that references node A and node B (in that order)...
View Article