Create a way to declare a plugin ID defined in a yml file as deprecated
Problem/MotivationMigrations are plugins and plugins are covered by the core BC policies, specifically :Particular plugins, whether class based or yaml based, should not be considered part of the...
View Article[meeting] Migrate Meeting 2020-04-02
@mikelutz @heddn @quietone @phenaproxima (he/him) @Gábor Hojtsy (he/him) @webchick @Nick Dickinson Wilde @damienmckenna @benjifisher @alison @Seth Green @Joshua Turton (srjosh) @wimleers (he/him)...
View ArticleRemove 'Add views row classes' setting from all formats as it has...
Problem/MotivationThe 'Add views row classes' option in views format settings does not change the output of the view, as documented in #2474491-4: Remove 'Add views row classes' setting from all...
View ArticleDate hour format is hard coded and can't be override
So I have this date field with 'datetime_datelist' widget. Its now showing 1, 2, 3, .. for hours but I want that to be like 01, 02, 03, etc (date time H format) but when i dig out I found that...
View ArticleQuick start installation cannot serve files with spacial characters, except...
Problem/MotivationIn #2911319: Provide a single command to install & run Drupal, Drupal got the ability to be installed and served using the quick start command. If you upload files whose name...
View ArticleContent types are ordered by machine name on node/add
Problem/MotivationContent types are ordered by machine name on node/add but by name on admin/structure/types. This is inconsistent.Proposed resolutionOrder content types by name on node/add.Remaining...
View ArticleTaxonomyTermReference doesn't map taxonomy_term_reference_plain
taxonomy_term_reference_plain formatter plugin (from Drupal 7 core) is unrecognized. Other formatters are recognized and remapped to D8's Entity Reference Fields
View ArticleFront page redirects to /user if no default is set
Problem/MotivationThe default front page field description says: "Optionally, specify a relative URL to display as the front page. Leave blank to display the default front page." But if left blank, the...
View ArticleAggregated entity fields cause SchemaIncompleteException
Problem/MotivationWhile working on #2976147: Create a sales report supporting daily, weekly, monthly, and yearly breakdowns., my tests failed due to configuration schema validation.Schema errors for...
View ArticleReplace use of whitelist/blacklist in \Drupal\Component\Utility\Xss and its...
Problem/MotivationReplace use of whitelist/blacklist in \Drupal\Component\Utility\Xss and its test and core/lib/Drupal/Core/Render/theme.api.phpThey are:An historic bad labelling of peopleProvide no...
View ArticleThe use of JS_LIBRARY in system_library() is confusing
Currently, some libraries in system_library() are explicitly put into group JS_LIBRARY, while some others have no 'group' value assigned. For example, jQuery UI Core is explicitly put into group...
View ArticleAdd a getCredentials helper method to migrate_drupal_ui functional tests
Add a getCredentials helper method instead of repeating a 20-25 line block of code in the tests.
View ArticleReplace use of whitelist/blacklist in the path alias module
Problem/MotivationLets remove usage of "blacklist" and "whitelist" in the path alias module. They are:An historic bad labelling of peopleProvide no context: "what is listed in them"?Proposed...
View ArticleReplace use of whitelist/blacklist in \Drupal\Core\Template classes and their...
Problem/MotivationLets remove usage of "blacklist" and "whitelist" in \Drupal\Core\Template classes and their tests.They are:An historic bad labelling of peopleProvide no context: "what is listed in...
View ArticleReplace use of whitelist/blacklist in Filter module
Problem/MotivationLets remove usage of "blacklist" and "whitelist" in Filter module.They are:An historic bad labelling of peopleProvide no context: "what is listed in them"?Proposed...
View ArticleImprove description for file paths on the CredentialFrom
Problem/MotivationThis is a follow up to #2925899: MigrateUpgradeImportBatch does not use source_private_file_path & source_base_path correctly, making it impossible to have public & private...
View ArticleHow to get comments of a node with json api?
I want to get the list of comments of an article. I tried it by using views but the whole field is giving string value instead of an array. I tried it with json module but it's only giving me limited...
View ArticleReplace use of whitelist/blacklist in CkEditor and Editor modules
Problem/MotivationLets remove usage of "blacklist" and "whitelist" in CkEditor and Editor modulesThey are:An historic bad labelling of peopleProvide no context: "what is listed in them"?Proposed...
View ArticleImprove listing of disabled menu entries
Pretty simple idea for a nice(?) tweak: It is typical UI behaviour to grey out disabled elements. What about adding this to Drupal menu edit screens?Current UIProposed UIIn a small menu like this it's...
View ArticleNotice: Undefined index: #item in user_user_view_alter()
Problem/MotivationNotice: Undefined index: #item in user_user_view_alter() (line 409 of /Users/jungle/repo/drupal/web/core/modules/user/user.module) #0 The line 409 of the file...
View Article