FieldTypePluginManager::getPluginClass() should throw an exception when...
Problem/Motivation\Drupal\Core\Field\FieldTypePluginManager::getPluginClass() calls getDefinition() with $exception_on_invalid = FALSE for.. historical reasons. It was initially introduced like that in...
View ArticleMake Drupal 8.8 compatible with PHP 7.4
Problem/MotivationDrupal 8.8.x is not passing tests on PHP 7.4. PHP 7.4 is due to be released in November 28, 2019, a week before Drupal 8.8.0.Proposed resolutionDependencies to be updated upstreamGet...
View ArticleDeprecate jquery.ui.position
Problem/MotivationThe jQuery UI Position library is among the components that need to be removed/replaced as part of #3067261: [Plan] Remove jQuery UI components used by Drupal core and replace with a...
View Article[PP-1] Deprecate jquery.ui.draggable
Problem/MotivationjQueryUI is going to be deprecated jquery.ui.draggable is among the components that need to be addressed As mentioned in the parent issue: #3067261: [Plan] Remove jQuery UI components...
View ArticleError: Call to undefined function image() in...
System Information - Aquia Dev DesktopDrupal Version: 8.7.3 Webserver: (Apache 2.4.33, (Win 64) OpenSSL/1.1.0h mod_fcgid/2.3.9 PHP Version: 7.2.18 Database Version: 5.6.40-log, System MySQLWhen...
View ArticleViews argument set incorrectly when using AJAX pagination and a path alias
Problem/MotivationI think the approach that the views AJAX system takes to determine views arguments is incorrect. Right now when doing AJAX pagination, the view attempts to get all of the contextual...
View Articlehook_update_N is not called
Debugging is using 8.1.1 while the patch is for 8.2.x. It would be nice to show how to reproduce this bug in 8.2.x but since it does not always occur I want to get it documented first. The PHP version...
View ArticleSQLSTATE[HY093]: Invalid parameter number: number of bound variables does not...
Hi,Trying to display terms even if node aren't published but I get this error whan I try to add this field into my Views content.Drupal\Core\Database\DatabaseExceptionWrapper : SQLSTATE[HY093]: Invalid...
View ArticleDrupal.views.ajaxView is not initializing pagers in nested views
Problem/MotivationDrupal.views.ajaxView is not initializing pagers in nested views. The part here:// Add the ajax to pagers. this.$view // Don't attach to nested views. Doing so would attach multiple...
View ArticleForm has become outdated after login (CSRF token race condition)
Together with hchonov we found a race condition with CSRF token generation.We can reproduce this in our test with behat and with prefetch_cache module enabled (as it does additional calls to forms)....
View ArticleD7: Fully support PHP 7.3
Background information[PHP 7.3] Fully support PHP 7.3 in Drupal 7Currently some tests fail:https://www.drupal.org/pift-ci-job/1115582and this should be fixed.Task: Enable php 7.3.x tests (core...
View ArticleUpdate dropbuttons in tables because of various table cell alignments
Problem/MotivationDropbuttons in tables are not positioned correctly because of various table cell alignments. For example: /admin/structure/display-modes/viewProposed resolutionWe would probably...
View ArticleText formats disabled in D7 are migrated to D8 as enabled
Problem/MotivationOn my Drupal 7 wimleers.com I have the following text formats in the DB and the UI:And this results in the following DB + UI in Drupal 8 after migration:Proposed resolutionEnsure that...
View ArticleText formats that are migrated from D6 to D7 to D8 get a numerical ID instead...
Problem/MotivationIt's not the name column in the Drupal 7 filter_format database table that determines the ID of the FilterFormat config entity, but the format column, which is an auto-incrementing...
View ArticleDrupal 7 date fields configured to not collect the hour/minute/second...
Problem/MotivationAs shown in #2699895: Allow configurable date attributes to collect, the Drupal 7 date module allowed the site builder to configure which granularity to collect:For example, on my...
View ArticleDrupal 7 date fields with "todate" ("End date" in UI)...
Problem/MotivationThe Drupal 7 date module allowed the site builder to configure whether to collect an end date or not:(This is called 'todate' in the code.)For example, on my personal site, I have a...
View ArticleDrupal 7 date fields configured to not collect the hour/minute/second...
Problem/MotivationAs shown in #2699895: Allow configurable date attributes to collect, the Drupal 7 date module allowed the site builder to configure which granularity to collect:For example, on my...
View ArticleThe comment "language" column in D7 might be empty after migrating...
Problem/MotivationI am migrating wimleers.com from D7 to D8. It contains comments from the D5/D6 days. It looks like this:Note that the language column is empty ('') for the upper half of the rows...
View ArticleMigrate UI tests should provide the complete log message on failure
Problem/MotivationWhen running a migration with the UI failures are logged to watchdog but that table is deleted as part of tearing down the test setup. That leaves the developer with no information to...
View ArticleException on node view
Problem/MotivationAfter installing the node_revision_delete module and successfully deleting revisions. The content moderation module has broke with the following random exception.Error: Call to a...
View Article