Add Change record to @deprecated for all deprecated functions in file.inc
Child issue of #2873705: Add change records to all @deprecated code. Add Change record to @deprecated functions in file.inc@see https://www.drupal.org/node/2418133
View ArticleEntityViewsData is broken for fields with 'numeric' columns, such...
Problem/MotivationEntityViewsData generates incorrect data for entities that have fields which have numeric schema columns.Instead of the numeric argument and filter, the standard ones are used.This...
View ArticleA serial/primary key field can not be added to an existing table
Problem/Motivation- DBTNG does not support adding a serial field to an existing table, even if all the supported DB engines can do that just fine - DBTNG does not handle primary keys properly when...
View ArticleConvert web tests to browser tests for node module
See #2735005: Convert all Simpletest web tests to BrowserTestBase (or UnitTestBase/KernelTestBase)ConvertEverything except the views tests if #2863267: Convert web tests of views is not committed yet....
View ArticleEntity reference fields should add selection handler config dependencies
Problem/MotivationRight now EntityReferenceItem hardcodes dependencies from the DefaultSelection selection handler. Concretely, is using the DefaultSelection handler target_bundles to build a list of...
View ArticleCreate file field widget on top of media entity
Problem/MotivationWhen #2831274: Bring Media entity module to core as Media module lands we'll have new entity type for multi-media assets and after #2831936: Add "File" MediaSource plugin we'll have...
View ArticleConvert web tests to browser tests for migrate_drupal_ui module
See #2735005: Convert all Simpletest web tests to BrowserTestBase (or UnitTestBase/KernelTestBase)
View ArticlePlan for DateTime Range experimental module
Problem/MotivationRelated to #2161337: Add a Date Range field type with support for end datePeople want to have datetimes with start and end dates.Proposed resolutionAdd DateTime Range as an...
View ArticleUser migrations fail with missing roles
Problem/MotivationThe filter_format_permission process plugin hard codes the migration lookup name. This should be configurable, similar to #2640842: Make related file migration ID configurable in...
View ArticleStreamline the entity deletion form class hierarchy
Problem/Motivation@xjm, from #2486177-132: Deleting an entity translation from the UI deletes the whole entity: I'm in the process of reviewing this and I must admit the sorta-crazy around...
View ArticleDatetime Views plugins don't support timezones
Problem/MotivationThe datetime views plugins have wonky timezone support. This needs to be fixed. While most evident in the argument plugins, the filter, and sort plugins have similar problems.Proposed...
View ArticleClearing cache via UI in translated language resets config translation of...
Problem/MotivationI translated field labels through the configuration translation module UI. When I create a node and then translate it the translated version reflects translated field labels so for...
View ArticleProvide a storage backend for dblog module
Problem/Motivationlogger.dblog is backend overrideable but it's pointless to override it because the module is littered with database queries.Proposed resolutionCreate a storage backend for the dblog...
View ArticleFilename with ' character causes errors
This possibly an old reported error but I will describe for documentation The problem lies with the image module. I thought the transliteration module might prevent this sort of this from...
View ArticleSessionHandler error
I was working on the css for my custom theme today on localhost. I refreshed my page to see the results of my edits and got this, rather unexpected, error:Fatal error: Class...
View Articledocs for BaseFormIdInterface mention method that doesn't exist
API page: https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Form%21Ba... * This will become the $form_state->getBaseInfo()['base_form_id'] used to * generate the name of...
View ArticleHandle initial values when creating a new field storage definition
Problem/MotivationWhen creating a new base field storage definition an initial value may need to be assigned as the field value might be required. This value may or may not match the default value, in...
View ArticleDatabase/DrupalKernel: Convert system functional tests to PHPUnit
As per the parent issue.
View ArticleCombine fields filter includes a duplicate condition in if() statement
Original Issue: #1944150: Combine fields filter includes a duplicate condition in if() statement See here: http://drupalcode.org/project/views.git/blob/HEAD:/handlers/views_handle...if...
View Article