Unable to install or update module with composer
Hello, I would to add a module to my drupal D8.914 migrated from D6, and I can't because of composer . Is it related to Composer version 1.10.17 2020-10-30 ?Thanks for help. COMPOSER_MEMORY_LIMIT=-1...
View ArticleFinalise the wording about the Umami profile on the install screen
Problem/MotivationThis is a child issue of [META] Finalise the wording of the messages in installer, toolbar and on the status report page - #2938189: [META] Finalise the wording of the messages in...
View Article'Field discovery failed for Drupal core version 7' errors if...
In the migrate upgrade using Drush documentation, it shows an example of the database settings for a migration. In this example it uses the settings.php database key migrate. But in my own site, I was...
View ArticleI want to create Date format as dd/mm/yy instead of default mm/dd/yy but no luck
Here is my code. $form['dobnew'] = ['#type' => 'date','#title' => t('Birth Date new'),'#date_date_format' => 'd/m/Y','#default_value' => date('d/m/Y'),'#required' => TRUE, ];
View ArticleOlivero header-search-wide.pcss.css and header-search-narrow.pcss.css...
Problem/MotivationThese changes are coming from the feedback that we've received from the patch submission that we've made on 9/23/2020.+++...
View ArticleDo not allow existing or reserved paths as aliases
Problem/MotivationIn Drupal 8 and earlier, it is possible for a user to create a path alias that clobbers an essential core route such as "admin" or "user/login". For example, a malicious user with...
View ArticleModule names on the Available Updates page are double-escaped
Try, for example, with https://www.drupal.org/project/entityreference_dragdrop, whose info.yml file says:name: Entity Reference Drag & Drop As for tests, I can see a theme whose name contains...
View ArticleLocal tasks should honor selected admin interface language (if set)
Problem/MotivationLocal task labels are always displayed using the content language, ignoring that users can set their admin language preference (if the site has an admin language preference option set...
View ArticleError: Call to a member function getValue() on null in...
Problem/MotivationGetting this error: Call to a member function getValue() on null in Drupal\Core\Entity\Plugin\Validation\Constraint\ValidReferenceConstraintValidator->validate() (line 128Steps to...
View Article[random test failure] Random test fail in FieldLayoutTest
We've seen a test failure in FieldLayoutTest a few times recently while testing patches on #3089521: Sort options for entity reference field are unsorted. One...
View Article[random test failure] EntityDisplayTest::testExtraFields()
Problem/MotivationMight not be random, but this just broke the branch tests on 9.2.x.1) Drupal\Tests\field_ui\FunctionalJavascript\EntityDisplayTest::testExtraFields WebDriver\Exception\CurlExec: Curl...
View ArticleMissing docblock for BookManagerInterface::getBookParents()
There is presently no docblock for method BookManagerInterface::getBookParents(). One will need to investigate exactly what is returned by classes that implement this interface and method. When...
View ArticleMenu Links: Excessive Padding
Problem/MotivationThe menu links have a 36px bottom padding. This creates a large gap below the link item. As such, this feel like it violates the design principle of proximity...
View ArticleUmami demo: focus cuts on desktop and mobile for main navigation
Umami demo: focus cuts on desktop and mobile for main navigationAdding screenshot for reference.
View ArticleDifficult to identify if checkbox / radio is in group of checkboxes / radios...
Problem/MotivationI tried to identify if a checkbox / radio is part of checkboxes / radios. For proper form theming I require to add a CSS class to single form elements that are of type checkbox /...
View ArticleAdd thousands separator to Views result summary
Problem/MotivationViews allows for a result summary to be added to a view's header or footer which by default follows the format:Displaying @start - @end of @totalOn views with thousands (or more)...
View ArticleDrupal 6 to 9 Migration: Error: Call to a member function getUrl() on null in...
Problem/MotivationThis can perhaps be seen as follow-up on #2551727: Menu link migrations should be defensive, at least it's a very close topic. I'm not sure if this is a problem with migration or with...
View ArticleSQL error if migration has too many ID fields
Problem/MotivationDrupal\migrate\Plugin\migrate\id_map\Sql::ensureTables() creates a secondary index that includes all id fields for a migration. If too many fields are included (e.g. more than three...
View ArticleInaccurate github security advisory re Archive_Tar and CVE-2020-36193
Github published a security (dependabot) advisory around 2021-04-22 about Archive_Tar and CVE-2020-36193:https://github.com/advisories/GHSA-rpw6-9xfx-jvcxThe advisory initially stated that 1.4.13 is...
View ArticleRefactor uses of the :tabbable selector and deprecate it
Postponed by #3113649: Remove drupal.tabbingmanager's jQueryUI dependencyProblem/MotivationThe :tabbable selector is part of jQuery UI, which has reached end of life. A shim for this selector was added...
View Article