🇮🇳India @mrinalini9

New Delhi
Account created on 5 April 2019, about 5 years ago
#

Recent comments

🇮🇳India mrinalini9 New Delhi

Hi,

I am facing the same issue as mentioned above, please let me know if anyone has any solution to resolve this.

Thanks!

🇮🇳India mrinalini9 New Delhi

Updated patch #35 by addressing #38, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Updated patch #11 by addressing #13, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Reviewed patch #2, looks good to me.

It applied cleanly and fixed the phpcs issues except the below issues that need to be fixed as well:

FILE: /tac_lite/src/Form/UserAccessForm.php
---------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 5 WARNINGS AFFECTING 5 LINES
---------------------------------------------------------------------------------------------------------------
  40 | WARNING | Vocabulary::loadMultiple calls should be avoided in classes, use dependency injection instead
  41 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
  63 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
  98 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
 103 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
---------------------------------------------------------------------------------------------------------------


FILE: /tac_lite/src/Form/SchemeForm.php
---------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES
---------------------------------------------------------------------------------------------------------------
  98 | WARNING | Vocabulary::loadMultiple calls should be avoided in classes, use dependency injection instead
 184 | ERROR   | Type hint "array" missing for $default_values
---------------------------------------------------------------------------------------------------------------


FILE: /tac_lite/src/Form/ConfigForm.php
---------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES
---------------------------------------------------------------------------------------------------------------
  33 | WARNING | Vocabulary::loadMultiple calls should be avoided in classes, use dependency injection instead
  89 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
 109 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
---------------------------------------------------------------------------------------------------------------


FILE: /tac_lite/src/Cache/TacLiteGrantsCacheContext.php
---------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------
 78 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
---------------------------------------------------------------------------------------------------------

Please fix these issues as well.

Thanks!

🇮🇳India mrinalini9 New Delhi

Updated patch #6 by addressing #10 and some other phpcs issues (missing type hint), please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Updated patch #1 by addressing #5, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Hi,

I have reviewed patch #3, looks good to me. It applied cleanly:

Checking patch simple_date_block.info.yml...
Checking patch src/Plugin/Block/SimpleDateBlock.php...
Applied patch simple_date_block.info.yml cleanly.
Applied patch src/Plugin/Block/SimpleDateBlock.php cleanly.

And fixed all the phpcs issues as reported above.

So, for me, it is RTBC.

Thanks!

🇮🇳India mrinalini9 New Delhi

Added patch for the above fixes, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Updated patch #6 by addressing #8, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Updated patch #2 by addressing #3, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Hi,

Patch #2 is no longer applicable, need to reroll this.
So, moving this to Needs Work.

Thanks!

🇮🇳India mrinalini9 New Delhi

Hi,

I have reviewed patch #10, it applied, but threw some trailing whitespace issues at the time of applying the patch:

3359008-10.patch:30: trailing whitespace.
    1) Add a new key through the Key module UI. Select Pantheon Secret as 
3359008-10.patch:32: trailing whitespace.
    1) Go to /admin/config/system/keys/pantheon and click on the "Sync Keys" 
3359008-10.patch:34: trailing whitespace.
    1) Use the provided drush command to sync all of your secrets 
3359008-10.patch:48: trailing whitespace.
1) Make sure you have access to a Drupal >= 9.4 site running PHP >= 8.0 
3359008-10.patch:56: trailing whitespace.
1) Install the required modules in your Drupal site and push the 
warning: squelched 9 whitespace errors
warning: 14 lines add whitespace errors.

Also, it fixed all the phpcs issues as reported, except this one:

FILE: /pantheon_secrets/README.md
-----------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-----------------------------------------------------------------------------------
 48 | WARNING | Line exceeds 80 characters; contains 86 characters
-----------------------------------------------------------------------------------

Please fix all these issues.

Thanks & Regards,
Mrinalini

🇮🇳India mrinalini9 New Delhi

Updated patch #3 by addressing #4, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Rerolled patch #3 and also addressed #4, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Rerolled patch #3 by addressing #6, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Hi,

I have checked patch #3, it applies cleanly on 11.5.x branch:

Checking patch modules/social_features/social_content_block/src/SocialContentBlockOverride.php...
Applied patch modules/social_features/social_content_block/src/SocialContentBlockOverride.php cleanly.

So, moving this to Needs Review.

Thanks!

🇮🇳India mrinalini9 New Delhi

Rerolled patch #36, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Hi,

I have reviewed patch #12, it applied cleanly.

But has some trailing whitespace issues in the patch that need to be fixed:

drupal.org_files_issues_2023-10-10_3368542-12.patch:12: trailing whitespace.
 
drupal.org_files_issues_2023-10-10_3368542-12.patch:16: trailing whitespace.
 
drupal.org_files_issues_2023-10-10_3368542-12.patch:72: trailing whitespace.
 
drupal.org_files_issues_2023-10-10_3368542-12.patch:103: trailing whitespace.
 
drupal.org_files_issues_2023-10-10_3368542-12.patch:107: trailing whitespace.
 
warning: squelched 5 whitespace errors
warning: 10 lines add whitespace errors.

Also, there are still few phpcs errors left that need to be fixed:

FILE: /zurb_views/js/views-zurb.js
------------------------------------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 4 LINES
------------------------------------------------------------------------------------------------
 10 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 17 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 3 empty lines
 19 | ERROR | [ ] More than 2 empty lines are not allowed
 20 | ERROR | [x] Expected 1 newline at end of file; 0 found
------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------

Please fix all of these things.

Thanks & Regards,
Mrinalini

🇮🇳India mrinalini9 New Delhi

Rerolled patch #7 for the 4.x-dev branch, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Reviewed patch #2, looks good to me. It applied cleanly and fixed the above mentioned issue as reported.
So, for me, it is RTBC.

Thanks!

🇮🇳India mrinalini9 New Delhi

Reviewed patch #12, looks good to me. It applied cleanly and fixed all the phpcs issues.
So, for me, it is RTBC.

Thanks!

🇮🇳India mrinalini9 New Delhi

Hi,

I have reviewed patch #10, looks good to me. It applied cleanly and fixed phpcs issues but still few of them are remaining that need to be fixed:

FILE: /microblogging/assets/js/timeline.js
------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
------------------------------------------------------------------------------------------------
  4 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
  7 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 22 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------


FILE: /microblogging/src/Ajax/UpdateTimelineCommand.php
---------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------
 42 | ERROR | Type hint "array" missing for $html
---------------------------------------------------------------------------------------------------------

Please fix these errors as well.

Thanks & Regards,
Mrinalini

🇮🇳India mrinalini9 New Delhi

Hi,

The source code in the above attached patch has already been merged to 8.x-1.x branch, that's why the patch is not applicable anymore.

Thanks!

🇮🇳India mrinalini9 New Delhi

Added patch for the changes mentioned in #6, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Updated patch #3 by addressing #4, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Hi,

I have rerolled patch #7, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Hi,

I have reviewed patch #4, it applied cleanly but has some extra file changes i.e., in the .module file. Please revert this change as it's not required.
Also, still getting the below errors after applying the patch:

FILE: /entity_browser_enhanced/enhancers/multiselect/js/entity_browser_enhanced.multiselect.js
------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 8 ERRORS AFFECTING 8 LINES
------------------------------------------------------------------------------------------------------------------------------------------------
 31 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
 35 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 42 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
 46 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 53 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 55 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
 75 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 77 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------------------------------

Please fix these errors as well.

Thanks & Regards,
Mrinalini

🇮🇳India mrinalini9 New Delhi

Hi,

I have reviewed patch #26, looks good to me.
It applied cleanly and replaced all the occurrences of @returns with @return at all places except the .js files in the core.
So, for me, it is RTBC.

Thanks & Regards,
Mrinalini

🇮🇳India mrinalini9 New Delhi

Reviewed patch #7, looks good to me. It applied cleanly and fixed all the PHPCS issues.
So, for me, it is RTBC.

Thanks!

🇮🇳India mrinalini9 New Delhi

Patch #7 needs review, so moving this to Needs Review.

🇮🇳India mrinalini9 New Delhi

Hi,

I have reviewed patch #2, looks good to me. It applied cleanly and fixed all the phpcs issues as mentioned above.
So, for me, it is RTBC.

Thanks!

🇮🇳India mrinalini9 New Delhi

Hi,

I have reviewed patch #4, looks good to me. It applied cleanly and fixed all the phpcs issues as mentioned above.
So, for me, it is RTBC.

Thanks!

🇮🇳India mrinalini9 New Delhi

Updated patch #1 by addressing #2, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Rerolled patch #2, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Rerolled patch #2, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Rerolled patch #34, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Rerolled patch #417 for 11.x branch, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Updated patch #2 by addressing #4, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Rerolled patch #10, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Rerolled patch #7, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Rerolled patch #2, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Hi,

I have reviewed patch #2, it applied cleanly and resolved some of the issues mentioned above but still getting below errors/warnings that need to be fixed:

FILE: /Users/mrinalini.kumari/Documents/do_contributions/adv_varnish/adv_varnish.module
---------------------------------------------------------------------------------------------------------------------------------------------
FOUND 5 ERRORS AND 2 WARNINGS AFFECTING 6 LINES
---------------------------------------------------------------------------------------------------------------------------------------------
  76 | ERROR   | [ ] The array declaration extends to column 108 (the limit is 80). The array content should be split up over multiple lines
  77 | ERROR   | [ ] The array declaration extends to column 98 (the limit is 80). The array content should be split up over multiple lines
 175 | WARNING | [x] Inline @var declarations should use the /** */ delimiters
 227 | ERROR   | [x] Expected 1 space after FUNCTION keyword; 0 found
 229 | ERROR   | [x] Array indentation error, expected 6 spaces but found 4
 229 | ERROR   | [x] Closing parenthesis of array declaration must be on a new line
 251 | WARNING | [x] Inline @var declarations should use the /** */ delimiters
---------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------------------------------------------------


FILE: /Users/mrinalini.kumari/Documents/do_contributions/adv_varnish/src/CacheManager.php
----------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
----------------------------------------------------------------------------------------------
 187 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
 354 | WARNING | Line exceeds 80 characters; contains 113 characters
----------------------------------------------------------------------------------------------

So, moving this to Needs Work.

Thanks!

🇮🇳India mrinalini9 New Delhi

Hi,

I have reviewed patch #15, it applied cleanly:

Checking patch .docksal/docksal.yml...
Checking patch email_content_templates.module...
Checking patch src/Controller/PreviewController.php...
Checking patch src/EmailContentTemplatesInfoInterface.php...
Checking patch src/EmailContentTemplatesInfoPluginBase.php...
Checking patch src/EmailContentTemplatesService.php...
Checking patch src/EmailContentTemplatesServiceInterface.php...
Checking patch src/Form/EmailContentTemplateTestForm.php...
Applied patch .docksal/docksal.yml cleanly.
Applied patch email_content_templates.module cleanly.
Applied patch src/Controller/PreviewController.php cleanly.
Applied patch src/EmailContentTemplatesInfoInterface.php cleanly.
Applied patch src/EmailContentTemplatesInfoPluginBase.php cleanly.
Applied patch src/EmailContentTemplatesService.php cleanly.
Applied patch src/EmailContentTemplatesServiceInterface.php cleanly.
Applied patch src/Form/EmailContentTemplateTestForm.php cleanly.

And fixed all the phpcs errors/warnings as mentioned above in the issue description.
So, for me, it is RTBC.

Thanks & Regards,
Mrinalini

🇮🇳India mrinalini9 New Delhi

Updated patch #2 by addressing #7, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Fixing custom commands failure issue in #12, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Updated patch #7 by addressing #9, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Updated patch #2 by addressing #3, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Updated patch #3 by addressing #6, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Added patch for 2.x branch, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Updated patch #10 by addressing #12, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Updated patch #2 by addressing #8, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Added an updated patch for the remaining phpcs issues, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Added patch for the above phpcs issues, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Added patch for the above phpcs issues, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Updated patch #2 by addressing #3, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Updated patch #2 by addressing #7, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Updated patch #2 by addressing #5, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Updated patch #2 by addressing #3, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Updated patch #6 by addressing #7, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Updated patch #5 by addressing #6, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Updated patch #15 by addressing #16, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Added patch to remove unused variables issues as mentioned in the issue description above, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Not able to apply patch #11, getting some error saying: "fatal: unrecognized input".
So, added a patch that consists of all the phpcs errors/warnings fixes, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Added patch for the PHPCS issues mentioned in #4, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Updated patch #14 by addressing #15, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Updated patch #2 by addressing #4, please review it.

Thanks & Regards,
Mrinalini

🇮🇳India mrinalini9 New Delhi

Updated patch #2 by addressing #5 all the warnings mentioned in except the unused variable $url_alias warning, so keeping it to Needs Work.

Thanks!

🇮🇳India mrinalini9 New Delhi

Updated patch #2 by addressing #3, please review it.

Thanks & Regards,
Mrinalini

🇮🇳India mrinalini9 New Delhi

Fixing test case failure issues in #4, please review it.

Thanks & Regards,
Mrinalini

🇮🇳India mrinalini9 New Delhi

Rerolled patch #5, please review it.

Thanks & Regards,
Mrinalini

🇮🇳India mrinalini9 New Delhi

Fixing custom command failure issues in #35, please review it.

Thanks & Regards,
Mrinalini

🇮🇳India mrinalini9 New Delhi

Fixed whitespace issues in patch #2, please review it.

Thanks & Regards,
Mrinalini

🇮🇳India mrinalini9 New Delhi

Rerolled patch #35 for 11.x branch, please review it.

Thanks & Regards,
Mrinalini

🇮🇳India mrinalini9 New Delhi

Patch #2 is being applied cleanly on 3.x branch:

Checking patch fontawesome_iconpicker.info.yml...
Applied patch fontawesome_iconpicker.info.yml cleanly.

So, moving this to Needs review.

Thanks!

🇮🇳India mrinalini9 New Delhi

Updated patch #2 by fixing the remaining dependency injection and other errors/warnings issues, please review it.

Thanks & Regards,
Mrinalini

🇮🇳India mrinalini9 New Delhi

Updated patch #4 by addressing #7, please review it.

Thanks & Regards,
Mrinalini

🇮🇳India mrinalini9 New Delhi

Updated patch #47 by addressing #48, please review it.

Thanks & Regards,
Mrinalini

🇮🇳India mrinalini9 New Delhi

Updated patch #2 by addressing the warning as mentioned in #2, please review it.

Thanks & Regards,
Mrinalini

🇮🇳India mrinalini9 New Delhi

Updated patch #2 by addressing #3, please review it.

Thanks & Regards,
Mrinalini

🇮🇳India mrinalini9 New Delhi

Rerolled patch #2, please review it.

Thanks & Regards,
Mrinalini

🇮🇳India mrinalini9 New Delhi

Updated patch #10 by addressing #12, please review it.

Thanks & Regards,
Mrinalini

🇮🇳India mrinalini9 New Delhi

Updated patch #64 by fixing it, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Rerolled patch #16, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Hi,

I have tested patch #2, it applied cleanly, here is the screenshot for reference:

So, moving this to Needs Review.

Thanks & Regards,
Mrinalini

🇮🇳India mrinalini9 New Delhi

Updated patch #11 by addressing #13, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Updated patch #17 by addressing #18, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Fixing custom command failure issues in #35, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Rerolled patch #7, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Updated patch #6 by addressing #11, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Rerolled patch #6, please review it.

Thanks!

🇮🇳India mrinalini9 New Delhi

Rerolled patch #6, please review it.

Thanks!

Production build 0.69.0 2024