D6 -> D7 leftover table d6_upgrade_filter
I see #898546: Clean up the Filter module upgrade path, which deals with some more in-depth issues. Filing this separately because this is small and simple (easy win) and that issue is over a year...
View ArticleDocumentation for the format of #default_value of the date form field is...
The documentation for the date form element mentions that the default value should be passed as an array but this is not correct, it should instead be passed as a string in the format 'YYYY-MM-DD',...
View ArticleIntroduce entity permission providers and access handlers
Problem/MotivationRight now each content entity type needs to define its set of permissions from scratch, then declare a matching access handler. This is pure boilerplate, an entity type's permissions...
View ArticleDB Update revision_metadata_fields fails: "media" entity type does...
Just upgraded to Drupal 8.4.5 but one of the database updates is failing:views module Fix table names for revision metadata fields.revision_metadata_fieldsError:...
View ArticleAdd back rollbacks through the UI
Follow-up to #2687843: Add back incremental migrations through the UIProblem/MotivationFollow-up to #2683421: Remove incremental and rollback options from the UI (and add them back when they are more...
View ArticlePassword reset form reveals whether an email or username is in use
Problem/MotivationWe want to avoid that everybody can check if an email is already registered on a Drupal site. So, an anonymous user can easily check whether there is a user registered with a certain...
View ArticleFix doc comments for DefaultTableMapping::allowsSharedTableStorage() and...
It's very minor, but the return value descriptions for \Drupal\Core\Entity\Sql\DefaultTableMapping::allowsSharedTableStorage() and...
View ArticleAuto-placeholdering for #lazy_builder with bubbling of max-age
Problem/MotivationSplit off from #2543334: Auto-placeholdering for #lazy_builder with bubbling of contexts and tags to make that one more easily reviewable. Details to follow.Proposed resolutionDetails...
View ArticleD8: settings.php to settings.yml (YAML Database settings)
Now that Drupal 8 supports YAML, it would make sense to use it for the database configuration settings, and other options in settings.php (commented here).This is...
View ArticleMigrate D6 i18n menu links
Problem/MotivationMenu links in Drupal 6 are translated using i18n_menu submodule of the suite i18n, we need to migrate those respecting the language settings.Proposed resolutionThere's an element...
View ArticleSupport default content entities
Drupal 8 has support for default config entities, but not for default content entities. As menu links are content entities, #2047633: Move definition of menu links to hook_menu_link_defaults(),...
View ArticleAdd Crema Catalana to Umami
This patch adds a new recipe to the default content created on the Umami profile.
View ArticleFlexible plugin based help system
Problem/Motivation#2592487: [meta] Help system overhaul explains a lot of current problems with the help system, which we try to solve in this issue.Generate overviewMuch like menu links, we could move...
View ArticleXSS attribute filtering is inconsistent and strips valid attributes
Follow-up to #2105841: Xss filter() mangles image captions and title/alt/data attributesProblem/Motivation\Drupal\Component\Utility\Xss::filter() cleans potentially dangerous protocols like...
View ArticleXss filter() mangles image captions and title/alt/data attributes
Problem/MotivationThe current filtering in \Drupal\Component\Utility\Xss::filter() and \Drupal\Component\Utility\Xss::attributes() has 2 issues related to how we handle data-* attributes:XSS attack...
View ArticleUmami Theme - follow-up - checking for empty regions before printing the region
Reported in: https://www.drupal.org/project/drupal/issues/2809635#comment-12432197From issue: ============== +++ b/core/profiles/demo_umami/themes/umami/templates/layout/page.html.twig @@ -0,0 +1,132...
View ArticleUmami Theme - Quick links block homepage
Problem/MotivationThis issue comes from the github repo.In the original design there's a block for quick-links on the homepage, but it's not appearing. Proposed resolutionCreate and style a block for...
View ArticleFactor out theme hook suggestion building from ThemeManager::render() into a...
I am proposing a straightforward refactoring.Currently, theme hook suggestions are collected within ThemeManager::render(). I propose to split this out into a separate function.Let's start with a...
View ArticleAdopt Content Moderation in Umami
Problem/MotivationContent moderation has been marked as stable in Drupal 8.5.0. We should showcase it in Umami!Proposed resolutionEnable Workflows and Content Moderation on install. Create separate...
View ArticleDrupal XSS filtering cuts valid attributes, make it configurable / use a...
Hi allI'm trying to use Drupal 8 + angular and I've got a trouble.I have html like this<section class="actions-menu-inner" ng-style="{ 'max-height': maxPanelHeight }" ed-pretty-scrollbar...
View Article