executing migration via cron vs ui fails with 'missing dependencies'
When setting up a migration with dependencies, I can execute it via the UI. AFAICT it executes the dependencies first and then the main migration script may use migration lookup to grab the...
View ArticleAdd support for third party libraries in site specific and install profile...
Problem/MotivationQuite a few contrib modules (for example dropzonejs, Content Browser, Select2) have an optional dependency on the Libraries module. They do this do allow the library to placed in...
View ArticleDrupal 9 readiness meeting / 6 January 2020
Meeting will happen in #d9readiness on drupal.slack.com.Hello and welcome to this Drupal 9 readiness meeting! This meeting: ➤ Is for core and contributed project developers as well as people who have...
View ArticleConfigEntityStorage::resetCache() does not call ConfigFactory::reset()
ProblemGiven the following two script files in my web directory that I run with drush:// In web/config-cache-test.php: $storage = \Drupal::entityTypeManager()->getStorage('filter_format'); $ids =...
View ArticleCannot save views changes
Since the last 2 core updates I have not been able to make any changes to a view. When clicking the "apply" button after making a change in the "edit" page dialog pop-up, nothing happens and no error...
View ArticleNon-Exposed combined with Exposed Filters on same Text List Field Not Working
I have a view that I am using to generate two displays that are shown on a page with quicktabs. The views have a primary (non-exposed) filter for a completion state, which is a Text List field on the...
View Article"Links" field not displaying on custom view modes
Problem/MotivationWhen using a custom view mode, the "Links" field is not displayed.Steps to reproduce:Starting with a fresh D8 site.Add a dummy node of type "Article". Create a custom view mode for...
View ArticleUpdate composer dependencies on 9.0.x
Problem/MotivationPackages were held back because of the older version of PHP should now be upgradable since we use PHP 7.2.Proposed resolutionUpgrade all the packages we can.Remaining tasksTest all...
View ArticleUse "current" in update URLs instead of CORE_COMPATIBILITY to...
Problem/MotivationBecause of #2807145: [policy, no patch] Allow contrib projects to specify multiple major core branches, Drupal 9 may need to retrieve modules that start with 8.x-. The update module...
View ArticleRemove BC layers from the entity system
Problem/Motivationin #1730874: Add support for loading multiple revisions at once we deprecated doLoadRevisionFieldItems(), but left its use in doLoadMultipleRevisionsFieldItems(). In #3069043: Trigger...
View ArticleAccessible dropdown for Umami's language-switcher and mobile main-menu
Problem/MotivationUmami's new language switcher has various issues: When adding more languages (beyond the existing English and Spanish) it will break the nice flow of the header, or when viewing the...
View ArticleAllow configurable date attributes to collect
Problem/MotivationThe 7.x Date module allowed the field to specify which parts of the date to collect (Year, Month, Day, Hour, Minute, and Second):For parts of the date that are not collected, those...
View Article[PP-1] Support Drupal 7 node reference fields
Problem/MotivationThe migration system has no support for migrating node reference fields, with their settings and values, from Drupal 7 to Drupal 8. The source module is...
View ArticleAllow for expandable text with "Read more/less" links in Default...
In Views field configurations, the Default formatter's Rewrite Results section has a checkbox:Add a read-more link if output is trimmed...with two options, a label and a path.While there are certainly...
View ArticleSupport third party settings for components within a section
There's an issue to support adding third party settings to sections: #2942661: Sections should have third-party settings, but it would be great to also support third party settings for individual...
View ArticleEntity autocreate checkbox for custom entites not working
Problem/MotivationDuring implementation of a custom entity I debugged the entity reference field autocomplete functionality, as it was not working. When referencing a new custom entity, the errorThere...
View ArticleAdd helper methods to inject items into a particular position in associative...
One of the most difficult things about manipulating Drupal forms is the process of manipulating the arrays themselves. And one of the things that I commonly want to do is "stick this stuff in after...
View ArticleAllow adding classes to JavaScript messages default wrapper
Problem/MotivationThe Drupal.Message.defaultWrapper() removes class="hidden" from the fallback div by using wrapper.removeAttribute('class'); which prevents adding classes needed for styling on the...
View ArticleEntity queries querying the latest revision very slow with lots of revisions
After upgrading to 8.4 we noticed a performance decrease on one of our sites. The page that is taking minutes to load is a multilanguage page with several field collections and revisions enabled.Some...
View Article