Themes (custom/derived/new) are disabled at random intervals
Problem/MotivationI'm filing this issue - because I might have found a fix but I have no clue as where to put it.I've experienced, during almost every drupal 7 install I've made, that if I try to make...
View ArticleRemove public visibility from pager variables on the ViewExecutable
Problem/MotivationThe ViewExecutable class still has a lot of public properties, let's remove some of them, which aren't actually needed: /** * The current page. If the view uses pagination. * *...
View Articleinstallation over an already installed database
Problem/MotivationAfter solving the routing error thrown when trying to reinstall over an existing database (see parent issue) we are now able to re-install over an existing database. Core modules are...
View ArticleAdd content dependency information to configuration entities
Problem/MotivationConfiguration can depend on content entities. For example:The default value of an entity reference fieldA views filterThe placement of a custom blockThe custom block example is...
View ArticleDelete menu link - Uncaught PHP Exception
When trying to delete a menu link via the "Delete"-link in admin/structure/menu/item/x/edit i get an error message:Uncaught PHP Exception InvalidArgumentException: "The URI...
View ArticleMissing label for boolean fields
// I didn't found an similar issue, so i created this one. Please close if duplicated or already fixed in newer versions.Boolean fields has no labels in the node edit form. 1. edit a content type 2....
View Article[regression] Argument validations doesn't set the title anymore
Problem/MotivationIn D7 you could setup a view to taxonomy/term/% and pass it the term. Internally it loaded the term entity and automatically converted it to the TID itself.At the same time it set the...
View Articledrupal 8 beta 2 fails to update.php with ajax error
I was doing a completely blank install. New empty database and new d8beta2 files. All files and the root dir owned by apache (who runs the httpd also). Initial setup runs great, I choose "Deutschland"...
View ArticleFiles should automatically be uploaded to directories based on a token
It is a well known fact that if you upload thousands of files into a single directory you will have performance issues on certain systems such as Cloud systems using GlusterFS, NFS or other shared...
View Article[policy, no patch] Allow crediting reviewers (and other non-coders) as...
Updated: Comment #14Problem/MotivationThe current commit messages generated by Dreditor credit anyone who has uploaded a new version of a patch, even if they have just done an easy reroll. By contrast,...
View ArticleMenu link title/description not translated
Problem/MotivationWhen using the Content Translation module the menu link title is not translated, although the language was switched. The same goes with the hover description.Steps to reproduceinstall...
View Articlebook page content type is not disabled when module disabled
Problem/MotivationWhen the book module gets uninstalled the content type book remains and also it's content. So all book pages are still present and you can also create new ones, although the modue is...
View ArticlePHP error while publishing comment
Updated: Comment #68Problem/MotivationA fatal PHP error occurs when publishing a comment and a "Unpublish comments with keywords" action is enabled.PHP Fatal error: Cannot use object of type stdClass...
View ArticleHTTP_HOST header cannot be trusted
Updated: Comment #0This issue has been handled by the Drupal Security Team in private and it was decided that this security hardening issue can be handled in public.Handbook for protecting against HTTP...
View ArticleTemporarily use the Classy theme in the Testing profile
Problem/MotivationDrupal is now using the classy theme as its default markup & classes - A lot of the test are using markup & css classes, so we need to change from stark to classy to keep...
View ArticleAjax fails on IE 9
Problem/MotivationInternet explorer is supposed to be a HTTP based HTML browser. There are a lot of examples where neither HTTP nor HTML is implemented properly. One example is the concept of...
View ArticleOverriding the translation path in the installer does not work
Problem/Motivationinstall_begin_request() checks for the existance of $GLOBALS['config']['locale.settings']['translation.path'] to set up the correct string translation service.This, however, is not...
View ArticleCannot Target Specific Image in Twig
Problem/MotivationThere seems to be no way to target a specific image field deeper than the field template. When enabling Twig debug mode in Drupal 8 beta 1 and 2, there are no twig name suggestions...
View ArticleAuto generate routing entries for entities based on an 'admin_path'...
Updated: Comment #0Problem/MotivationMost config entities follow a common pattern.A list page.An edit page and tab.A delete page and form.An add page.An optional enable/disable page/callback (when...
View ArticleRendering forms in AjaxResponses does not attach assets automatically
Problem/MotivationThis is what I had to do to get AjaxResponses in a multistep form for entity_embed for media.$output =...
View Article