Test failures in NormalizeTest
Problem/MotivationFatal error: Cannot use Drupal\entity_test\Entity\EntityTest as EntityTest because the name is already in use in /Users/dawehner/www/d8 /core/modules/hal/src/Tests/NormalizeTest.php...
View ArticleFile Field design update
Problem/MotivationIn terms of interaction, file fields could be a lot more accessible. The style guide proposes both a new appearance and a new interaction design.Proposed resolutionFiles can be added...
View ArticleMenu admin UI doesn't reflect content of database
I have been working on a menu on a large site, and the admin-ui at /admin/structure/menu/manage/example-menu only displays a small number of the menu records which are actually in the menu_links table....
View ArticleRemove the option to create a new revision or not from the node form
Problem/MotivationFollowing on from #2490136: Enable revisions by default we should remove this option from the node form altogether, for the following reasons:The behaviour of sometimes saving a new...
View ArticlePluginSettingsBase::getThirdPartySettings() returns null instead of array
The \Drupal\Core\Field\PluginSettingsBase::getThirdPartySettings method returns null if the module does not exist instead of empty array.The description of the method in the ThirdPartySettingsInterface...
View ArticleEnsure good UX & DX even when A) rendering of placeholder fails, B) some...
Problem/MotivationIn the BigPipe D8.1 core issue, @dawehner said this at #2469431-212: BigPipe for auth users: first send+render the cheap parts of the page, then the expensive parts:+++...
View Article404 error for CKEditor config.js file when using text format without buttons...
Problem/MotivationI created a custom Text Format/Editor profile that uses only two buttons in the CKEditor toolbar: DrupalLink and DrupalUnlink (both of which are part of the plugin...
View ArticleIgnore front end vendor folders to improve directory search performance
Problem/MotivationDrupal recursively scans the front end vendor directories: node_modules and bower_components.This causes a noticeable and significantly slower response time when front end developers...
View ArticleUnexpected Pager Number Synchronization of View Blocks on the same page
When two or more view blocks of the same content type with pager enabled are placed on the same page, clicking the pager number of a certain block will synchronize all the other blocks' pager number. I...
View ArticleClean up images used in the Seven theme
Problem/MotivationProposed resolutionThere are quite a few images in the Seven theme that are not being used.Remaining tasksFor each image, check it is not being used; if they are, replace them with...
View ArticleWarn users that underscores in (sub)domain names are not valid.
I lost 5 hours of my life today, trying to work out why on earth IE users couldn't log into our stage site. I checked session handlers, recorded network traffic, debugged the site to itty bitty little...
View ArticleServiceNotFoundException: You have requested a non-existent service...
Problem/MotivationIf errors are encountered in install_database_errors(), then a non-existent service is called.ubuntu@box563:~/d8_starter/web$ ../vendor/bin/drush si -y standard You are about to DROP...
View ArticleTaxonomy vocabulary data not available as views fields
Problem/MotivationCurrently it is impossible to access taxonomy vocabulary data as views fields - e.g. when trying to display a list of taxonomy terms with their related vocabulary names (Base table:...
View ArticleDrupal 8 Install Page: Page title is not complete
Problem/MotivationWhen we install Drupal 8 if we see the page's <title> tag then there is no value after the Pipe (|). Compared to Drupal 7 this showed "Drupal" keyword. As per the below...
View ArticleDashboard uses unreliable method for identifying blocks.
Problem/MotivationThere is an issue with the Devel module conflicting with the Dashboard module. At admin/structure/dashboard blocks can be successfully placed into dashboards regions. However, at...
View ArticleSimpletest UI throwing 500 errors during tests
Problem/MotivationI currently have HEAD checked out (hash 77598077). When I run some tests from the UI (eg, LocalePluralFormatTest), I get an error messageAn AJAX HTTP error occurred. HTTP Result Code:...
View ArticleUpdate Description for Menu Item Form Description Field
Updated: Comment #0Problem/MotivationThe help text for Menu item description is not that clear. Currently it reads 'Shown when hovering over the menu link.'Proposed resolutionUpdate the help text to be...
View ArticleSupport for end date
Problem/MotivationThe datetime field does not support end dates, which makes it impossible to create a date range. This is a very important feature for a calendar.Proposed resolutionAdd an option to...
View Articleadd 'Pending Comments' block
I find the notification of incoming comments which need moderation a little weak. So I've added a Pending Comments block which is visible for sufficiently priv'd users.Caveat: I may not have done...
View Article[policy, no patch] Do not pass exception messages to UI for normal errors
On #2603958: Location of settings.php is not provided in access denied mesage in update.php someone was complaining about the message they get when they try to run update.php and they are not logged in...
View Article