i18n Variable to config: site offline message [d7]
Problem/Motivationi18n site offline message is not migrated.This is blocking#2970849: i18n Variable to config: user settings and user.mail#2970847: i18n Variable to config: system site settings [d7]...
View ArticleCreate "file upload" service that core REST, JSON API and GraphQL...
Problem/Motivation… but first we need input from JSON API and GraphQL on which parts make sense to reuse. Then we need to find consensus.We'll be able to refactor the REST module's...
View ArticleTypedData 'Any' can't be normalized to array if it stores an...
Problem/MotivationLike commerce's order,It use 'any' type data to store object:Adjustment, But the TypedDataNormalizer just return the Adjustment object, It cause it can't be encode, So it can't be...
View ArticleAllow profiles to define a base/parent profile and load them in the correct...
Updated: Comment [#516]Jump to page 2Problem/MotivationInstall profiles are not inheritable, so if you want to, say, take Drupal Commons, and base your site off of it, but add one or two extra modules...
View ArticleUse Expose FILTER CRITERIA in view with date
Hello Problem/MotivationWhen user use date filter and Operator is between The problem is filter is reset after go any page in pagerCreate view with Expose FILTER CRITERIA with date FIELD Operator is...
View Articlei18n Variable to config: user settings and user.mail
Problem/Motivationi18n user settings are not migrated.Proposed resolutionMigrate i18n variable, user settings to config.Remaining tasksWrite migration. Write tests, includes updating the drupal7 test...
View Articlei18n Variable to config: system site settings [d7]
Migrate system site i18n variables to config: site_name site_mail site_slogan site_frontpage site_403 site_404 drupal_weight_select_max admin_compact_mode
View ArticleAdd a FieldDefinition class for defining bundle fields in code.
Problem/MotivationThe modules that want add fields to an entity bundle field in hook_entity_bundle_field_info() don't have a class to use for that. The BaseFieldDefinition class is the wrong one to...
View Article[META] Deprecate contents of errors.inc
Followup #2999721: [META] Deprecate the legacy include files
View ArticleProvide an API to allow to suspend cron scheduled run
Problem/MotivationThere are cases when it might be desirable that cron runs are avoided. Currently, the only check is related to the semaphore that cron is already running. However, there might be...
View ArticleConvert tablesort.inc to a service
Followup #2999721: [META] Deprecate the legacy include files :Problem/MotivationConvert tablesort.inc content to injectable service.Proposed resolutionTBDRemaining tasksConvert content into the...
View ArticleLink to Entity get invalid language link in views.
Link to Taxonomy term get invalid language path if my language is not origin. Same bug if get Image (Link to content) get same errorHow to reproduceenabled language and content translationadd another...
View ArticleEnable blocks instead of single IP-addresses in UI
The ban module enables you to store single IP-addresses, from which any access of the website will be prevented. In some cases spammers uses IP-ranges from where they spam contact forms. So it would be...
View ArticleUnknown column 'block_content_field_data.reusable' after upgrading...
WSOD after upgrading from 8.5.7 to 8.6.0.Here's php and nginx log:php | [07-Sep-2018 12:08:59] WARNING: [pool www] child 68 said into stderr: "NOTICE: PHP message: Uncaught PHP Exception...
View ArticleContentTranslationManager::setEnabled no longer clears the bundle info cache...
Problem/MotivationIn ac63952 from #2624770: Use more specific entity.manager services in core.services.yml , EntityDefinitionUpdateManager swapped out the old entity.manager for entity_type.manager....
View ArticleUse READ COMMITTED by default for MySQL transactions
I've run into an issue as a part of #937284: DEADLOCK errors on MergeQuery INSERT due to InnoDB gap locking when condition in SELECT ... FOR UPDATE results in 0 rows. If for some reason the db_merge()...
View Article[policy, no patch] Switch to Semantic Versioning for Drupal contrib...
Problem/MotivationDrupal's version naming system is different to many modern PHP projects and most software of any language. Falling in line with these standards will help us as a community better...
View ArticleEntityViewBuilder::viewField() does not respect entity current language when...
Hello. I don't know if this the right place to create this issue, but I solved it by modifying this specific file (EntityViewBuilder.php).ProblemWhen using EntityViewBuilder to display an entity...
View ArticleDatabase::startLog() cause a notice in Shortcut::sort()
Problem/MotivationDatabase::startLog() calls Log::findCaller() that calls debug_backtrace() that broke uasort() with Warning: uasort(): Array was modified by the user comparison function in...
View Article[META] Update dependencies to appropriate major versions in Drupal 9
Problem/MotivationDependencies of Drupal such as Symfony, Twig, Guzzle, etc. may become unsupported in Drupal 8's lifetime or Drupal 9's expected lifetime. Proposed resolutionUpdate dependencies them...
View Article