Account created on 6 January 2023, almost 2 years ago
#

Merge Requests

Recent comments

🇮🇳India pravesh_poonia

Hi, Created Patch for the above issue, Now Sub Menu will be visible on hover of respective list item

🇮🇳India pravesh_poonia

Created Patch for the above issue:

🇮🇳India pravesh_poonia

Upgrade PHPUnit to version 10 and consider dropping the Symfony PHPUnit-bridge dependency due to compatibility issues and potential future changes in Symfony's support for PHPUnit. As the current tech gap in our testing suite, especially with PHPUnit 11 released, necessitates action.

composer require --dev phpunit/phpunit ^10
composer remove --dev symfony/phpunit-bridge

🇮🇳India pravesh_poonia

Resolve the issue with ParamConverterManager's lazy services by implementing a service locator approach. Currently, services tagged 'paramconverter' are declared as lazy but are instantiated early during ParamConverterManager construction, leading to performance issues. To address this, convert ParamConverterManager to utilize a service locator, ensuring paramconverter services are lazily loaded only when required by a route. Additionally, remove the lazy proxy services for paramconverter services to streamline the process and improve performance

🇮🇳India pravesh_poonia

Resolve 'Drupal.Commenting.TodoComment' coding standard issue by following the correct @todo formatting guidelines, Ensure that sentences following '@todo' are capitalized. Run code style checks with fixing enabled and commit the patch for consistency and compliance with Drupal coding standar

🇮🇳India pravesh_poonia

Update user_login_finalize(&$form_state) documentation to accurately reflect its parameter. Similarly, revise hook_user_login(&$edit, $account, $category) to clarify that $edit pertains to $form_state. These changes ensure consistency and accuracy in understanding and using these functions

🇮🇳India pravesh_poonia

Replace $(window).on('dialog:beforecreate') with window.addEventListener('dialog:beforecreate').

While $(window).on('dialog:EVENTTYPE') remains backward compatible, listeners will receive deprecation messages. Additionally, a deprecation script checks if the old dialog:beforecreate is present in $._data(window, 'events'), triggering a deprecation message if found."

But checked MR, changes looking fixed now

🇮🇳India pravesh_poonia

Updating PHPUnit compatibility due to the deprecation in version 10.5.18, which now requires string array keys in data sets returned by data provider methods to match parameter names in Kernel tests. This change ensures continued compatibility with the latest PHPUnit version and maintains best practices for data provider usage

🇮🇳India pravesh_poonia

"Updating PHPUnit 10 compatibility in MarkupInterfaceComparatorTest by replacing catch of PHPUnit\Framework\Error\Warning with appropriate replacements. Refactoring of runtime code is needed to eliminate trigger_error() calls as part of this process."

Considering the deprecation message indicating an error in Drupal 11, it's prudent to address this now. How about implementing the suggested change in a separate MR for version 10.3? This approach ensures compatibility with future Drupal versions while maintaining stability for the current release

🇮🇳India pravesh_poonia

Agreed with Berdir's assessment that this fix meets the criteria for 'no tests needed.' Since it's a straightforward one-liner without introducing new code branches, additional tests would involve duplicating schema content unnecessarily. Given that this issue is specific to older versions and won't impact Drupal 11.x, test coverage is deemed unnecessary

🇮🇳India pravesh_poonia

It is looking better now and Test time is also taking less time compared to before

🇮🇳India pravesh_poonia

Apllied patch, changes are looking correct to me, seems like everything is working as expected now.

🇮🇳India pravesh_poonia

@smustgrave, Applied mr changes are looking good to me, @
lobodakyrylon you can check it is good to go

🇮🇳India pravesh_poonia

@wotnak, changes are looking fine to me
@justafish, you can check and close the issue

🇮🇳India pravesh_poonia

@kostyashupenko Tested Merge request !6957, changes are showing correct

🇮🇳India pravesh_poonia

@heykarthikwithu, Gautam_105@ On applying #7 MR, changes look fine to me
Moving ti RTBC

🇮🇳India pravesh_poonia

Applied MR 6753, Mentioned issue fixed

🇮🇳India pravesh_poonia

@Shweta__sharma Checked this issue after applying changes, issue fixed

🇮🇳India pravesh_poonia

Applies patch, after adding 'core/once' in dependencies, Issue is getting fixed

🇮🇳India pravesh_poonia

Mentioned issue fixed and created MR

1) Need to Add Main Navigation in Main Navigation Region in Block Layout
2) Need to Add in Logo in Site Branding Region in Block Layout

Adding screenshots for reference

🇮🇳India pravesh_poonia

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

Production build 0.71.5 2024