New Delhi
Account created on 18 September 2010, over 14 years ago
#

Merge Requests

Recent comments

🇮🇳India rajneeshb New Delhi

Tested MR:7341 works fine on 11.x
Attaching screenshots for reference.

🇮🇳India rajneeshb New Delhi

rajneeshb made their first commit to this issue’s fork.

🇮🇳India rajneeshb New Delhi

rajneeshb made their first commit to this issue’s fork.

🇮🇳India rajneeshb New Delhi

This issue due to ignore destination not set. The set ignore destination code written at RedirectForm method which not exceuted when $form_state->getResponse() is set. So to fix this issue added code to set ignore destination at doSubmitForm function.

🇮🇳India rajneeshb New Delhi

Added an additional check to only execute the CSRF validation if the current user is authenticated.

🇮🇳India rajneeshb New Delhi

Checked the webform tokens working fine (e.g. [webform_submission:values:user:entity:mail:clear]) but global tokens not working e.g [current-user:mail], [current-user:account-name] etc. This issue comes because during display the value of element data coming from token not form DB so if we used user token in computed token field then the data will display as per logged in user .

I have created a patch to fix this issue. This patch will work only if the element have Store value in the database enabled.

🇮🇳India rajneeshb New Delhi

I've checked with socialblue 2.5.x and Drupal 9.5.10 can reproduce it. color_get_palette function belongs to color module so if color module not enabled then this issue is reproducible. I have created a patch to fix the issue.

🇮🇳India rajneeshb New Delhi

There is issue at preprocess.inc at material_admin_preprocess_menu_local_task function. I have created a patch to fix the reported issue.

🇮🇳India rajneeshb New Delhi

Tested patch #8 this patch fixes the issues reported at #6. Its working fine.

🇮🇳India rajneeshb New Delhi

After applying patch #4 export xls without batch working fine but breaks with batch operation. Created patch to fix the export (XLS, CSV, PDF) with and without batch operation.

🇮🇳India rajneeshb New Delhi

Created a patch to set password if the password set by the user at registration form.

🇮🇳India rajneeshb New Delhi

Reviewed #5 patch looks good, +1 for RTBC
Attaching Screenshot for reference

🇮🇳India rajneeshb New Delhi

Reviewed patch #3 Patch not applying so moving to needs work.

🇮🇳India rajneeshb New Delhi

Reviewed MR !1 looks good, +1 for RTBC

Attaching screenshots for reference

🇮🇳India rajneeshb New Delhi

Reviewed patch #2 all phpcs issue fixed after applying patch, looks good +1 for RTBC
Attaching screenshots for reference.

🇮🇳India rajneeshb New Delhi

Reviewed patch #2, patch applied cleanly and resolved the reported issue looks good to me. +1 for RTBC

🇮🇳India rajneeshb New Delhi

Reviewed patch #3 Patch not applying.

🇮🇳India rajneeshb New Delhi

Reviewed patch #2. This patch works fine, looks good to me. +1 for RTBC

🇮🇳India rajneeshb New Delhi

Adding patch to fix the remaining coding standard issues.

🇮🇳India rajneeshb New Delhi

Reviewed patch #2, patch applied cleanly. After applying patch there is still one coding standard issue

/modules/contrib/tax_number/src/Plugin/Field/FieldWidget/TaxNumberWidget.php
---------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------------
110 | ERROR | [x] Use null coalesce operator instead of ternary operator.
---------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------------------------------

by using this command
phpcs --standard="Drupal,DrupalPractice" --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml .

🇮🇳India rajneeshb New Delhi

Reviewd MR 19 looks good. +1 for RTBC, Attaching screenshots for reference.

🇮🇳India rajneeshb New Delhi

Patch #5 applied but there are still coding standard issues
FILE: /modules/contrib/better_exposed_filters/tests/src/FunctionalJavascript/BetterExposedFiltersTest.php
--------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 4 LINES
--------------------------------------------------------------------------------------------------------------------------------------------------
79 | WARNING | Unused variable $display.
135 | WARNING | Unused variable $display.
136 | WARNING | Unused variable $block.
192 | WARNING | Unused variable $display.
--------------------------------------------------------------------------------------------------------------------------------------------------

FILE: /modules/contrib/better_exposed_filters/tests/src/Kernel/Plugin/sort/LinksSortWidgetKernelTest.php
-------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------------------------------------------------
27 | WARNING | Unused variable $display.
-------------------------------------------------------------------------------------------------------------------------------------------------

FILE: /modules/contrib/better_exposed_filters/tests/src/Kernel/Plugin/sort/RadioButtonsSortWidgetKernelTest.php
--------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------------------------------------------
27 | WARNING | Unused variable $display.
--------------------------------------------------------------------------------------------------------------------------------------------------------

FILE: /modules/contrib/better_exposed_filters/tests/src/Kernel/Plugin/filter/SingleFilterWidgetKernelTest.php
------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------------------------------------------------
27 | WARNING | Unused variable $display.
------------------------------------------------------------------------------------------------------------------------------------------------------

FILE: /modules/contrib/better_exposed_filters/tests/src/Kernel/Plugin/filter/FilterWidgetKernelTest.php
------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
------------------------------------------------------------------------------------------------------------------------------------------------
81 | WARNING | Unused variable $display.
125 | WARNING | Unused variable $display.
------------------------------------------------------------------------------------------------------------------------------------------------

FILE: /modules/contrib/better_exposed_filters/tests/src/Kernel/Plugin/filter/HiddenFilterWidgetKernelTest.php
------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------------------------------------------------
27 | WARNING | Unused variable $display.
------------------------------------------------------------------------------------------------------------------------------------------------------

FILE: /modules/contrib/better_exposed_filters/tests/src/Kernel/BetterExposedFiltersKernelTest.php
------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
------------------------------------------------------------------------------------------------------------------------------------------
26 | WARNING | Unused variable $display.
51 | WARNING | Unused variable $display.
------------------------------------------------------------------------------------------------------------------------------------------

FILE: /modules/contrib/better_exposed_filters/includes/better_exposed_filters.theme.inc
--------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------------------
162 | WARNING | '@todo' should match the format '@todo Fix problem X here.'
--------------------------------------------------------------------------------------------------------------------------------

FILE: /modules/contrib/better_exposed_filters/README.md
------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
------------------------------------------------------------------------------------------------
42 | WARNING | Line exceeds 80 characters; contains 94 characters
------------------------------------------------------------------------------------------------

FILE: /modules/contrib/better_exposed_filters/better_exposed_filters.install
---------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
---------------------------------------------------------------------------------------------------------------------
223 | WARNING | Line exceeds 80 characters; contains 84 characters
227 | WARNING | Line exceeds 80 characters; contains 83 characters
---------------------------------------------------------------------------------------------------------------------

FILE: /modules/contrib/better_exposed_filters/src/Plugin/better_exposed_filters/filter/DatePickers.php
-----------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------------------------------------------------
41 | WARNING | Unused variable $element.
-----------------------------------------------------------------------------------------------------------------------------------------------

FILE: /modules/contrib/better_exposed_filters/src/Plugin/better_exposed_filters/filter/FilterWidgetBase.php
----------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 4 LINES
----------------------------------------------------------------------------------------------------------------------------------------------------
116 | WARNING | Only string literals should be passed to t() where possible
185 | WARNING | Only string literals should be passed to t() where possible
251 | WARNING | Line exceeds 80 characters; contains 104 characters
260 | WARNING | Line exceeds 80 characters; contains 84 characters
----------------------------------------------------------------------------------------------------------------------------------------------------

FILE: /modules/contrib/better_exposed_filters/src/Plugin/BetterExposedFiltersWidgetBase.php
------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------------------------------
159 | WARNING | Unused bound variable $form.
159 | WARNING | Unused bound variable $element.
------------------------------------------------------------------------------------------------------------------------------------

FILE: /modules/contrib/better_exposed_filters/src/Plugin/views/exposed_form/BetterExposedFilters.php
---------------------------------------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
---------------------------------------------------------------------------------------------------------------------------------------------
924 | ERROR | The array declaration extends to column 94 (the limit is 80). The array content should be split up over multiple lines
925 | ERROR | The array declaration extends to column 99 (the limit is 80). The array content should be split up over multiple lines
---------------------------------------------------------------------------------------------------------------------------------------------

FILE: /modules/contrib/better_exposed_filters/src/BetterExposedFiltersHelper.php
-------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 2 LINES
-------------------------------------------------------------------------------------------------------------------------
80 | WARNING | Unused variable $value.
80 | WARNING | Unused variable $value.
83 | WARNING | Unused variable $value.
-------------------------------------------------------------------------------------------------------------------------

🇮🇳India rajneeshb New Delhi

Reviewed patch #2 reported coding standard issue fixed. Attaching SS for reference.

🇮🇳India rajneeshb New Delhi

Reviewed MR!16 looks good, all reported issue fixed, +1 RTBC

Attaching SS for reference.

🇮🇳India rajneeshb New Delhi

Reviewed patch #2 LGTM, all reported issue fixed. +1RTBC

Attaching SS for reference.

🇮🇳India rajneeshb New Delhi

Reviewed !12 MR all reported issue fixed. LGTM, +1RTBC

Attaching SS for Reference

🇮🇳India rajneeshb New Delhi

Reviewed patch #3 there still one coding standard issue.
Attaching screenshot for reference.

🇮🇳India rajneeshb New Delhi

Reviewed MR !3 , Reported coding standard fixed. Attaching screenshot for reference

🇮🇳India rajneeshb New Delhi

Reviewed MR !2, attaching screenshots for reference, Looks good to me

🇮🇳India rajneeshb New Delhi

Reviewed merge request !3636 working fine, attaching screenshot for the refernce.

🇮🇳India rajneeshb New Delhi

Reviewed MR 2, Looks good, +1RTBC

Attaching screenshots for the reference.

🇮🇳India rajneeshb New Delhi

Reviewed #7 There is still coding standard issue . Attaching SS for the refrence

🇮🇳India rajneeshb New Delhi

Reviewed #5 All coding standard issues fixed. Looks good, +1RTBC
Attaching screenshots for the same.

🇮🇳India rajneeshb New Delhi

Reviewed merge request 6. All coding standard issues fixed. Looks good tom me + 1 RTBC

🇮🇳India rajneeshb New Delhi

Reviewed patch #2 Patch applied cleanly and working fine. +1 RTBC

🇮🇳India rajneeshb New Delhi

Reviewed merge request !6. These issue still there

FILE: /Users/tesboss/_PROJECTS/drupal/sharethis/src/Form/SharethisConfigurationForm.php
----------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
----------------------------------------------------------------------------------------------
 117 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
----------------------------------------------------------------------------------------------


FILE: /Users/tesboss/_PROJECTS/drupal/sharethis/src/SharethisManager.php
------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------
 80 | WARNING | NodeType::loadMultiple calls should be avoided in classes, use dependency injection instead
------------------------------------------------------------------------------------------------------------
🇮🇳India rajneeshb New Delhi

Reviewed patch #3 patch applied successfully and all reported coding standard issue fixed. Looks good +1 RTBC

🇮🇳India rajneeshb New Delhi

Reviewed MR!6 coding standard issues fixed.
Attaching screenshots for the same.

🇮🇳India rajneeshb New Delhi

Reviewed patch #6, Patch applied successfully on 10.1.x and has fixes as per proposed solution.

🇮🇳India rajneeshb New Delhi

Reviewed #43 patch applied successfully and working fine.
Attaching screenshot for reference.

🇮🇳India rajneeshb New Delhi

Reviewed #10 Working fine. Attaching screenshots for refrence.

🇮🇳India rajneeshb New Delhi

Reviewed #5 All reported issues fixed.

🇮🇳India rajneeshb New Delhi

Reviewed MR!3511 Looks good. Attaching screenshots for the same.

🇮🇳India rajneeshb New Delhi

Reviewed MR !2 there are still some coding standard issues

FILE: /ephoto_dam/modules/ephoto_dam_field/src/Plugin/Field/FieldType/EphotoDamField.php
-----------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------------------------------
39 | WARNING | Possible useless method overriding detected
-----------------------------------------------------------------------------------------------------------------------------

FILE: /ephoto_dam/modules/ephoto_dam_field/src/Plugin/Field/FieldFormatter/EphotoDamFieldFormatter.php
-------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------------------------------------------
42 | WARNING | Possible useless method overriding detected
-------------------------------------------------------------------------------------------------------------------------------------------

FILE: /ephoto_dam/src/Plugin/Filter/EphotoDam.php
--------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
--------------------------------------------------------------------------------------
50 | WARNING | Possible useless method overriding detected
--------------------------------------------------------------------------------------

🇮🇳India rajneeshb New Delhi

Reviewed MR !15 all coding standard issues fixed. Also the readme.md file warning also fixed.

🇮🇳India rajneeshb New Delhi

Devel sf-dump class having z-index 99999, so to fix the issue for toolbar menu added z-index to 100000.

Production build 0.71.5 2024