Poor performance when using moderation state views filter
With around 60000 nodes and around 7 revisions per node, a view with a filter on moderation state is very slow. It takes minutes to query the nodes.The ModerationStateFilter uses the revision table to...
View ArticleHow to get comments of a node with json api?
I want to get the list of comments of an article. I tried it by using views but the whole field is giving string value instead of an array. I tried it with json module but it's only giving me limited...
View ArticleAdd a migration source plugin for JSON:API
Problem/MotivationWe have source plugins for Drupal 6 and Drupal 7, but not for Drupal 8. Instead of implementing, and then maintaining, a source plugin for Drupal 8 and later, let's create a source...
View ArticleSort order not specified in view test_node_revision_uid, but results asserted...
My tests of the core extensions has intermittent failures in test Drupal\Tests\node\Kernel\Views\RevisionUidTest::testRevisionUid. The view does not have a sort order specified, yet the result is...
View ArticleMedia title is overridden with metadata on translation save
A media title is overridden with filename after saving of media translation with different image for target languageTo reproduce:Install Drupal 8.6.0 in EnglishEnable these modules: Core: Media,...
View ArticlePreview page as in original
When we create a new node and preview it it shows only the content on its own page. What would be nice is to be able to see how the content will look on the original page structure.For example; I have...
View ArticleField names in core static queries should be bracket-encapsulated
The philosophy in the core database layer is to encapsulate all field names with brackets, then allow the database to convert those into quotes if needed. There are core queries that contain sql server...
View ArticleUse intl for transliterate if available
Problem/MotivationOur transliteration service is a best attempt using relatively simple userspace code. However, this doesn't cover as many cases obviously as the extremely powerful ICU...
View ArticleScaffoldUpgradeTest and ScaffoldTest rely on packagist.org
Problem/Motivation\Drupal\Tests\Composer\Plugin\Scaffold\Functional\ScaffoldUpgradeTest and \Drupal\Tests\Composer\Plugin\Scaffold\Functional\ScaffoldTest failed today:9.1.x...
View ArticleMenu Autocomplete Link only displays 30 records
Steps for reproducing the issue: - Create a new menu - Add a link - Link Autocomplete only displays maximum 30 recordsExpected Behaviour: - Link Autocomplete display all the results matching the string...
View ArticleLayout Buider doesn't respect the view mode set in a...
Hi Team,We use hook_entity_view_mode_alter() to change the view mode of an entity based on some conditions, but we also require the ability to override it with Layout Builder on the entity level. It...
View ArticleIn argument/Date Rename Views properties to core standards
Part of meta-issue #2052421: [META] Rename Views properties to core standards
View ArticleFirewalls may remove the Ajax verification token header
Problem/Motivation(Some) firewalls strip the X-Drupal-Ajax-Token header. Since Views UI depends on Ajax responses it becomes unusable behind (some) corporate firewalls.The X-Drupal-Ajax-Token was...
View ArticleCombined Fields Filter does not work with body summary
Problem/MotivationIt is not currently possible to use the views 'Combined fields filter' to search the 'Summary' value of a given long text field. When you add the long text field, the filter runs on...
View ArticleNew translations for moderated nodes are not created in the initial workflow...
Problem/MotivationWe have defined a workflow with these states:DraftNeeds ReviewPublishedWe have two roles:author (Who creates content in draft and sets it to "needs review")admin (Who can transition...
View ArticleCommand 'update.php' won't run after updating to drupal 8.8.5:...
After updating from version 8.8.4 to 8.8.5 Drupal shows the following error:"The website encountered an unexpected error. Please try again later."I can access the whole site but the file update.php...
View ArticleDate picker only works with US date and time formats
Problem/MotivationUp to Drupal 7, the default date format was the ISO standard YYYY-mm-dd Commands:HH:mm. So where the date format, couldn't be set (such in the node/add forms) this was used. Users...
View Articlenode preview term label always displays source original language label
Steps to reproduce: French term label in German previewInstall drupal in Frenchadd Deutschenable content_translationedit the article content type, enable translationmake sure the content type has a...
View ArticleFix grammar 'a' to 'an' when necessary
I see a lot of 'a' uses in comments instead of 'an'.Ex:a entitya alta authora image...Many modules and core files are concerned. I suggest to make all changes here instead of one issue per module since...
View ArticleMigrateUpgradeImportBatch does not use source_private_file_path &...
Problem/MotivationI am trying to migrate drupal 7.56 to 8.4.2 using migrate_drupal and migrate_drupal_ui web interface. The instructions for file path seems to be misleading.It is asking to enter...
View Article