Field UI creates fields that can never be translated
Problem/MotivationField translatability is defined at two levels:At field storage definition level it's defined whether the field supports translation and thus should have a storage supporting...
View ArticleVertical orientation does not remove toolbar from print
Follow-up to #1892006: Include a print styling for Seven.I think it is wrong to remove the toolbar in the theme. It should be part of toolbar module.
View ArticlePHPUnit deprecated assertTag() and assertSelectEquals()
Problem/MotivationI am trying to build Drupal 8 RPMs for Fedora/EPEL and I am required to unbundle libraries. One such bundled library is PHPUnit. Drupal 8 requires PHPUnit 4.1 while latest Fedora/EPEL...
View ArticleClean-up field module test members - ensure property definition and use of...
The field module uses test class members with underscored names. Some examples are big_user, web_user and admin_user, but there could be others. According to our coding conventions, these should be...
View ArticleAdd reusable heading classes to Bartik
Problem/MotivationIn some cases it is necessary to use a certain heading's visual style but it is not possible to change the markup to use the correct element and it's styles. For example displaying...
View ArticleRemove toolbar from print view
Follow-up to #1892006: Include a print styling for Seven.The toolbar has been disabled in print view in seven, but this is not ok as it also affect all other contrib module. We should add this to the...
View ArticleFix double-escaping due to Twig autoescape in dblog event "operations"
Part of #2297711: [meta] Fix HTML escaping due to Twig autoescape. See that issue for details.Problem/MotivationThe "Operations" link at admin/reports/dblog/event/[ID] is double-escaped for every log...
View ArticleProvide a mechanism for dynamic library declarations
This came up in #2350877: Deprecate/rename drupal_add_feed(), drupal_add_html_head(), drupal_add_html_head_link(), drupal_add_http_header(), and allow to be set declaratively in #attached, resp....
View ArticleLocal tasks do not respect hidden: true in theme info
Problem/MotivationAs per the title, while hidden themes do not show in the system themes page - they do show up in the local tasks, see screenshot.I do not think this is supposed to be like this, so I...
View Articlesearch.page.user_search.yml doesn't match schema
The current config in modules/user/config/install for search.page.user_search.yml does not match the schema. It is missing the 'weight' element. Here is a re-export (patch coming in first comment).BETA...
View ArticleFloat image left in Bartik Articles
Problem/MotivationBartik's original design specified the default image (from the image field) in a node should float left. At some point (undetermined) a change was made which means the image is...
View ArticleFileSelection::buildEntityQuery() does not return $query
See patch.entity_reference with files is broken anyway in core (see #2388161: Use images as Entity Reference don't work), but this is a separate bug that can be fixed easily.
View ArticleExtending topic needs more information and better link
Child of #2323895: [Meta] Document format/content of various YML files (we have been discussing how to document *.yml files).There is a topic...
View ArticleFatal error rebuilding node access permissions
Rebuild permissions gives me :Fatal error: Using $this when not in object context in /path/to/drupal8/core/modules/node/node.module on line 1296This is caused by this oversight in...
View ArticleGeneric entity api field handler should live in views module not in field module
Problem/MotivationThe integration between any kind of fields and views live in field module. This is fine at the moment, because it just deals with configurable fields (which is what the field module...
View ArticleAdd entity query condition for delta in EFQ
Problem/MotivationIt is not possible to query on delta. This is a regression from Drupal 7 where we had fieldDeltaCondition since #1206200: Add support for field meta conditions in EntityFieldQuery...
View ArticleDrupal returns same content when mod_cache is enabled
Problem/MotivationWhen using mod_cache, the same content is returned for every requested page. This is caused by mod_cache believing all requests are index.php.Proposed resolutionChange .htaccess...
View Articlemenu tree storage override requires too much copy-paste
Problem/MotivationThis is a followup to #2388905: menu link storage override requires too much copy-paste and deals with the same problem: while the menu tree storage is pluggable a lot of logic is...
View ArticleUser picture does not save.
Follow-up to #935592: User picture is deleted after calls to user_save()Problem/MotivationUser pictures are are not savinguser_save() doesn't save the picture when an $edit is passed. Proposed...
View Article