Adding replacement pattern to class causes uncaught php exception
Following the UI instructions I do the following:This causes a: Uncaught PHP Exception Twig_Error_Syntax: "Unexpected token "end of template" of value "" in "{# inline_template_start #}{{" at line 1."...
View ArticleViews: No support for using an expressions (formulas) inside addField(),...
I will quote some intro from this issue https://www.drupal.org/project/drupal/issues/2744069Views allows magic query arguments to be used and translates them when the query is run so you can cache the...
View ArticleInconsistent variable name for ViewExecutable
/** @var \Drupal\views\Entity\View $view */ $view = $this->viewStorage->load($view_id); // Then you can find 2 options: /** @var \Drupal\views\ViewExecutable $view */ $view =...
View ArticleSVGZ isn't served with correct encoding by IIS
This hunk was accidentally left off the parent issue.It modifies web.config so that SVGZ files served from IIS have the correct encoding as with Apache.This modification was tested by Mike Herchel...
View ArticleViews exposed form resets unique ids and breaks AJAX forms
Hi!I have a website with 3 forms on a page:an ajax enabled formthe user login forma views exposed formThe login form and the ajax form have buttons with the id edit-submit which are perfectly changed...
View ArticleAdd subsystem maintainers for CKEditor 5
Problem/Motivation#3231364: Add CKEditor 5 module to Drupal core added CKEditor 5 module to core but it did not add an entry to the MAINTAINERS.txt.Steps to reproduceAdd bnjmnm, lauriii, and Wim Leers...
View ArticleTaxonomy term record for term with multiple parents is not deleted when...
Problem/MotivationWhen a taxonomy term has two parents and one of them is deleted, the reference from the child term to the now-deleted parent term still exists in taxonomy_term_hierarchy table. For...
View ArticleHTML outputted as text when using table format with more than one grouping
Problem/MotivationWhen rendering a view with table format and more than one grouping field, the Grouping field nº1 outputs its HTML as text, no matter the configuration.This only happens if the...
View ArticleMigrate "codetag" contrib CKEditor 4 plugin to built-in equivalent...
Problem/MotivationWith CKEditor 4, Drupal core did not provide a code button, even if the HTML tag was accepted by default. T«Steps to reproduceInstall and enable the Codetag module.Add the codetag...
View ArticleChanging the formatter of a disabled field doesn't focus after
Problem/MotivationI have changed the formatter of a disabled field and it jumped to the top without any visual indicator. I mean, sure, it's correct to move it but it should scroll there.Proposed...
View ArticleConfiguration translation from code documentation either does not exist or is...
Problem/MotivationI am trying to get (and perhaps even set) the translation of a configuration entity. I do not know how, the ConfigFactory doesn't have anything where I could set a language, no...
View ArticleMenu access checks dont run for entites other than nodes in the menu
Problem/MotivationWhen adding a menu link such as entity:taxonomy_term/2 hook_entity_access does not fire when the menu link is rendered as it does with node entity types.
View ArticleError using Thumbnail styles in core image field when webprofiler is enabled
I'm not at all sure if this should be considered a core issue or a devel issue, but it has been reported by other users in both the devel project and the video_embed_field project. Long story short,...
View ArticleRemove a misleading comment from Updater::update()
Problem/MotivationFollow-up to #605272: Use a better directory when installing code via the update manager (documentation followup)This comment is obsolete and hence misleading and wrong in...
View Article[upstream] Allow configuring *which* HTML tags can be aligned
Problem/MotivationThe test coverage introduced in #3259174: Add missing CKE5 SmartDefaultSettings test coverage (wildcard tag with unsupported attribute) shows that the CKE5 alignment feature always...
View ArticleAlignment being available as separate buttons AND in dropdown is confusing
Problem/MotivationNoticed while reviewing #3259179: Split ckeditor5_alignment CKEditor 5 plugin, to allow for more precise upgrade path.Alignment controls show up twice! They are present as dedicated...
View ArticleGlobal attributes (<* lang> and <* dir="ltr rtl">):...
Problem/MotivationAdd validation for so called "global" attributes (see https://html.spec.whatwg.org/multipage/dom.html#global-attributes) allowed or forbidden on all elements to...
View ArticleAllow kernel tests to fail or expect logged errors
Problem/MotivationSometimes, a system will log an error and carry on functioning, because that's the best thing to do in normal operation. But in a test, the logged error is invisible, and we might...
View ArticleEnsure that all classes and functions in Drupal-specific CKEditor 5 plugins...
Problem/MotivationThere are some parts of the CKEditor plugin code that aren't documented. Ensure that all classes and functions have at least minimal documentation.Steps to reproduceProposed...
View ArticleDon't convert, instead use response.entity_type in DrupalImageUploadEditing
Problem/MotivationReported by @nod_ and @lauriii in #3248425: Ensure that all classes and functions in Drupal-specific CKEditor 5 plugins are documented👍There's some crufty conversions happening in...
View Article