Account created on 29 January 2018, almost 7 years ago
#

Merge Requests

Recent comments

๐Ÿ‡ฎ๐Ÿ‡ณIndia anmolgoyal74

Used the former suggestion to keep the same label: "Display even if view has no result".
I did it as a part of contribution sprint at DrupalCon Singapore 2024.

๐Ÿ‡ฎ๐Ÿ‡ณIndia anmolgoyal74

I have re-rolled the patch and used OOP hooks to purge the field definitions. I did it as a part of contribution sprint at DrupalCon Singapore 2024.

๐Ÿ‡ฎ๐Ÿ‡ณIndia anmolgoyal74

anmolgoyal74 โ†’ made their first commit to this issueโ€™s fork.

๐Ÿ‡ฎ๐Ÿ‡ณIndia anmolgoyal74

I think the CSS, JS and Images are allowed to be crawled. In D7, the modules, themes, profiles and misc directories are not not allowed to be crawled that's why it was add in robots.txt of D7. I think we can close this.

https://git.drupalcode.org/project/drupal/-/blob/7543eae758df91a217e6464...

๐Ÿ‡ฎ๐Ÿ‡ณIndia anmolgoyal74

anmolgoyal74 โ†’ made their first commit to this issueโ€™s fork.

๐Ÿ‡ฎ๐Ÿ‡ณIndia anmolgoyal74

MR need to be updated. It has extra changes from #2986255.

๐Ÿ‡ฎ๐Ÿ‡ณIndia anmolgoyal74

Thanks. Pushed to 8.2.x.

This need to go to 2.0.x as well.

๐Ÿ‡ฎ๐Ÿ‡ณIndia anmolgoyal74

After Updating getting this error =>
Uncaught PHP Exception TypeError: "Drupal\advagg\Asset\CssOptimizer::__construct(): Argument #2 ($event_dispatcher) must be of type Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher, Symfony\Component\EventDispatcher\EventDispatcher given, called in /docroot/core/lib/Drupal/Component/DependencyInjection/Container.php on line 259"

๐Ÿ‡ฎ๐Ÿ‡ณIndia anmolgoyal74

Updated the target branch

๐Ÿ‡ฎ๐Ÿ‡ณIndia anmolgoyal74

Email Validator service should be added as a dependency injection.

๐Ÿ‡ฎ๐Ÿ‡ณIndia anmolgoyal74

anmolgoyal74 โ†’ made their first commit to this issueโ€™s fork.

๐Ÿ‡ฎ๐Ÿ‡ณIndia anmolgoyal74

I tried the steps mentioned in #15, and it worked fine. The selected content is deleted and the user stays on the homepage.

๐Ÿ‡ฎ๐Ÿ‡ณIndia anmolgoyal74

I am also getting the same error on Drupal 10.2.4. But this error only comes when switching to the ImageMagick toolkit, not with GD.

image.settings:preview_image: core/modules/image/sample.png

๐Ÿ‡ฎ๐Ÿ‡ณIndia anmolgoyal74

This project needs work right now. Hence merging it for now. I will correct it, if required in the later releases.

๐Ÿ‡ฎ๐Ÿ‡ณIndia anmolgoyal74

Thanks @apaderno
The contributor roles added by these users are still getting reflected in our profiles. Can that also be updated?

๐Ÿ‡ฎ๐Ÿ‡ณIndia anmolgoyal74

Remove core key.

๐Ÿ‡ฎ๐Ÿ‡ณIndia anmolgoyal74

It should be TYPE_TRANSFORM_REVERSIBLE.

๐Ÿ‡ฎ๐Ÿ‡ณIndia anmolgoyal74

Closing since other issue is fixed.
https://www.drupal.org/project/nofollowlist/issues/3369571 ๐Ÿ“Œ Automated Drupal 10 compatibility fixes Fixed

๐Ÿ‡ฎ๐Ÿ‡ณIndia anmolgoyal74

Not requried since https://www.drupal.org/project/cleantaxonomy/issues/3336068 ๐Ÿ“Œ Update README.md file according to "README.md template" Fixed

๐Ÿ‡ฎ๐Ÿ‡ณIndia anmolgoyal74

anmolgoyal74 โ†’ made their first commit to this issueโ€™s fork.

๐Ÿ‡ฎ๐Ÿ‡ณIndia anmolgoyal74

Fixed. Push to 2.0.x.
Thanks.

๐Ÿ‡ฎ๐Ÿ‡ณIndia anmolgoyal74

Re-rolled #214 for 9.2.x. And also updated one of the failing tests.
Not able to generate the interdiff.
Here is the diff for the test.

diff --git a/core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php b/core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php
index 7bbcd1b27f..f5e7faa450 100644
--- a/core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php
+++ b/core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php
@@ -135,9 +135,8 @@ public function testFieldWidgetsWithLimitedValidationErrors() {
     // The 'Test multiple' field is the only multi-valued field in the form, so
     // try to add a new item for it. This tests the '#limit_validation_errors'
     // property set by \Drupal\Core\Field\WidgetBase::formMultipleElements().
+    $this->submitForm([], 'Add item');
     $assert_session->elementsCount('css', 'div#edit-test-multiple-wrapper div.form-type-textfield input', 1);
-    $this->submitForm([], 'Add another item');
-    $assert_session->elementsCount('css', 'div#edit-test-multiple-wrapper div.form-type-textfield input', 2);
 
     // Now try to upload a file. This tests the '#limit_validation_errors'
     // property set by
@@ -150,20 +149,19 @@ public function testFieldWidgetsWithLimitedValidationErrors() {
     $this->submitForm($edit, 'Upload');
     $assert_session->elementExists('css', 'input#edit-test-file-0-remove-button');
 
-    // Make the 'Test multiple' field required and check that adding another
-    // item throws a validation error.
+    // Make the 'Test multiple' field required and check saving the form
+    // without entering any value for the required field still throws the
+    // proper validation errors.
     $field_config = FieldConfig::loadByName($this->entityTypeId, $this->entityTypeId, $this->fieldNameMultiple);
     $field_config->setRequired(TRUE);
     $field_config->save();
 
-    $this->drupalPostForm($this->entityTypeId . '/add', [], 'Add another item');
-    $assert_session->pageTextContains('Test multiple (value 1) field is required.');
+    $this->drupalGet($this->entityTypeId . '/add');
 
     // Check that saving the form without entering any value for the required
     // field still throws the proper validation errors.
     $this->submitForm([], 'Save');
-    $assert_session->pageTextContains('Test single field is required.');
-    $assert_session->pageTextContains('Test multiple (value 1) field is required.');
+    $assert_session->pageTextContains('This value should not be null.');
   }
 
 }
Production build 0.71.5 2024