EntityViewsData extending classes should use $this->t() but many use t()
Problem/MotivationFollow-up from #2509722: "Error: missing help" in Views for Node fields without descriptions.NodeViewsData has lots of t() calls, it could use $this->t() instead since...
View ArticleUntranslatable strings on Configuration Synchronization
Strings in configuration synchronization page cannot be translated as a t() function is missing.
View ArticleDefaultPluginManager::setCacheBackend doxygen is wrong
Problem/Motivation  * @param string $cache_key  *  Cache key prefix to use, the language code will be appended  *  automatically.I can't find anything that would append the language code. I can...
View ArticleViews overview page doesn't filter on tags
Classifying this as a bug because it's a regression from D7 where you could filter on tags.Currently the views overview page only filters by name and description. This makes the tag column pretty...
View ArticleArgument validator schemas are broken
Problem/Motivationviews.argument_validator.numeric Should be an array and is defined as a boolean. We will also add here #2654300: User and node argument validators have broken schema and #2531850:...
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 Articlesmall CKeditor bug css(?) bug
Small CKeditor bug regarding the alignment buttons happening only in RTL sites. align-right buttons align to left and vice versa. Image attached.
View ArticleSemaphore table is only used by a core service but it depends on system install
In system_schema() we create a semaphore table. We should change Drupal\Core\Lock\DatabaseLockBackend to only create a table if necessary - this means that alternate lock implementations can safely...
View Articleurl_alias table is only used by a core service but it depends on system install
Problem/MotivationWe create the url_alias table on the installation of the system module. Let's make that lazy like for example the cache system.Proposed resolutionRemaining tasksUser interface...
View ArticleQueue's database backend is a core service but it depends on system...
In system_schema() we create a queue table. We should change Drupal\Core\Queue\DatabaseQueue to only create a table if necessary - this means that alternate queue implementations can safely remove the...
View ArticlePostgres insert queries that fail in a transaction break the entire transaction
Problem/MotivationOnce a query fails as part of a transaction Postgres (unlike Mysql, SQLite and Oracle) will prevent further queries from using the transaction. See...
View ArticleBatch's database backend is a core service but it depends on system...
In system_schema() we create a batch table. We should change Drupal\Core\Batch\BatchStorage to only create a table if necessary - this means that alternate batch implementations can safely remove the...
View ArticleReplace deprecated usage of entity_create('config_query_test') with...
Follow-up to #2494775: Replace deprecated usage of entity_create('action') with a direct call to Action::create()Follow-up to #2490966: [Meta] Replace deprecated usage of entity_create with a direct...
View ArticleTokens not replaced in file/widget field descriptions
Problem/MotivationTokens are supported in field descriptions and it works correctly for more fields. For file/image widgets, the tokens are not replaced. I am marking it as major because tokens could...
View ArticleJSON-related Class wasn't found in JsCollectionRenderer.php
Fatal error: Class 'Drupal\Component\Serialization\Json' not found in /home/zantech0/public_html/www.judith-law/core/lib/Drupal/Core/Asset/JsCollectionRenderer.php on line 76Hello, the error above...
View ArticleGoing to page 2 on "list terms" page doesn't display...
Problem/MotivationTaxonomy terms that have more children than will fit on one page (>100) then when paging to next page term page becomes blank.Create a new vocabulary...
View ArticleTheme kill without file upload
The theme won't display properly without a file uploaded in the content type. Other content with a file uploaded in the content type displays properly. No errors are logged in the error log.Source code...
View ArticleReplace deprecated usage of entity_create('node_type') 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 ArticleReplace deprecated usage of entity_create('node') with a direct...
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 ArticleReplace deprecated usage of entity_create('menu_link_content') with...
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 Article