🇮🇳India @rckstr_rohan

Account created on 31 January 2022, over 2 years ago
  • Developer Drupal Full Stack at Material 
#

Recent comments

🇮🇳India rckstr_rohan

Install and configured the module with instance, looks good,but the section getting config failure, even I have configured the section.io through the docs. so may be the problem from section.io as tried multiple times.

🇮🇳India rckstr_rohan

will proceed now, have done some in past will complete and update, thanks.

🇮🇳India rckstr_rohan

yeah i was getting the core same error, I don't use Skeleton, but my issue get fixed by patch #6 , thanks.
Drupal version: 9.4

🇮🇳India rckstr_rohan

Reviewed the MR, looks good to go, can be merge.thanks.

🇮🇳India rckstr_rohan

Reviewed and Tested , Patch corrects the requirement i.e spelling correction, moving to RTBC.

🇮🇳India rckstr_rohan

The MR looks good, fixed the issue, also the preview is aligned as expected by @sonam.chaturvedi on #7 , thnks

🇮🇳India rckstr_rohan

Applied the MR and check the Help text, well concerned, addressing the issue requirement, moving to RTBC , thanks.

🇮🇳India rckstr_rohan

issue is dependent on the https://www.drupal.org/project/drupal/issues/3350481 🐛 permissions are sorted by title but with the wrong comparison operator Closed: duplicate , so as the prior is not resolved, keeping it in Active state

🇮🇳India rckstr_rohan

failed cases indentified Deprecated NULL placeholder value for key (%type_name), would refine more on it.
until the issue is not resolved, https://www.drupal.org/project/drupal/issues/3350482 🐛 PermissionHandler class docs to specify how permissions are sorted Active can't be moved.

🇮🇳India rckstr_rohan

Hi, @cosmicdreams, reviwed the patch #5, it works well but the patch fixes is inside core, so or for MR need to ovwerwite the same class in the module css.

🇮🇳India rckstr_rohan

Hi @Mahima thanks for the review, have made a MR , Taking back to Needs Review, thanks.

🇮🇳India rckstr_rohan

the issue, summary say Olivero theme but the above patch is for claro, demo_umami and starterkit_theme, looks summary needs to be updated:
Suggestion:

The 'forms-inline' class should ensure all direct descendants are inline within all the core themes provided namely: claro, olivero, demo_umami and starter kit

🇮🇳India rckstr_rohan

created a MR, as per the new administer block content permission, pls review, suggestions are welcomed.thanks

🇮🇳India rckstr_rohan

Added a patch with interdiff to #3, adding Untitled as title when title is not present.

🇮🇳India rckstr_rohan

Added Configurations in Readme , please Review

🇮🇳India rckstr_rohan

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

🇮🇳India rckstr_rohan

@smustgrave yeah now i noticed spaceless filter
{{
"

foo

"|spaceless }}

is #118 good or should I make a patch to spaceless filter

🇮🇳India rckstr_rohan

The CSS codes are available in the repository.

grep -r 'form--inline' core/themes/olivero

🇮🇳India rckstr_rohan

InfoParserException exception can handle 'core_version_requirement' issue.

🇮🇳India rckstr_rohan

Read the doc and replaced Token::replace($text, $data) with \Drupal::token()/, ready to review, thanks.

🇮🇳India rckstr_rohan

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

🇮🇳India rckstr_rohan

little bit confused about the issue, as this is a CMS, you can go the Basic Site Settings and check/update the homepage, all pages are treated as node , so I wont confirm about the requirement of this issue.

🇮🇳India rckstr_rohan

the T() calls are made called in class with this keyword, that's is the best solution available till now, so the patch #2 is good to go, thasnks

🇮🇳India rckstr_rohan

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

🇮🇳India rckstr_rohan

Re-rolled Patch #5 for 2.1.x-dev

🇮🇳India rckstr_rohan

the unused import has been removed by #2 , RTBC +1 , not moving to RTBC as its assigned ticket.

🇮🇳India rckstr_rohan

MR!6 looks good removed LICENSE.TXT file with all its phrases, can be merged and moved to fixed, thanks.

🇮🇳India rckstr_rohan

Readme.md looks good with the proper understanding of the context of the module, format is also as per drupal, request the maintainers to merge. thanks.

🇮🇳India rckstr_rohan

Added A mR to remove the [ ] from count, other method would be by applying "replace" filter, but as it is not needed, so no use. thanks.

🇮🇳India rckstr_rohan

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

🇮🇳India rckstr_rohan

Hii, @vuil i think only maintainers have the rights to release a new version, also I am willing to MAINTAINER of the module, as it have high scope for development and usability as social site Instagram is always on trends.

🇮🇳India rckstr_rohan

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

🇮🇳India rckstr_rohan

reviewed the automated patches, worked well as I can able to use the module in D10, can be merged and moved to fix.

🇮🇳India rckstr_rohan

his , use a mapping to retrieve the correct translation for each label is more useful for dynamic datas

Example:

{% set adjustmentTranslations = {
'shipping': 'Shipping',
'tax': 'Tax',
'discount': 'Discount',
'fee': 'Fee',
} %}

{% for adjustment in totals.adjustments %}

{{ adjustmentTranslations[adjustment.type] }} {{ adjustment.amount|commerce_price_format }}

{% endfor %}

🇮🇳India rckstr_rohan

hii, addressed the 3 $op in node.module, as they are not part of hooks [hook_query_alter() ] mentioned above, should they be replaced .

as per my suggestion this hooks also seems to be a part , please confirm, then will proceed with patch.

🇮🇳India rckstr_rohan

Checked the MR, looks good, settings and configuration has been removed, no break found while using the module with the MR. Can be moved to the Fixed.

🇮🇳India rckstr_rohan

hii, The above patch failed because the branch has been updated with file layout-builder.php, so removing the file from the patch and adding assertion after to the check the expected value after test run, addressed #55.

indiff is same as #60

🇮🇳India rckstr_rohan

hi, i checked D10.1 , $op argument is not found in documentations, can you specify where the changes need to be done, thanks

🇮🇳India rckstr_rohan

i think there are 2 ways,
To keep people actively testing we can add a checklist for manual test to validate SDC
OR
To use the technologies and independent from the human mistakes, we can use automation testing.

🇮🇳India rckstr_rohan

Addressed #55 adding an assertion after to the check the expected value after test run.

🇮🇳India rckstr_rohan

Hi, i have some eye dryness infesction due to laptop, mobile rays, so keeping myself away for 10 days as instructed by doctor, will surly work on it after a week, thanks.

🇮🇳India rckstr_rohan

reviewed the MR, looks good and optimised, didn't find any issue while adding new block to a category leads.

🇮🇳India rckstr_rohan

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

🇮🇳India rckstr_rohan

hi as @andypost extension.list.module is not yet stable, in D10, is it good to use it here?
https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Extension...

🇮🇳India rckstr_rohan

Reviewed the patch, looks optimized, suggestions
if (!empty($this->getNid())) {
if ($this->getAgreeNode()) {

Instead can be used:
if ((!empty($this->getNid()) && ($this->getAgreeNode())) {

🇮🇳India rckstr_rohan

Hi @ultimike, sorry for late response, have taken your comments in consideration and have made some changes, please review.

🇮🇳India rckstr_rohan

thanks for the information, yes will go through it and start using

🇮🇳India rckstr_rohan

Creating a Patch because the mR is not mergeable, asking for rebase.

🇮🇳India rckstr_rohan

the patch in #40 failed due to drupal PHP standards, just modifying the PHP standards.

🇮🇳India rckstr_rohan

Nowadays unrelated failure are more, any specific reasons, previously too test case were there.
Willing to investigate on these failures and how to quick fix them.

🇮🇳India rckstr_rohan

okay proceeding with the gif , that will start with the Smart Trim Logo and will show a small walkthrough to the module, assigning to myself coz, will understand the working of module and make a gif , keeping in mind the assessibilty.

🇮🇳India rckstr_rohan

hii @ultimike addressed the comments. thanks

🇮🇳India rckstr_rohan

hi @ultimike, we can do both, once the maintainers confirm, I will proceed.
i think the gif would not have audio, so if we are preparing a gif, I should be a walkthrough.

🇮🇳India rckstr_rohan

hi @lauriii , how to tackle the issue with all the themes, specifically making changes in all of them or is there any one time way, pls suggest

🇮🇳India rckstr_rohan

Can we add a video with audio explaining the user experience of the action of module, this is a video made by the #3 screenshots, if like this idea, we can make a short summary video.

🇮🇳India rckstr_rohan

Added a MR for the contribution.md file as per my understanding, suggestions are welcome, module looks good to be , will try to pick more issues, thanks.

🇮🇳India rckstr_rohan

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

🇮🇳India rckstr_rohan

starting to work on it, will perform the test to the latest MR today

🇮🇳India rckstr_rohan

The failure occurred in the testContextualLinks function, where there was an assertion failure due to a NULL value being evaluated as empty.

🇮🇳India rckstr_rohan

To correct this issue, the code for the JSWebAssertTest class needs to be reviewed and corrected. It is likely that the testJsWebAssert method needs to be updated to account for changes in the web page during testing. Additionally, the WebDriver configuration may need to be updated to ensure that it is properly interacting with the web page

🇮🇳India rckstr_rohan

The failing tests are related to the Drupal\FunctionalJavascriptTests\Tests\JSWebAssertTest class, specifically to the testJsWebAssert method. The error message suggests that there was a problem with the WebDriver, specifically with a stale element reference. This could be caused by the web page changing before the test could complete, or by an error in the test script itself.

🇮🇳India rckstr_rohan

craeted a MR with Replaced deprecated functions,

🇮🇳India rckstr_rohan

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

🇮🇳India rckstr_rohan

reviewed #2 and also Created MR for convenience, after removing the unused Paypal dependency, the module worked as expected, no issue detected, can be merged, thanks.

🇮🇳India rckstr_rohan

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

🇮🇳India rckstr_rohan

reviewed the issue on Link Checker module on D9.5, MR !41 is good , no issue found after installation.
Moving to RTBC. Thanks

🇮🇳India rckstr_rohan

Assuming that the "system-status-report__entry__value" is a component or element of a larger system status report UI, I would name it using the BEM methodology as follows:

Block: system-status-report
Element: entry
Modifier: value

Thus, the complete BEM name for this element would be "system-status-report__entry--value".

🇮🇳India rckstr_rohan

Created MR for the issue for convenience.

🇮🇳India rckstr_rohan

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

Production build 0.69.0 2024