drupal_get_bootstrap_phase() is broken
I've seen this once before and thought it was just a bad HEAD install, but it just came up again on #597236: Add entity caching to core.This shows up on every request when loading a node with 50...
View ArticleRename and protect ConfigFactory::getCacheKey(s)(); add a separate...
Problem/MotivationSpin-off from #2303881-13: Config entity static cache doesn't get reset and isn't override aware. See there for details, but basically, we want to allow at an API level for a cache...
View ArticleChange Simpletest UI from a test runner to a CLI snippet generator
The scripts/run-tests.sh script has matured a lot during D8, and become the preferred way to run tests (docs). It's main advantage is that there can be no leakage between the parent Drupal site and...
View ArticleDecide on default fast, local cache in CacheFactory (i.e. default to APCu if...
over in #2228261: Add a local, PhpStorage-based cache backend we're putting a php-storage cache backend in core.an APCu backend is also coming soon.given that, we could decide to use one or both of...
View ArticleNotice: Undefined index: uri in image_field_formatter_view()
Hi, I am new in Drupal. I got php notice in log message like below Notice: Undefined index: uri in theme_image_formatter() (line 602 of...
View ArticleRefactor block_content entity schema to multilingual
Based on #1498634: [meta] Define revision/translation SQL schema for core entities (no patch) there should be a new schema: before beta we need to add support for the data table so content blocks...
View ArticleHarmonize configuration collection names and language codes
Problem/MotivationWhile working on #2248767: Decide on default fast, local cache in CacheFactory (i.e. default to APCu if available), I ran into the problem that...
View ArticleFormatting glitch in Default theme implementations topic
On this API page: https://api.drupal.org/api/drupal/core%21modules%21system%21theme.api.ph...There is a formatting glitch at this header:Theme Hooks The theme system is invoked inThis is because...
View ArticleSupport grouping in select list for term reference field
With all the new features of Drupal 7, something as simple as optgroups wasn't supported yet. It would be great for some vocabularies. Here are some relative issues#12089: Better method of showing...
View ArticleRevise rel attributes in pager links
We use first and last link types in template_preprocess_pager but they are not part of the specification any more.http://lists.w3.org/Archives/Public/public-html/2011Feb/att-0481/issue-1...
View ArticleTimeInterval plugin should not handle empty values
It's unexpected behavior. This plugin evaluates NULL values to zero.
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.**Reproduce** * Create a new vocabulary...
View ArticleAdd functionality to automatically remove Content and Field Mappings
At the moment RDF module does not support automated deletion of stored mappings for Content Types and Fields. This would result in inconsistency once the users edit or delete Content Types and fields...
View ArticleFormatting problems on User API topic
This API page: https://api.drupal.org/api/drupal/core%21modules%21system%21core.api.php...This page is using @sec instead of @section for section headers, so they are not being formatted correctly.
View ArticleProject namespace for dependencies
Problem/MotivationSometimes there are several projects which contain the same module. For example, https://www.drupal.org/project/webform_patched and https://www.drupal.org/project/webform . Or various...
View ArticleTypo in docs for function Testclass::verbose
Hello.Just stumbled across this on Drupal 7, but see now that this is also present in drupal 8.I tried to search if someone else posted a patch for this, but could not find it. If that is the case,...
View ArticleShortcuts should handle missing routes elegantly
Problem/MotivationUninstalling Node through the UI throws Uncaught PHP Exception Symfony\\Component\\Routing\\Exception\\RouteNotFoundException: "Route "node.add_page" does not exist." at...
View ArticleNodeTermData config schema is broken
Follow-up for #1498660: Refactor taxonomy entity properties to multilingual1) Drupal\taxonomy\Plugin\views\relationship\NodeTermData plugin schema is incomplete 2)...
View ArticleContentEntityDatabaseStorage::attachPropertyData() ignores unrevisioned fields
The \Drupal\Core\Entity\ContentEntityDatabaseStorage::attachPropertyData() method is responsible for loading field data directly form entity's table.If the entity is revisionable, it loads data from...
View Article[meta] Deduplicate the set of available field types
Updated: Comment #25Problem/MotivationThere's a duplicated set of field types in core (see Original report) but core's "initial field types does not have widgets and formatters.Proposed resolutionMove...
View Article