Missing "edit shortcuts" contextual link on the shortcut block
\Drupal\shortcut\Tests\ShortcutLinksTest::testShortcutBlockAccess()Problem/MotivationThere is no contextual link to edit the list of shortcuts on the Shortcuts block.Proposed resolutionAdd a...
View ArticleEntity query needs to clarify what 'current revision' means
API page: https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Entity%21...It's not entirely clear what the 'current revision' means. Is it the published one, or is it the most recent?I think...
View ArticleMake Url::toString(TRUE) explicit by having a Url::generate() method, as well...
Problem/Motivation$url->toString(TRUE)->getGeneratedUrl() Seriously, what does TRUE even mean.Proposed resolutionAdd $url->generate()Deprecate \Drupal\Core\GeneratedUrl::getGeneratedUrl() in...
View ArticleAllow field blocks to display the configuration label when set in Layout Builder
Problem/MotivationWhen you edit a field block on Layout Builder, modify the Title, check Display title, and save the block the field block does not display the specified Title (configuration label) but...
View ArticleUmami Recipe Arabic Translation: Vegan chocolate brownies
Problem/MotivationWe need to translate this recipe to Arabic so we can demonstrate Drupal's multilingual capabilities and RTL support. This issue is to produce and agree on a translation, not to...
View ArticleReplace all calls to the deprecated Drupal::l() function in Core
Problem/Motivation\Drupal::l() has been marked as deprecated. #2606376: mark \Drupal::l() as deprecated A number of instances of calls to this deprecated method remain in core.Proposed resolutionCreate...
View Articlephp 7.1 Warning: A non-numeric value encountered in theme_pager()
PHP 7.1 and Drupal commerce, navigating to /admin/commerce/orders to view orders generates the following warning:Warning: A non-numeric value encountered in theme_pager() (line 329 of...
View ArticleLimit what can be called by a callback in render arrays to reduce the risk of...
Problem/MotivationRecent security releases have shown that the render system needs to be stricter about what it allow to be called by a callback....
View ArticleDeprecate drupal_get_path() and replace with ExtensionList::getPath()
Problem/MotivationAfter the completion of the new Extension system API's in #2208429: Extension System, Part III: ExtensionList, ModuleExtensionList and ProfileExtensionList and #2659940: Extension...
View ArticleSetting jQuery UI Datepicker's dateFormat should not be translated
File /core/modules/locale/locale.datepicker.js, line 78:dateFormat: Drupal.t('mm/dd/yy'),This line sets a localized value for the setting dateFormat for jquery UI datepickers. However this setting...
View Article[META] Showcase Drupal's Multilingual Capabilities by implementing Umami...
Problem/MotivationWe are planning to showcase Drupal's multilingual capabilities and RTL support by adding Arabic translations to the Umami demo. This meta issue is to list all the tasks required to...
View ArticleConfig Environment module (core experimental)
Problem/MotivationProvide a mechanism in core for handling configuration changes between different environments, such as Dev, Stage, Prod. For example, environments might have different API key...
View ArticleAdd display name to Views block placeholder
Problem/MotivationI was creating a View with 2 block displays to use on the Umami term page. One display would show Recipes and the Articles for the term.Since they are both in the same view their...
View ArticleConvert book.module hook_help() to topic(s)
Problem/Motivation#3041924: [META] Convert hook_help() module overview text to topics for the THISMODULE module.Proposed resolutionTake the information that is currently in the hook_help module...
View ArticleMake it possible to link to an entity by UUID
Problem/MotivationIt would be great to provide URLs with UUIDs in their so you can link to them.The solution would need to meet the following requirements:Allow a UUID-based URL to be used in menus,...
View ArticleProvide a way to remove migration tables (ID map etc.)
Problem/MotivationThe 3 modules Migrate, Migrate_drupal, Migrate_drupal_ui didn't implement any method to remove these tables or other data related to migration and have no use after complete...
View ArticleAdd scaffolding for config_environment experimental module
Problem/MotivationIn order to be able to work in parallel on the configuration environment system and to avoid reviewing huge patches we need to be able to incrementally add new code in smaller scoped...
View Article[META] Convert hook_help() module overview text to topics
Problem/MotivationAs part of #3031642: Deprecate hook_help() and combine with Topics, we need to convert the module overview help for each core module, located in the hook_help() implementation, into...
View Article[D7] ImageStyle::transformDimensions unable to deal with all effects.
It's possible to fix this for D7 in a BC-compatible way:https://www.drupal.org/files/1364670.9-pass-image-source-to-dimensions-c...
View ArticleSettings returned via ajax are not run through hook_js_alter()
Updated: Comment #0Problem/MotivationIt is possible to change javascript settings via hook_js_alter(), but the settings are returned unaltered from ajax request.For example:function...
View Article