REST module seems to be borked atm.
1) Enable the REST module. 2) Try the command at the top of http://8x.localhost:8082/admin/config/services/rest (NOTE: This should be moved to admin/help/rest).A fatal error occurred: No route found...
View ArticleArray passed to findChildrenRelativeDepth from Book module
Function _book_parent_depth_limit from book.module (line 931) sends an array to MenuLinkStorageController->findChildrenRelativeDepth, which expects an EntityInterface.This produces three Notices and...
View ArticleRename ' Views Modules' test group
This is a follow up from #1911688: Change test group of entity reference SelectionTest."Views Modules" is a weird name for this grouping. Could we get a follow-up to rename that to something else, like...
View ArticleMultivalue File/Image fields collapsed by default event when there are files...
Problem/MotivationFile and Image fields are displayed inside a collapsed container when configured to be multi-value. That can be nice because it saves some space, but can also be confusing. There is a...
View ArticleRegression? 'User Account' menu on front page
On the latest 8-x dev after a standard install the 'Secondary links' menu is now visible on the front page. The only other copy of 8.x I had available was dated 1/17/13, which had similar code in...
View ArticleAccess to protected variable in TempStore::set() and ::delete()
Two places in Drupal\user\TempStore tries to access the protected $collection property of the KeyValueStoreExpirableInterface instance.This bug only shows up in rare occasions when a lock could not be...
View ArticleImprove language requirements description and offline detection
Problem/MotivationIn #1887046: Convert drupal_http_request usage in install.core.inc to Guzzle. (#31) the language requirement error description caused confusion. A website which could not connect to...
View ArticleCannot install on Windows 7 with WAMP stack (not IIS).
With the D8 repository cloned today - After entering the database credentials I receive the following error:The directory sites/default/files/config_uOveAF6UTjK2g1PJkg_zrls0Gih1voBfhoRGC3VBCTQ/active...
View ArticleClean up comments in comment.views.inc node.views.inc user.views.inc
Follow up for #1779658-52: Translatable strings not self-explanatory / not context-independent and comments #46Problem/Motivationcomments are not meeting the standards:...
View ArticleLanguage Field gets "Stuck" after Title
Repositioning of Language field fails. It can not be placed after the body field once it has been placed above it.Steps to reproduce:1. git pull 2. drush si 3. drush en translation language 4. Login as...
View ArticleReorganize contextual module's CSS and JS assets into their own subdirectories
The current trend in Drupal core modules is to place CSS and JS files into their own subdirectories.
View ArticleSupport serialization with same media type, different contracts
Problem/MotivationSymfony's Serializer chooses the Normalizers to use based on the format. This makes it possible to represent the data differently based on media type. For example, the JSON-LD...
View ArticleIntroduce a Form interface for building, validating, and submitting forms
Problem/Motivation#1903176: Add a drupal_build_form() helper for using a method as the callback introduced a procedural helper method for using an object method for a form callback. It just wrapped a...
View ArticleGeneralize the overlay tabbing management into a utility library
Problem/MotivationThe overlay module manages tabindices on a page when the overlay is open. Users navigating page elements with a keyboard are constrained to the overlay container as the context of...
View ArticlePut some more space between buttons at the bottom of forms.
Problem/MotivationSome point while #1751606: Move published status checkbox next to "Save" was being worked on the margin on submit buttons was removed. This makes @webchick angry, and since we can't...
View ArticleRemove unused "matcher" compiler pass
As I was working on something else I noticed that this compiler pass is not being used at all - I guess it is leftover from a previous incarnation of the routing stuff. The attached patch also fixes...
View ArticlePrevent template files from being rendered when not necessary.
Problem/MotivationWe have a lot of template files that start with logic that, if fails, will prevent anything from being printed at all. It would be smarter if we could prevent these template files...
View ArticleStandardize preprocess function documentation
Problem/MotivationThere are standards for "Themeable functions" (theme_*() functions), but not preprocess functions. Part of the Twig conversion is removing theme functions and adding new preprocess...
View ArticleAccessibility followup for Edit tab toggle of contextual links for in-place...
Problem/MotivationThe issue #1874664: Reconcile "Edit" toolbar option with local tasks (tabs) and contextual links for editing attempts to reconcile local tasks (tabs) and in-place editing actions...
View ArticleReset to alphabetical not working after clicking on the save button.
I created a new vocabulary and i ordered the terms using the reset to alphabetical button. The problem is when clicking on the save button the order of the terms is set back to way it was before i...
View Article