Make it possible to configure exposed filter operators
Hello,Thanks for this wonderful module !I was wondering if its possible to configure exposed operators. Problem: When we expose operator, all available operators are visible to users. I want only...
View ArticleMatch setup() functionality of MigrateFileTest with MigratePrivateFileTest
Problem/MotivationWhile working on #2505283: Handle import of private files a number of faults were discovered in Drupal\Tests\file\Kernel\Migrate\d7\MigrateFileTest. These faults are being corrected...
View ArticleExperimental migrate_drupal_i18n module
Problem/MotivationEven after we get the last couple i18n issues resolved, there are still many unknowns and areas for i18n could get improved. Rather than rushing and stating all i18n migrations are...
View ArticleNo arrow on details blocks with Firefox
With Firefox, the small expand/collaps triangles on collapsible fieldsets are not displayed:It should look like this:
View ArticleViews page and view's navigation menus show incorrect translation after...
Hi there!I experienced weird behaviour after upgrading our site from 8.4.2 to 8.5.1. I'm not sure what exactly caused this issue. Also this issue could be connected to this issue -...
View ArticleAdd wrappers to fix permission checks
Right now Drupal is unusable with filesystem (POSIX) ACLs. It's been broken for years. This was previously #944582: ./sites/default/files directory permission check is incorrect during install AND...
View Article./sites/default/files directory permission check is incorrect during install...
Problem/MotivationThe install.php script and the "Reports > Status" Report both check for the files directory to have read/write permissions, but they should be checking for read/write/execute...
View ArticleCan't login as admin
I'm having a problem with my website after an update. Website is currently running DRUPAL 6, after an update from PHP 5.5 to PHP 7.1 I can't login with my admin credentialsError Message: Sorry,...
View ArticleHeadlines for changed and "removed" config could be more intuitive
I added a new role on a site and when I went to admin/config/development/configuration the new role's config was listed under the headline "removed", when in reality it's just not yet exported to code....
View ArticleIncorrect totals count when importing config that contains a theme uninstall
In order to trigger this bug, you need to be importing config which contains a theme uninstall. In that case, the system.theme config object gets updated during the processExtensions sync step. This...
View ArticleAdd DateTimePlus::getPhpDateTime() for situations that require a...
Problem/MotivationDate objects in Drupal are of type DrupalDateTime, which inherits from DateTimePlus, which is a wrapper around PHP's native DateTime class. Yet, sometimes we need to work directly...
View ArticleCannot use relationship for rendered entity on Views
Problem/MotivationYou cannot create a view and try to list rendered entities using relationship.Steps to reproduce (based on Standard profile):Add an entity reference field named "field_content" to the...
View ArticleHandle entity_references related to Drupal 6 and 7 node translations with...
Problem/MotivationIn Drupal 8, node translations are all stored in the same node as their default language node while in Drupal 6 & 7 they were stored in separate nodes. After a migration, entity...
View ArticleContextDefinition isSatisfiedBy() check fails for context using inherited class
Problem/MotivationThe #2671964: ContextHandler cannot validate constraints introduced a new method called isSatisfiedBy(ContextInterface $context) which checks if given context satisfies context...
View ArticleFunctional test that uses drupalLogin() does not work on nginx+php-fpm on 8.5.x
I have a very simple functional test that checks if we can create a user and log in:/** * Test login. */ public function testLogin() { $web_user = $this->drupalCreateUser();...
View ArticleNode revisions forced even if bundle not under moderation workflow
[Will enrich the ticket with proper description soon]In core/modules/content_moderation/src/Entity/Handler/NodeModerationHandler.php, there is no check done if the node bundle is actually under...
View ArticleThrow exception for destination plugins without a destination_module property
This issue is spun off from #2908282: Throw exception for source plugins without a source_module property.Problem/MotivationThere are several implicitily required properties to destination, source and...
View ArticleEnsure the object is not NULL before attempting to translate it in...
For now five times of drupal updates since last autumn I have to fix the same here described problem:https://www.drupal.org/project/drupal/issues/2913971with the...
View ArticleMigrate D6 i18n custom blocks (boxes)
Follow-up to #2225681: Migrate D6 i18n blocks translated stringsProblem/MotivationA migration for custom block (D6 boxes) translated strings is needed. The translations for the title and body of custom...
View ArticleMigrate D6 i18n translations of taxonomy vocabulary/terms
Problem/MotivationIn Drupal 6, you can use the I18n Taxonomy module to translate a taxonomy vocabulary and taxonomy terms.At this time, they cannot be migrated into Drupal 8. If you have a Drupal 6...
View Article