layout.module uses anti-pattern for string translation
Note: There's no layout.module component, so choosing base system.layout.module does t('@name @type'), where @type can be module and theme. It then does t('module') or t('theme') separately. It seems...
View ArticleMake LayoutInterface not require rendering a layout, but only building the...
Note: There is no component for layout.module, so I'm using base system.Issue description\Drupal\layout\Plugin\LayoutInterface::renderLayout() builds a render array and then directly renders it using...
View ArticleAdd space between file upload and button
Because they are crammed togetherIn file.admin.css:.form-managed-file .form-file, .form-managed-file .form-submit { - margin: 0; + margin: 0 .5em 0; }and yes, I am that picky.(sorry I didn't roll a...
View ArticleShorten ridiculously long and verbose text in file upload field
See attached images:Current:Proposed:AttachmentSizeStatusTest resultOperationsScreen Shot 2013-07-13 at 10.42.20 PM.png18.63 KBIgnoredNoneNoneScreen Shot 2013-07-13 at 10.38.54 PM.png14.62...
View ArticleImplement simpler expand collapse icons proposed by dodorama
We could use either the smaller arrows or the single chevrons from ry5n's libricons set: https://drupal.org/node/2032773I prefer the chevrons.
View ArticleImplement simpler expand collapse icons proposed by dodorama
see https://drupal.org/node/1848432#comment-6786746We could use either the smaller arrows or the single chevrons from ry5n's libricons set: https://drupal.org/node/2032773I prefer the chevrons.
View ArticleDoes not play nice with /mod_pagespeed_statistics, /pagespeed_console and...
I don't know what to do about this and I claim no expertise in .htaccess rewrite rules so if someone knows how to work around this please help.With Drupal installed (apache 2.2.22 / php 5.4.9) trying...
View ArticleUpdate hook_help for filter module
Background: This issue is part of the task to update the hook_help texts of the modules for Drupal 8:#1908570: [meta] Update or create hook_help() texts for D8 core modulesTasks: - review if the text...
View ArticleAdding 'tag field' to 'taxonomy term' view
I am fairly new to Drupal, about 1 month of experience so far. Live site, but empty of content, an amateur to say the least. Trying to sort out the site format before spending time on writing.I am...
View Articlemarkup & classes needs to be updated for install-page.html.twig
Problem/motivationinstall pages markup have the legacy of Drupal7 - needs to get its markup updated so it follow the same markup structure as starks page.html.twigProposed solutionupdate it so uses...
View ArticleIntegrity constraint violation: 1062 Duplicate entry ... line 404 of...
I got this error setting up a multi-lingual link in simplytest.mehttp://s91d379121030b06.s2.simplytest.me/node/add/articleStatus message Article test with link has been created.Error message...
View ArticleCreate hook_help for display modes
When #2029321: Provide list and form controllers for EntityViewMode and EntityFormMode lands.
View ArticleRemove theme_radios() and call theme('container') instead
Problem/MotivationThere are way too many theme functions / template files in core. Some are similar (if not identical) and should be consolidated.Proposed resolutionWe have two options:Remove...
View ArticleCleanup Twig Documentation/Code
After working on #1927584: Handle trans block as Twig extension, I noticed that there is a LOT of documentation and code cleanup needed on Twig related stuff.We should also probably be utilizing...
View ArticleRemove theme_checkboxes() and call theme('container') instead
Problem/MotivationThere are way too many theme functions / template files in core. Some are similar (if not identical) and should be consolidated.Proposed resolutionWe have two options:Remove...
View ArticleAdmin can't create content but can do everything else!
I'm new to Drupal! I have been building my site for a few weeks now and doing fairly well.Admin can't create nodes suddenly - Can do anything else (delete, modified content, page...) Yes I'm User/1...
View ArticleMake HTTP Basic Authentication provider optional/enable-able
The HttpBasic authentication provider is currently enabled for every single page request in the critical performance path. The functionality won't be needed on many Drupal sites, so this should only be...
View Articlecheck that id does not exist before saving a new ConfigEntity
Drupal\field\Plugin\Core\Entity\FieldInstance::saveNew() has code to check that an instance for that field doesn't already exist for that entiy_type+bundle (and raise an exception if that's already the...
View ArticleUse some arcane magic to automatically discover typed data definitions for...
Spin-off from #1943846: Improve ParamConverterManager and developer experience for ParamConverters to keep that issue solely focused on the ParamConverter and basic upcasting.Quick summary,...
View Articletheme_more_link() needs to accept attributes and options for l()
Problem/MotivationViews needs to use theme_more_link to add a more link to a block. Views needs to add url options, and other things may need to add attributes (other than title) - theme_more_link...
View Article