Create configuration schemas for dblog module
This is a sub-issue of #1910624: [META] Introduce and complete configuration schemas in all of core.Problem/motivation#1866610: Introduce Kwalify-inspired schema format for configuration introduced the...
View ArticleCondition Group User Interface
The condition plugin system is useful on its own, but a user interface to allow for groupings of conditions to be made for generic reuse purposes helps promote the basic needs of both a page management...
View Articlefile_field_widget_form function is broken when submitting some node forms...
file_field_widget_form has a line that looks like this (right before the return statement):$elements['#file_upload_description'] = theme('file_upload_help', array('description' => '',...
View ArticleMove views_array_key_plus to views_ui.module
This currently lives in views.module but is only used in views_ui (admin.inc). Let's rename and move it in there instead.AttachmentSizeStatusTest resultOperationsvdc.move-views_array_key_plus.patch2.68...
View ArticleMove array_filter_zero function to FilterPluginBase
This function is only used in FilterPluginBase, so shall we just move it there?AttachmentSizeStatusTest resultOperationsvdc.array_filter_zero.patch2.6 KBIdlePASSED: [[SimpleTest]]: [MySQL] 49,976...
View ArticleUnable to pre-populate db in settings.php
If you prepopulate the database settings in settings.php, the install process gives several errors.Example of pre-populated DB settings (created by simply copying default.settings.php to settings.php...
View ArticleMove views_trim_text to FieldPluginBase
This is only used in FieldPluginBase so we could just move this from views.module to there, and also move the tests to FieldUnitTest.AttachmentSizeStatusTest...
View Articlemove _field_view_formatter_options to Field.php
Sorry, another moving things issue.This is only used in Drupal\field\Plugin\views\field\Field. So we can move this to a method on that class. I have removed the static caching and replaced it with a...
View ArticleUsing the back button after logging out shows you pages from the...
Originally reported as a security issue by David Rothstein, but making it into a public issue as the security team considers this non-critical and thus can be fixed in the public queue.===== Testing...
View ArticleUse @return $this to mark that a method returns itself
Let's assume you have something like this:<?phpclass Foo { public function external() {   $this->setValue1()->setValue2(); } /**  * @return Foo  * Returns the called object.  */...
View Articlefix broken icon-help in toolbar.module
Issue: The icon 'icon-help.png' and 'icon-help-active.png' are currently cut off on both the right hand side and on the bottom. You can see a copy of the existing icon from the attached image of all of...
View ArticleConvert drupal_http_request usage in SearchRankingTest.php to Guzzle
Sub-task of #1862398: [meta] Replace drupal_http_request() with Guzzle.
View ArticleConvert drupal_http_request usage in WebTestBase.php to Guzzle
Sub-task of #1862398: [meta] Replace drupal_http_request() with Guzzle.
View ArticleConvert drupal_http_request usage in system.module to Guzzle
Sub-task of #1862398: [meta] Replace drupal_http_request() with Guzzle.
View ArticleChanging view access from "Permission" to "Role" causes AJAX error message re...
Problem/MotivationChanging the access permissions for a newly created view from the default "Permission" to "Role" and clicking Apply causes an AJAX error message re getRoles() in Role.php (see below)....
View ArticleRename layout classes to follow the layout style naming convention
Problem/MotivationAdopting the naming conventions defined at "CSS codings standards for Drupal 8" to layout classesProposed resolutionThe layout classes core applies to the body tag should be updated...
View ArticleWhen Drupal throws an error and there are pending updates the admin user...
Problem/MotivationWhen working on 8.x branch and pulling the latest changes sometimes Drupal throws errors that could be solved by running pending updates.Proposed resolutionIt would be nice if the...
View ArticleDocument all views pager plugins types
Add documentation comments to the views pager plugins as described in #1882558: [META] Document all views plugins types.
View ArticleDocument views access plugins
Add documentation comments to the views access plugins as described in #1882558: [META] Document all views plugins types.
View ArticleLocale domain only allows one domain per language.
Hi,When you choose a domain name instead of a suffix for a language, all links are full domain names instead of just the paths. This prevents me from running the site local for development. When i run...
View Article