Non interactive install not in English with configuration overrides is broken
Problem/MotivationSteps to reproduce:Install standard in GermanEnable config_translationAdd the english languageEdit the standard profile to not have an standard_install() and add keep_english: true to...
View ArticleEnable autowiring the container
Problem/MotivationThe Symfony 3 container has the ability to autowire services in the container. We should find out if and how Drupal can leverage it. See...
View ArticleGet rid of menu_list_system_menus()
Follow-up from #1814916-54: Convert menus into entitiesWe have a inconsistency in menus, some of them could be renamed/deleted and some not.Proposed solution Move the Menu entity type into Menu module...
View ArticleRemove check for menu_ui module in...
Problem/MotivationThe \Drupal\views\Plugin\views\wizard\WizardPluginBase::buildForm() limits allowed menus to system defined ones if menu_ui module disabled. But menu entities defined by system module...
View ArticleConvert Entity to EntityBase for consistency with ContentEntityBase and...
Problem/MotivationCurrently we have the abstract classes Entity, ContentEntityBase and ConfigEntityBase. Both ContentEntityBase and ConfigEntityBase extend from Entity. The naming of the abstract class...
View ArticleLayout overrides cannot be translated
Problem/MotivationYou cannot update the Layout of a translated entity when you allow layout overrides per entity.To reproduce:1. Add a new language and enable translation for the Basic page content...
View ArticleCorrect BritizhEnglizh zpellingz to AmericanEnglizh
Problem/Motivation One overall note: comments and names should use US English spelling (e.g., "color" not "colour").- https://www.drupal.org/docs/develop/standards/coding-standardsSee also #2388925:...
View ArticleUse Zend-Feed's standalone extension managers to prevent sites breaking
Problem/MotivationWe are getting the following error from the aggregator module, when trying to import new items from a XML feed. Zend\Feed\Reader\Exception\RuntimeException: Could not load extension:...
View ArticleProperly deprecate functions in menu.inc
The following deprecated functions required to have @trigger_error call to complete depreciation of the functions. They have no usages in the...
View Articletrap for null titles in hook_menu to optimize DB
The database doesn't allow menu_router to have null titles for certain routes. The documentation for hook_menu has all kind of goody examples that are without titles. This creates a DB integrity...
View ArticleLayout-based entity rendering should delegate to the correct section storage...
Problem/MotivationWhile working on the Layout Library module, I discovered that Layout Builder is basically incompatible with any layout storage strategy except for its two built-in ones, which are...
View ArticleNesting Filter Groups
This feature is needed more than you think. If you do not agree with me, can anyone please tell me how to do this in a hook with a concrete code example?I need this (it's only one example): - Field:...
View ArticleNotice: Constant FILE_EXISTS_RENAME already defined
Saw these when looking at test results, https://dispatcher.drupalci.org/job/drupal_patches/66032/consoleFull Perhaps related to #2877839: Reuse option in FileCopy migrate process plugin not work with...
View ArticleMove FILE_STATUS_PERMANENT to \Drupal\file\FileInterface
Problem/MotivationFollow-up to #3021653: Move file status constant to FileSystemInterfaceThis constant related to file entity, so better to keep it in interfaceProposed resolutionMove definition to...
View ArticleMove file status constant to FileSystemInterface
From #2244513: Replace old managed and unmanaged file APIs with testable services (file.inc) * the file status constant, that should be a separate issue to move it to FileInterface.
View Article[Postgress] Variable to config: search_active_modules
Problem/MotivationThis introduced PostgreSQL failure: - https://www.drupal.org/pift-ci-job/1147872 -...
View ArticleIllegal string offset 'value' in...
We are trying to determinate the causes of this issue.In case you need an urgent fix. See #29Hi, I upgraded four different sites to Drupal 8.6. They all are Thunder installs. Then I updated them to...
View ArticleStill can't add new taxonomy terms since Drupal 8.6.0
I am still unable to add new taxonomy terms since Drupal 8.6.0I just upgraded to 8.6.4 and still broke, here is the error message I get when I try to add a new term and save a...
View ArticleConvert drupal_rebuild function into Cache static method
Followup #2999721: [META] Deprecate the legacy include files Problem/MotivationConvert drupal_rebuild function into Cache static method.Proposed resolutionRemaining tasksAdd new methodReplace body of...
View Article