[meta] Add @internal to core classes, methods, properties
Problem/MotivationThis is a meta issue to organize child issues for applying the Drupal 8 core backwards compatibility policy: https://www.drupal.org/core/d8-bc-policy.Proposed resolutionDone when all...
View ArticleTaxonomy pages crash with layout_builder enabled
When the layout_builder module is enabled, trying to view a term page crashes with:Drupal\Component\Plugin\Exception\ContextException: Assigned contexts were not satisfied: entity in...
View ArticleMore specific titles forterm and vocabulary edit forms
Problem/MotivationAs suggested in the comment https://www.drupal.org/node/2400543#comment-10461821 we need to improve the titles of the term and vocabulary pages. The titles should reflect on the edit...
View ArticleScale-and-crop is vulnerable to bad aspect ratios
The scale-and-crop filter upscales before it crops images. This is bad if the aspect ratios of the input and output are strongly divergent, as it leads to a big intermediate image.Example: If I...
View ArticleBase theme hooks are executed in the incorrect order
Refer to comment #29 in the issue: "Incorrect order and duplicate theme hook suggestions"I have noticed this same issue, to reiterate the comment above, lets say I have the following theme...
View ArticleIncorrect order and duplicate theme hook suggestions
Just by turning on twig debug and looking at theme suggestions, you can see for the main menu (and any corresponding menu like footer) that there is a duplicate theme suggestion and at the most...
View ArticleSearch icon: Remove A11y issue on landing page
I have a minor issue when I run the landing page through Chrome's lighthouse auditing testsuite.The Accessibility score is 95/100 Its fails as the SVG in...
View ArticleInstallation profiles do not support project:module format for dependencies
In #2205271: Project namespace for dependencies support was added to allow modules to list dependencies by prefixing their names with their project name, thus solving the age-old problem of module...
View ArticleAllow profiles to define a base/parent profile and load them in the correct...
Updated: Comment #393Problem/MotivationWith Drupal 7's vastly-improved install profile functionality, and the recently-improved drupal.org distribution packaging infrastructure, many new install...
View ArticleDynamic Views Arguments via Tokens
For the Drupal 7 version of this issue, see #2010898: Use tokens for entity selection view arguments.Entity Reference allows using a View of a specific display type to set the available options. This...
View ArticleAjaxRenderer declares a $controllerResolver variable but never uses it
Problem/MotivationAjaxRenderer declares a $controllerResolver member variable but never sets or accesses it.Proposed resolutionRemove the declaration.
View ArticleEntityAdapter should have a getEntity method
Problem/MotivationIn order to get the entity of a field you need to use $this->getParent()->getValue(). This has a couple of disadvantages:getValue doesn't hint towards entitiesProposed...
View ArticleAdd getters to EntityQuery
Currently the entity query has no methods that would provide information about applied conditions, sorts,.. to the query. This does not follow the typical \Drupal\Core\Database\Query\Select in any...
View Articleinaccurate docs for hook_field_views_data()
Problem/MotivationInaccurate documentation for 8.2.xAPI page: https://api.drupal.org/api/drupal/core%21modules%21views%21views.api.php...> The field module's implementation of hook_views_data()...
View ArticleReplace all calls to db_find_tables, which is deprecated.
See #2848161: [meta] Replace calls to deprecated db_*() wrappers
View ArticleAdd error message for failures of upgrade
Problem/MotivationAs per documentation https://www.drupal.org/docs/8/upgrade/upgrade-using-web-browser Failed upgrade count should be error message, but its showing as success message. refere Screen...
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 Articlesystem_list() memory usage
Updated: Comment #88Problem/MotivationWith system_list(), memory usage increases significantly when large numbers of modules are enabled. Issue #887870: Make system_list() return full module records...
View ArticleConvert AJAX part of \Drupal\system\Tests\Ajax\MultiFormTest to...
Problem/MotivationdrupalPostAjaxForm() is simulating the behaviour of ajax.js, so using it, doesn't really provide fundamental guarantees.#2809161: Convert Javascript/AJAX testing to use...
View ArticleConfig import tests are broken by 8.6.0, needs a CR
See #2788777-187: Allow a site-specific profile to be installed from existing config, Alex Pott suggested creating a change record for this, but it doesn't seem to have been created.This breaks any...
View Article