Quantcast
Channel: Issues for Drupal core
Browsing all 291671 articles
Browse latest View live
↧

[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 Article


Taxonomy 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 Article


Image may be NSFW.
Clik here to view.

More 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 Article

Scale-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 Article

Base 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 Article


Incorrect 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 Article

Search 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 Article

Installation 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 Article


Allow 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 Article


Dynamic 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 Article

AjaxRenderer 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 Article

EntityAdapter 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 Article

Add 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 Article


inaccurate 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 Article

Replace all calls to db_find_tables, which is deprecated.

See #2848161: [meta] Replace calls to deprecated db_*() wrappers

View Article


Add 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 Article

TypedData '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 Article


system_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 Article

Convert 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 Article

Config 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
Browsing all 291671 articles
Browse latest View live