AJAX error when using progress bar on file field widget
AJAX error when using progress bar on file field widgetAn AJAX HTTP error occurred. HTTP Result Code: 500 Debugging information follows. Path: /d8/index.php/en/file/progress StatusText: Internal Server...
View ArticleContextual link icons cover too much of small width elements.
Problem/MotivationIf you enable more than one language and add the language switcher block to the header in Bartik the top 2 languages are not clickable. The edit mode icon overlays the block and does...
View ArticleDocument Missing HTML Render Elements
Problem/MotivationNeed to document render elements including code examples for the following elements: HtmlTagInlineTemplateLabelLinkMoreLinkPagerStatusMessagesSystemCompactLinkThere may be other...
View ArticleAvoid writing install_profile value to settings.php when provided by a...
Problem/MotivationFollow-up to #1827112: Convert 'install_profile' variable to Settings. Drupal 8+ really wants a valid value of install_profile in settings.php by the end of installation. Therefore,...
View ArticleBack to site links to wrong path in case the last path visited is 404 page
Problem MotivationBack to site links to wrong path in case the last path visited in *Page not found* page.Steps to reproduceLogin as an adminVisit any page which does not exist: For example:...
View Articlehow to disable trimmed version / teasers?
Hi, on my site, I don't use teasers, not even body fields, so I do not want to display anything related to 'trimmed version' on preview pages. Is there any way to do this in D7 without some dirty hacks...
View ArticleMissing docblock for BookManagerInterface::getBookParents()
There is presently no docblock for method BookManagerInterface::getBookParents(). One will need to investigate exactly what is returned by classes that implement this interface and method. When...
View ArticleRemove public methods from RouteProvider
Problem/MotivationThe RouteProvider has two methods which don't have to be public and they are not on any interface so if someone uses the service they should be not be aware of them anyways. The...
View ArticleFix 'Generic.PHP.UpperCaseConstant' coding standard
Part of #2571965: [meta] Fix coding standards in coreWarningAll patches are generated automatically, if the tests fail, do not attempt to fix it by hand, but create an issue against the coder module...
View Article[meta] Ensure vendor (PHP) libraries are on latest stable release
Problem/MotivationDrupal 8 minor versions should wherever possible track the latest major/minor version of external libraries. For example Drupal 8.0.0 is currently slated to release with Symfony 2.7.*...
View Articleupdate system.tar.inc to latest Archive_Tar (Pear)
upgrade to 1.4.0 stablehttp://pear.php.net/package/Archive_Tar1.4.0 stable * Add support for PHP 7 * Drop support for PHP 4 * Add visibility declarations to methods and propertiesApart from the...
View ArticleContextual links on Page title block are confusing
Problem/MotivationSince the Page Title element is now a block, we can configure the block settings from the contextual block links. If we want to hide the title from one specific page a common flow...
View ArticleD8: Title does not appear as a field in Manage Display
When I go to Content Types, and select the Manage Fields tab, I was surprise to not see my node Title field, so that I can chose its location, whether to display its label, and whether it is displayed...
View ArticleInform users/developers about entity/field mismatch details if it happens
Problem/Motivation#2542748: Automatic entity updates can fail when there is existing content, leaving the site's schema in an unpredictable state introduced an error message about entity / field...
View ArticleFix 'Drupal.Classes.ClassDeclaration' coding standard
Part of #2571965: [meta] Fix coding standards in coreWarningAll patches are generated automatically, if the tests fail, do not attempt to fix it by hand, but create an issue against the coder module...
View ArticleFix 'Drupal.ControlStructures.ElseIf' coding standard
Part of #2571965: [meta] Fix coding standards in core
View ArticleUnused variable in LocalTaskManager class
in the file: core/lib/Drupal/Core/Menu/LocalTaskManager.php, There is an unused variable found. $routes. But it has comment like // Pre-fetch all routes involved in the tree. This reduces the number...
View ArticleUnable to run Drush commands with Core 8.0.0-rc3 and Drush 8.0.0-rc3
Running any Drush commands after a clean install of Core 8.0.0-rc3 results in some form of PDO exception error. (MAMP 3) Using PHP 5.5.23, MYSQL.Examples below:drush st returns:Drush command terminated...
View ArticleRouting silently fails in kernel tests
Problem/MotivationThere's a regression in D8 compared to the D7 router: if the router table is empty then D8 will silently fail routing instead of automatically running a rebuild). This resulted in a...
View Article