Pass on desgination redirect when ignoring form redirects' ?destination...
Problem/MotivationA follow-up of #2950883: Allow form redirects to ignore ?destination query parameter, specifically the asks in:#2950883-11: Allow form redirects to ignore ?destination query...
View ArticleAllow form redirects to ignore ?destination query parameter
Problem/MotivationIn #2767857: Add destination to edit, delete, enable, disable links in entity list builders we added destination query parameters to config entity lists and operations in Views. This...
View ArticleRemove "Always show advanced display settings" setting
Problem/MotivationFollowing #3360442: Prevent the Advanced details getting closed when making changes in the advanced section the Advanced fieldset will now automatically open if it is being used;...
View ArticleAdd the access policy API
Part of #3371246: [Meta, Plan] Pitch-Burgh: Policy based access in coreWe want to convert the Flexible Permissions module into core code. This will allow for any access policy to be translated into a...
View ArticleImplement the new access policy API
Part of #3371246: [Meta, Plan] Pitch-Burgh: Policy based access in coreAfter the API has been added to core, we need to implement it. We can do this by taking our current 2 access policies:User 1 has...
View Article[Meta, Plan] Pitch-Burgh: Policy based access in core
Problem/MotivationThis is the meta-issue for fulfillment of deliverables for the winning "Pitch-Burgh" proposal shown here. It will be updated as subtasks are identified/completed.Completed tasksGet a...
View ArticleExpand the remove diacritics feature to other scripts
Problem/MotivationIt's currently possible to search for Éclair recipes by typing in Eclair. This is currently only done for Latin letters and the issue is about expanding this to other scripts.Proposed...
View ArticleMove global comment permissions to comment-type level
Problem/MotivationThe work being done in #731724: Convert comment settings into a field to make them work with CMI and non-node entities will result in that comments can be used on any entity just by...
View ArticleAllow StreamWrapper's to provide cacheability metadata
Problem/MotivationTL;DR: The lack of cacheability metadata in StreamWrappers make it impossible to create links to files that are not either "static unsafe URLs without access-time check" or "static...
View ArticleUse CKEditor 5's native <ol type> and <ul type> UX
Problem/MotivationWe "solved" the problem of supporting <ol type> and <ul type> by using the SourceEditing functionality for that.But in CKEditor 5 32.0.0, they've added a native UX for...
View Article[META] The road out of module build circular dependency hell
#1831350: Break the circular dependency between bootstrap container and kernel#1833586: Move theme info into CacheArray#1833588: Remove info parsing from system rebuild#1833590: Move the module...
View ArticleClean up the Filter Tips page
It's hard to differentiate between the Text Formats on the Filter Tips page. Let's clean this up.I'm proposing we use jQuery UI Tabs to switch between the text formats. This hides/shows only the...
View ArticleAllow process plugins to stop further processing on a pipeline
Problem/MotivationThe MigrateSkipProcessException causes the processed value is set to NULL, no more plugins are used and the the value is not migrated. See...
View ArticleFormatter tool tips disappear with modal
Problem/MotivationFollow up from #3136459: Filter tips disappear when changing of text format is cancelled from smustgravewhen you change the formatter the tool tips go away when the modal is up. Think...
View ArticleFilter tips disappear when changing of text format is cancelled
Problem/MotivationFilter tips are associated with the text format, but this is not getting updated when the text format change is canceled.Steps to reproduce:I added new text format called Filtered...
View ArticleRandom test fail in...
Problem/MotivationTest was added by #2972573: randomMachineName() should conform to processMachineName() pattern. Drupal\Tests\Component\Utility\RandomTest exception: [Other] Line 0 of...
View ArticleKernelTestBase::$strictConfigSchema = TRUE and...
Problem/Motivation#2245729: Add missing configuration schema in Color component introduced \Drupal\Core\Config\Schema\SchemaCheckTrait. That helped fix #2231059: [meta] Find out what config schemas are...
View ArticleRemoved values in multi-value fields reappear
Problem/MotivationSince #1038316: Allow for deletion of a single value of a multiple value field we have the ability to remove single values from multi-value fields. If there is saved data in these...
View ArticleFix Drupal.Semantics.FunctionTriggerError coding standard
Following from #2908391: Add a rule for expected format of @deprecated and @trigger_error() text we need to fix core to adhere to the two new coding standards.This issue will fix the @trigger_error()...
View Article[META] Untie config validation from form validation — enables validatable...
Problem/MotivationParallel issue to #1696648: [META] Untie content entity validation from form validation, but for config. Placing this in the "configuration entity system" component for now, though...
View Article