Error "The URL alias entity type needs to be installed." D8.8...
I was redirected from Pathauto to Core for this issue ( https://www.drupal.org/project/pathauto/issues/3100678 ) Since I updated to Drupal 8.8, and pathauto 1.6 I get the following error :Entity/field...
View ArticleDiscuss whether to decouple from Symfony Validator
Problem/MotivationWe've had to deal with quite a lot of deprecations in Symfony validator, which has been the main barrier to updating Symfony minor releases.The most recent of these is #3029540:...
View ArticleOption for 'Transform dashes in URL to spaces in term name filter...
The term name argument validator has an option to convert dashes to spaces in the argument value, which means that you can have a URL like 'myview/term-name-with-spaces'.The argument validator handles...
View ArticleBase table or view not found: 1146 Table 'drupal.path_alias'...
After upgrading to 8.8 i keep getting errors related to path_aliasDrupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupal.path_alias' doesn't...
View ArticleAdd missing REST and JSON:API test coverage for the workspace entity type
Problem/MotivationIn the patch that marks the Workspaces module as stable, we found that the workspace entity type is missing some REST and JSON:API test coverage.Proposed resolutionAdd the missing...
View ArticleViews current_page incorrect when out of range
Problem/MotivationThe current page count in views is incorrect when requesting a page that is past the page limit based on the number of items.For example in a view the current page is handled as...
View ArticleUploaded files are impossible to replace
Problem/Motivation(/admin/content/files allows only to browse the files.There seems to be no way in Drupal to overwrite a file, and keeping the same filename. Deleting the file and replacing it with a...
View ArticleNotice: Undefined index: value in...
To reproduce:Make a site that has Content Type A with an entity reference field to Content Type B Make some content that has this reference as a sample Make a view that shows content of Type A Add an...
View ArticleSQLite database locking errors cause fatal errors
I've been running sqlite3 on my local dev environment (Ubuntu 10.04 Lucid Lynx, sqlite3 3.6.22) and have seen more than one of these fatal "database is locked" #fails. In each case, a page reload fixes...
View ArticleSQLite driver should use COLLATE NOCASE instead of PDO custom collation...
I've spotted this issue while trying to vacuum sqlite3 database (it grew to over 440 Mb), while sqlite3_analyze reported only 20 Mb of data and over 95% of freelist. Upon vacum, sqlite3 reported...
View ArticleName of tables and indexes conflicts for SQLite
Problem/MotivationAs discussed in #1008128: Do not use a single underscore as table and index separator on PostgreSQL and SQLite, naming collisions can occur between indexes and table names in SQLite...
View ArticleSupport SQLite in UncaughtException::testLostDatabaseConnection
IN #2533946: UncaughtExceptionTest is a monkey in the control room we discovered that UncaughtException::testLostDatabaseConnection is broken for SQLite databases. It behaves quite differently from...
View ArticleMove search text processing to a service
Problem/MotivationFollow up to #3075695: Move search_index() and related functions to a service there are a number of text processing/tokenisation functions that can be moved to a service and...
View ArticleConvert search module hook_help() to topic(s)
Problem/Motivation#3041924: [META] Convert hook_help() module overview text to topics for the search module(s).Proposed resolutionTake the information that is currently in the hook_help module overview...
View Article#size for Select field documentation is wrong
API page: https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Render%21...#size is currently representing the vertical number of lines.The following is false:#size: The size of the input...
View ArticleUpload progress using jQuery.form plugin instead of 3rd party PHP libraries
Currently the system uses either: PECL uploadprogress http://pecl.php.net/package/uploadprogress or APC rfc1867 to show file upload progress (neither of which work with PHP 7 and nginx). There was a...
View ArticleAdd a way to edit block content on the block layout page
Problem/MotivationAfter adding a custom block you can find the custom block in the list of admin/structure/block, but you are not provided with a link to edit this block.To actually edit the block you...
View ArticleDecide when Drupal 7 (and Drupal 8 and later) should enter the LTS and...
Some unfinished business from #2135189: Proposal to manage the Drupal core release cycle is that it's not clear when Drupal 7 should enter the LTS (long term support) phase (only bugfixes and security...
View ArticleMedia sources should handle empty source field values more gracefully
We are migrating youtube links from D6 link fields to D8 remote video media entities. Prior to that, we successfully migrated a D6 image node-type to image media entities without any issues. The video...
View ArticleViews: creating a block-only view with contextual filters results in...
I want to create a block listing authors and a counter of their published content, but I can't get this block to work as long as I don't create a page and a url for the view. Steps to reproduce:Create...
View Article