Remove drupal_html_to_text().
#2358999: Remove usage of drupal_html_to_text() removed the usage of drupal_html_to_text. Now, let's remove the function itself.
View ArticleEntity reference always searches node titles in default language only
Problem/MotivationOn a multi language site the list of autocompleted nodes always show up in the default language. Editing a Chinese site with admin UI language set to German, the list of nodes should...
View ArticleMerge "Translate configuration" into "Finish...
This is an followup based on #1905152-41: Integrate config schema with locale, so shipped configuration is translated:Can we piggy-back the configuration translation update on the existing second...
View ArticleRemove the '_http_statuscode' request attribute
Child of #2124749: [meta] Stop using $request->attributes->get(MAGIC_KEY) as a public API. Any ideas what to replace it with?
View Article[meta] Stop using $request->attributes->get(MAGIC_KEY) as a public API
Problem/Motivation$request->attributes is currently a dumping ground for:Route parameters defined within braces of the route's path pattern (e.g., 'node' if the path pattern is /node/{node}).Various...
View Article[policy, no patch] What changes can be accepted during the Drupal 8 beta phase?
Now that Drupal 8-beta 1 has been released. it’s important for all contributors to core to understand the criteria for acceptance of core patches during this phase of the development cycle.This...
View ArticleTwig image style filter
Problem/MotivationIt seems that there is a significant regression in the control of image output in Drupal 8's theme layer. There is no replacement for being able to use image_style_url("thumbnail",...
View ArticleIncorrect image url, using an image style, should return a 404 instead of a 403
When requesting an image through an image style URL (e.g. .../files/styles/my-style/public/my-image.jpg), but the original image file (.../files/my-image.jpg) does not exist, it would make more sense...
View ArticleMenuLinkContent::isCacheable() doesn't take into account outbound path...
Problem/MotivationHaving read the docs of MenuLinkInterface::isCacheable(): /**  * Returns whether the rendered link can be cached.  *  * The plugin class may make some or all of the data used in...
View ArticleRemove usage of drupal_html_to_text()
Meta Issue:#2205673: [meta] Remove all @deprecated functions marked "remove before 8.0"
View ArticleLock system needs a precision of at least 14
If this is not given then in the database backend all kinds of strange things can happen that the db_update fails (as expire is the same) and such a process cannot extend its own lock ...This is very...
View ArticleBreak the dependency of MaintenanceModeSubscriber on DefaultHtmlPageRenderer
Problem/MotivationThe MaintenanceModeSubscriber currently renders the maintenance page by directly calling DefaultHtmlPageRenderer::renderPage.Proposed resolutionThrow an...
View ArticleViews plugins do not store additional dependencies
Problem/Motivation#2216071: Views plugins need a way to store additional dependencies went in, which is good. However, this only really has a mechanism in place for storing dependencies for handlers,...
View Articlemodule install cannot save FTP settings
Problem/MotivationI cannot save the FTP settings when trying to install a module from the UI (with both url and tarball module) See attached picture.Ok after a first check it appears that the button is...
View ArticlePrevent access to YAML files using .htaccess and web.config
Problem/MotivationCurrently, Apache, IIS, and any other web server, will deliver YAML (.yml) files, assuming they have not been denied at the global level.In Drupal 8, YAML can contain sensitive...
View Article[meta] Update block HTML IDs now that they're plugins
ProblemInconsistent block CSS class names.Needlessly verbose block CSS class names - repeating "block" as suffix (originating from plugin ID).GoalRevise block CSS class names for D8.Proposed...
View ArticleSimplify style of entity toolbar
This issue was split off from xxx because it deals with style. However, style in this case impacts usability heavily since the size, and position of the tools impacts how well they display on all...
View ArticleStandardize controller service names and hierarchy
Follow-up from #2068471: Normalize Controller/View-listener behavior with a Page object.We have a number of "special" controllers now, for various use cases, that are registered as services to make...
View ArticleEnforce order of display of components in config export
Problem/MotivationThe content element describes how and the order in which fields are displayed. Currently, fields are keyed by weight. This is a problem because when weights are changed, for example,...
View ArticleSort views displays by display name
Problem/MotivationThe order of the views displays get messed up in the config entity.Proposed resolutionSort views display always by display name in the config entity to generate minimal diffs in...
View Article