My site is showing an error message
My site is showing me an error message after which i updated it and reconfigured the settings.php and default.settings.php I also deleted the users and recreated a new user. This is my error message...
View ArticleAllow layout builder sections to be nested.
Problem/MotivationFor many page layouts, section layouts often need to nested to achieve the required layout designs. Right now layout builder doesn't make this easy because layout sections cannot be...
View ArticleAdd optional support for CKEditor 5 in D9 so we can remove CKE 4 from Drupal 10
Problem/MotivationDrupal 8 is running on CKEditor 4.x. CKEditor 5.x has gone stable and looks like it has enhancements to help improve the authoring experience.CKEditor 5 also no longer relies on...
View ArticleTypeError: Argument 1 passed to _editor_get_file_uuids_by_field() must...
user edit page: when add a custom field named person, when I save my user information, it reports this error like below:[Mon May 21 01:21:49.224782 2018] [:error] [pid 15769] [client 172.17.0.1:48758]...
View Article[regression] Text field's label is duplicated in the value when edited...
Problem/MotivationWhen using the Quick Edit function on a text field with a field label above it, the field label is inserted in the field value.Steps to reproduce1. Clean install, standard profile 2....
View Article[Regression] Fix default.settings.php permission
While the making of #2482549: Ignore node_module folder in core to use Drupal with npm/grunt/nodejs, a wrong permission has been committed on the file default.settings.php by mistake. This patch will...
View Article[patch] Improve indentation in hierarchical select lists
Punctuation is cool, we should use it and improve legibility of interfaces.BeforeAfterAffected Taxonomy select Menu parent select Book outline select
View ArticleMove state entries out of migrate_drupal.migrate_drupal.yml
Problem/MotivationIn #2936365: Migrate UI - allow modules to declare the state of their migrations the noUpgradePath arrays were removed and replaced with entries in...
View ArticleFile formatter render absolute url to file
Hi,I think it would be great to have a file formatter to show the absolute url of a file. Especially when files are uploaded from within a contact form. In the display mode, there is now a formatter...
View ArticleWarning: count(): Parameter must be an array or an object that implements...
Warning: count(): Parameter must be an array or an object that implements Countable in Drupal\views\ManyToOneHelper->addFilter() (line 311 of core/modules/views/src/ManyToOneHelper.php). tries to...
View ArticleReplace calls to format_string() with Drupal\Component\Render\FormattableMarkup
In #2221771: Mark all simple wrappers in bootstrap.inc and common.inc as deprecated the function format_string() is deprecated. Let's remove all calls to it.
View ArticleChanging the number of "keys" for a migration causes complete failure
ScenarioDeveloping a migrationHave a migration with a single ID for "source.keys"[... do some stuff ...] Update existing migration and add another value to source.keys Rollback migration data Import...
View ArticleConvert book.module hook_help() to topic(s)
Problem/Motivation#3041924: [META] Convert hook_help() module overview text to topics for the book module.Proposed resolutionTake the information that is currently in the hook_help module overview...
View ArticleField blocks in the layout builder do not have view mode suggestions
Problem/MotivationCurrently all the field blocks in layout builder are being rendered in ---custom view modes. Having field templates for user defined view modes is not possible at the moment, and...
View ArticleSupport entities that are neither content nor config entities
By design the module exposes resources for every entity type in the system. However, if your aplication contains an entity which does not implement ContentEntityTypeInterface or...
View ArticleCore Mail class prints non-overridable errors on the page
Problem/MotivationWhile working on issue #2348119 , it was noticed that the core MailManager->mail() , when encountering a problem with passing the mail on to the mail server, logs the error and...
View Article[Layout Initiative meeting] 2019/5/14
Agenda:?Previous agenda: #3050243: [Layout Initiative meeting] 2019/4/30
View ArticleAllow Concept of Section Wrappers
Problem/MotivationAt times, sections in a layout will need to be grouped by an HTML wrapper, such as <div> or <section>. Following are two such scenarios:Problem 1Themer needs a background...
View ArticleCall to a member function getThirdPartySetting() on null in...
I'm using config_installer to install. Almost at the end of the installation, I get the following fatal error. I previously applied patch 1356276-302, but I don't think this is related. It started...
View ArticleProperties of FieldType 'comment' should be declared computed
The comment FieldType defines several properties :statuscidlast_comment_timestamplast_comment_namelast_comment_uidcomment_countAside from status, all other properties are not meant to be updated from...
View Article