Regression: Content types do not respect all permissions defined by Field UI
Field UI defines a couple of permissions since #611294: Refine permissions for Field UI, administer $entity_type fields, administer $entity_type display, but the patch from #111715: Change notice:...
View ArticlePoStreamReader argument 2 passed to String::format() must be of the type...
When importing a .po file on admin/config/regional/translate/import, once the importation is completed, I get this message:An AJAX HTTP error occurred.HTTP Result Code: 200Debugging information...
View ArticleViews AccessPlugin entity access
An additional AccessPlugin that checks if the user has access to (selected) entity/ies for the route.A solution suggested for #1857256: Convert the taxonomy listing and feed at /taxonomy/term/%term to...
View ArticleReplace instances of drupal_sort_weight with SortArray::sortWeight
Problem/motivationWhen #2028499: drupal_sort_weight should be converted to a class goes in, then drupal_sort_weight will be deprecated.Proposed resolutionReplace all instances ofuasort($operations,...
View ArticleLinks in update.php page don't point to the right location
Problem/MotivationIn core/update.php page, links that should point to front page and admin page don't pint to the right location, instead points to /core/upate.php and /core/update.php/admin...
View ArticleConvert node_admin_nodes to a new-style Controller
We need to convert node_admin_nodes page callback introduced in #1895160: Change notice: Convert admin/content to a View, keep a non-views fallback with no bulk operations to a new style controller.See...
View ArticleImprove API documentation for field formatter settings hooks
The example implementations of the hook_field_formatter_settings_* hooks (in field_ui.api.php) include conditions which check the field type.I think it would be more appropriate if these examples used...
View ArticlePage node/add shows wrong description of node types
After changing description of a node type, page admin/structure/types shows new description, but page node/add still displays the old text.As a result, you can't edit the node type description for...
View ArticleMove entity_load('image_style', ...) in preprocess
Followup for: #2027423: Make image style system flexibleAfter #2027423: Make image style system flexible move entity_load('image_style', ...) in theme preprocess for:core/modules/picture/picture.module...
View ArticleConvert BLOCK_LABEL_VISIBLE to a constant on the block interface
It would be helpful to convert this constant to enable proper unit tests.
View ArticleConvert FIELD_LOAD_CURRENT to a constant on some class/interface
It would be helpful to convert this constant to enable proper unit tests.
View ArticleDocumentation Gate has been ignored in many commits
Updated: Comment #N [not yet updated]Problem/MotivationThe Drupal Core development community adopted several "Gates" for Drupal 8 development that all patches were supposed to comply with before they...
View ArticleImprove help for blocks module
In D8, the administration of blocks is split over two different configuration pages. This should be clearer in the help text. The text should be checked whether other possible changes from D7 are...
View ArticleAdd a getExecutable() method to View
Simple enough, at the moment we are using a bastardised get() method to return the executable object. Let's atleast have a method to deal with this.AttachmentSizeStatusTest...
View ArticleCreate hook_help for ckeditor module
Background: This issue is part of the task to update/create the hook_help texts of the modules for Drupal 8:#1908570: [meta] hook_help() text is seriously out of date and/or missing in most...
View ArticleCreate hook_help for entity reference
Background: This issue is part of the task to update/create the hook_help texts of the modules for Drupal 8:#1908570: [meta] hook_help() text is seriously out of date and/or missing in most...
View ArticleCreate hook_help for HAL module
Background: This issue is part of the task to update/create the hook_help texts of the modules for Drupal 8:#1908570: [meta] hook_help() text is seriously out of date and/or missing in most...
View ArticleCreate hook_help for history module
Background: This issue is part of the task to update/create the hook_help texts of the modules for Drupal 8:#1908570: [meta] hook_help() text is seriously out of date and/or missing in most...
View ArticleHaving installation profiles in system.module.yml causes config import to fail
While testing #1808248: Add a separate module install/uninstall step to the config import process I was running a test where I was getting a config export of the standard installation profile, setting...
View ArticleCreate hook_help for layout module
Background: This issue is part of the task to update/create the hook_help texts of the modules for Drupal 8:#1908570: [meta] hook_help() text is seriously out of date and/or missing in most...
View Article