'#title_display' => 'invisible' does not work for...
I noticed that hiding title/label for radio buttons are not working with '#title_display' => 'invisible' in forms.Below are the pages i noticed the same -1)url :...
View ArticleMS Word to HTML not correctly linking anchors
When pasting a MS Word document into the HTML Editor, anchor links within the page to not format correctly when using footnotes. In the 'a' tag it gives and 'href' attribute correctly but does not give...
View ArticleAdd an 'empty' libraries folder (or similar) and encourage people...
We should add a /libraries folder like /modules and /themes to encourage people to use it properly.-- Original -- We should add a sites/all/libraries folder like sites/all/modules and sites/all/themes...
View ArticleFatal error: Call to undefined method...
Problem/MotivationToday I run the git pull command, I got some updated code. When I run drupal cache:rebuild all (using drupal console). I got the following error (image uploaded). I tried to cache...
View Article[regression] Themes unable to implement hook_element_info_alter()
Problem/Motivation#2228093: Modernize theme initialization removed the ability for themes to implement system-wide alter hooks and instead limits to a certain "whitelist" due to the nature of the...
View ArticleExtension System, Part III: ExtensionList, ModuleExtensionList and...
Problem/MotivationPart of #2186491: [meta] D8 Extension System: Discovery/Listing/Info to untangle the Drupal 8 extension (module, profile, theme, theme_engine) system.Proposed resolutionProvide a...
View ArticleCache bins are not deleted deleted when the module that declares them is...
After #2470693: Upgrade to Symfony 2.7.0 cache bins are not more deleted when the module that declares them is uninstalled. This because ModuleInstaller::removeCacheBins() do not take into account the...
View ArticleError after reinstalling migrate modules: mt_rand(): max(-1) is smaller than...
Hi,after I encountered this problem I uninstalled and reinstalled migrate, migrate_upgrade and migrate_drupal. When trying to "Rerun" import via UI (/upgrade) I get the following errors:Warning:...
View ArticleConfirmation cancel links are incorrect if installed in a subdirectory
Problem/MotivationI have a site whose base URL is:http://wren/~d8git/(my local machine is called "wren").I installed with standard profile in English, then turned on the 4 multilingual modules, added...
View Articlecomments in .info.yml problem
YAML should allow comment at the end. http://symfony.com/doc/current/components/yaml/yaml_format.html#comments But in my "hello_world.info.yml" file, I can add # comments to all the field, except...
View ArticleAdd a unified way of creating twig filters and functions to core
Drupal Core imho is lacking a clean way of adding a TWIG filter or function to a custom module. It would be really nice if this could be done with the new found services / annotations system, and...
View ArticleAllow instantiating Attribute objects within Twig
Problem/MotivationSometimes you have an array of attributes and it would be nice if you could addClass, removeClass, setAttribute, etc. rather than trying to do array manipulation.Proposed...
View ArticleVisual and structural hierarchy: ways to emphasize admin items over others
There’s currently very little we can do in the admin interface to seperate and promote oft-used items from other, less frequently used items. This creates severe usability issues. We want to design...
View ArticleLibraries API in core
This didn't make it in D7 core (#536126: target core inclusion for D7), but now we have a stable release and D8 is open. So, no excuses any more! Right ;)
View ArticleVerticalTabs' #default_tab broken due to wrong/mismatching class name
The VerticalTabs render component needs the hidden input field for "'#default_value" to have its class attribute updated to match the BEM standard being used by the JavaScript library to set the...
View ArticleText (plain, long) field does not appear in combine fields filter
The combine fields filter does not seem to recognize fields which use the field type text (plain, long). I can't understand why this is the case given that it works with plain text and text (formatted,...
View ArticleChange ConfigFileContentTest to use type-safe asserts (assertSame(),...
Problem/MotivationFollow-up for #2686207: Convert simpletest kernel tests in modules A-I to phpunit. Converting that test to phpunit made some asserts fail and showed that we had outdated...
View ArticleUpdate theme related documentation in DefaultConfigTest
Problem/MotivationFrom #2686207-13: Convert simpletest kernel tests in modules A-I to phpunit: We should file a followup to fix this test to not mention system_config_schema_info_alter() and update the...
View ArticleConvert simpletest kernel tests in modules A-I to phpunit
Problem/MotivationThe current patch in #2456477: Convert deprecated \Drupal\simpletest\KernelTestBase tests to KernelTestBaseNG is getting big, @dawehner and I think it's time to move it to a separate...
View Article[policy, no patch] Update backport policy to account for 8.x minor versions...
Problem/MotivationThe Drupal core backport policy is confusing to contributors. Reference: https://www.drupal.org/core/backport-policyThe current state of an issue that applies to multiple versions is...
View Article